horizontal page cutting
Really a great job!
I'd need help on avoiding horizontal page cutting: I have many djvu ebooks which size is a little bigger than the prs monitor. when I convert them every page is splitted in two (horizontally) so I have 2 resulting pages one with 90% of the original page and the second with 10%. I would like to force the creation of one single lrf page per djvu page. Hereafter you can find one of the command I tried.
pdflrf -ns --rotation=0 --overlap=0.005 -f 10 -l 11 -i enrico_fermi.djvu -o testpage.lrf -t "test1"
Processing page: 10, Progress: 50
Processing page: 10, Progress: 50
Processing page: 11, Progress: 100
Processing page: 11, Progress: 100
(see attached file)
as you can see every page is processed two times and I get two different pages. Is there something trivial I missed? I tried to play with the output sizes and the fit parameter, but I didn't get any different result.
thank you in advance,
|