Hello Cacapee,
First of all, kudos to you for this excellent app, it is the best solution for Letter/A4 PDFs on the reader so far!
Now I'm trying to use the --fit="2xheight" option to scale the image in two pages but the output file has 3 pages instead, the last line goes to the third page (I have --runpages set to "off").
What am I doing wrong? I've tried several options on both command line and GUI frontend...
Thanks,
Thing
----- [ edit ] ----------
One more info: it seems to be a rounding problem related to the "--overlap" option. If I set it to "-0.05" (negative) the problem is fixed for a couple of pages, then the blank pages appear again. These are the parameters I'm passing:
pdflrf --rotation=0 --fit="2xheight" --overlap=-0.05 --smartcut --erode=2 -f 30 -l 40 -i "myInput.pdf" -o "myOutput.lrf"
And this is the output from pdflrf, notice that starting on page 34 it generates 3 pages. If 'overlap' is set to '0.0', it generates 3 pages from page 30:
Processing page: 30, Progress: 9
Processing page: 30, Progress: 9
Processing page: 31, Progress: 18
Processing page: 31, Progress: 18
Processing page: 32, Progress: 27
Processing page: 32, Progress: 27
Processing page: 33, Progress: 36
Processing page: 33, Progress: 36
Processing page: 34, Progress: 45
Processing page: 34, Progress: 45
Processing page: 34, Progress: 45
Processing page: 35, Progress: 54
Processing page: 35, Progress: 54
Processing page: 35, Progress: 54
Processing page: 36, Progress: 63
Processing page: 36, Progress: 63
Processing page: 37, Progress: 72
Processing page: 37, Progress: 72
Processing page: 38, Progress: 81
Processing page: 38, Progress: 81
Processing page: 39, Progress: 90
Processing page: 39, Progress: 90
Processing page: 39, Progress: 90
Processing page: 40, Progress: 100
Processing page: 40, Progress: 100
Last edited by Thing; 11-21-2007 at 09:25 PM.
Reason: providing more details
|