PDF Splitter & Merger: 3.0 released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PDF Splitter & Merger: 3.0 released
# 1  
Old 11-04-2008
PDF Splitter & Merger: 3.0 released

PDF Splitter & Merger is a handy and user-friendly PDF tool making splitting and merging PDFs a breeze!
ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mutt for html body and multiple html & pdf attachments

Hi all: Been racking my brain on this for the last couple of days and what has been most frustrating is that this is the last piece I need to complete a project. There are numerous posts discussing mutt in this forum and others but I have been unable to find similar issues. Running with... (1 Reply)
Discussion started by: raggmopp
1 Replies

2. Shell Programming and Scripting

File splitter

I have below script which does splitting based on a different criteria. can it be amended to produce required result SrcFileName=XML_DUMP awk '/<\?xml version="1\.0" encoding="utf-8"\?>/{n++} n{f="'"${SrcFileName}_"'" sprintf("%04d",n) ".txt" print >> f close(f)}' $SrcFileName.txt My... (3 Replies)
Discussion started by: santosh2k2
3 Replies

3. Shell Programming and Scripting

Text Splitter

Hi, I need to split files based on text: BEGIN DSJOB Identifier "LA" DateModified "2011-10-28" TimeModified "11.10.02" BEGIN DSRECORD Identifier "ROOT" BEGIN DSSUBRECORD Owner "APT" Name "RecordJobPerformanceData" Value "0" ... (16 Replies)
Discussion started by: unme
16 Replies

4. Shell Programming and Scripting

Searching for a string in .PDF files inside .RAR & .ZIP archives.

Hi, I have got a large number of .PDF files that are archived in .RAR & ZIP files in various directories and I would like to search for strings inside the PDF files. I would think you would need something that can recursively read directories, extract the .RAR/.ZIP file in memory, read the... (3 Replies)
Discussion started by: lewk
3 Replies

5. UNIX for Advanced & Expert Users

Merger Two file

Hi , I am new I need you help.. this is my question i have two file 1st file have Appserver1 Appserver2 Appserver3 2nd file have Appserver1 1234 Appserver1 234 Appserver3 3333 output I want like this Appserver1 Appserver1 1234 Appserver1 Appserver1 234 Appserver3... (2 Replies)
Discussion started by: paranee2
2 Replies

6. UNIX for Dummies Questions & Answers

HP-UX system & Network Administration II.PDF

Dear all, I plan to take HP-UX cert. EXAM. But, I cannot find hp-ux system & network administration II.pdf file Do you know where can I download?? Do you have? can you send to me? Thank you! (2 Replies)
Discussion started by: hkpcman
2 Replies

7. Shell Programming and Scripting

please help - file merger

I am developing using bourne shell. The problem I have is I want to compare two files with a common field id (like sdiff command). However I don't want to mark the records that are different I want to display the entire record that exist in only one of the files but does not exist in the other... (1 Reply)
Discussion started by: matt80
1 Replies
Login or Register to Ask a Question
GROFF_MOM(7)						 Miscellaneous Information Manual					      GROFF_MOM(7)

NAME
groff_mom - groff `mom' macros SYNOPSIS
pdfmom [-Tps [pdfroff options]] [groff options] files ... groff [-mom] files ... groff [-m mom] files ... DESCRIPTION
mom is a macro set for groff, designed primarily to format documents for PDF and PostScript output. mom provides two categories of macros: macros for typesetting, and macros for document processing. The typesetting macros provide access to groff's typesetting capabilities in ways that are simpler to master than groff's primitives. The document processing macros provide highly customizable markup tags that allow the user to design and output professional-looking documents with a minimum of typesetting intervention. Files processed with pdfmom (man(1) pdfmom), with or without the -Tps option, produce PDF documents. The documents include a PDF outline that appears in the 'Contents' panel of document viewers, and may contain clickable internal and external links. When -Tps is absent, groff's native PDF driver, gropdf, is used to generate the output. When given, the output is still PDF, but process- ing is passed over to pdfroff, which uses groff's PostScript driver, grops. Not all PDF features are available when -Tps is given; its primary use is to allow processing of files with embedded PostScript images. Files processed with groff -mom (or -m mom ) produce PostScript output by default. mom comes with her own very complete documentation in HTML format. A separate PDF manual, Producing PDFs with groff and mom, covers full mom/PDF usage. FILES
om.tmac - the main macro file mom.tmac - a wrapper file that calls om.tmac directly. </usr/share/doc/groff-1.22.2/html/mom/toc.html> - entry point to the HTML documentation /usr/share/doc/groff-1.22.2/pdf/mom-pdf.pdf - the PDF manual, Producing PDFs with groff and mom /usr/share/doc/groff-1.22.2/examples/mom/*.mom - example files using mom AUTHOR
mom was written by Peter Schaffter <peter@schaffter.ca>. PDF support was provided by Deri James <deri@chuzzlewit.demon.co.uk>. Please send bug reports to the groff-bug mailing list <bug-groff@gnu.org> or directly to the authors. Groff Version 1.22.2 7 February 2013 GROFF_MOM(7)