TechLookz

 
Go Back   TechLookz > Software Downloads > Application Downloads

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



Post New ThreadReply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-29-2008, 01:09 AM
Moderator
 
Join Date: Apr 2008
Posts: 1,613
Send a message via MSN to NextFlowerz
Default PDFnUP 1.01

PDFnUP software automates the process of 2up'ing or 4up'ing a pdf document, so for example with a/b 2up page 1 is on the left and page 2 is on the right, with split 2up (4 page document) page 1 is on the left and page 3 is on the right, then page 2 is on the next page left and page 4 is on the right.

It has an optional -down parameter for 2up'ing downwards on a page rather than across the page (left, right)The output page size can also be controlled and the 2nd page position can be offset with margin controls.
Optional -duplicate option for duplicating pages so you get the same page 1, 1 left and right output.
Optional -seq sequence file option for custom sequences of pages in output, see examples folder for examples.
The output page size can also be controlled and the 2nd page position can be offset with margin controls.
Simple command line parameters:Simple 2up the pdf file a/b
  1. g. pdfnup example.pdf out-example-ab.pdf -abSimple 4up the pdf file a/b
  2. g. pdfnup example.pdf out-example-ab-4up.pdf -ab -4upSimple duplicate the pdf file a/b
  3. g. pdfnup example.pdf out-example-ab-duplicate.pdf -ab -duplicateSimple 2up the pdf file split method
  4. g. pdfnup example.pdf out-example-split.pdf -splitSimple 2up the pdf file a/b downwards
  5. g. pdfnup example.pdf out-example-ab.pdf -ab -downPage range a/b 2up
  6. g. pdfnup example.pdf out-example-split.pdf -s1 -e10 -ab2up the pdf file a/b and set new page size and offset right margin
  7. g. pdfnup example.pdf out-example-ab.pdf -ab -mediabox 0, 0,612, 1584 -cropbox 5, 5,612, 1584 -rightmargin 120NOTE: first 2 parameters have to be input file / output file or 2nd parameter -f If your filename has spaces in it then use double quotes around the filename, e.g. "c:\my test\test file.pdf"Wildcards * are not permitted, if you want to process many files then do: dir /B *.pdf > list.txt, then pdfnup list.txt -fout see full list of features for full list of parameters.
Download
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Post New ThreadReply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +5.5. The time now is 11:53 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148