19
2
I'm trying to merge multiple PDF files by using pdfjoin
. However the joined PDF is not right beacuse orientation for some text is changed. I have checked all options of pdfjoin
, enforcing orientation etc. but of no use.
The two source PDFs have slightly different dimensions (595 × 842, 595 × 841) and should be merged as A4. How can I merge them in A4?
I know about other merging tools online but the problem with them is that the generated PDF is not further processable as in pdfjoin
.
I'd like to know if there are some solutions to merge PDFs with slightly different sizes in to a single file using pdfjoin
.
2Comment by the OP: Thanks but I found a solution for pdfjoin as well. There is an option --rotateoversize which rotate a page that has even a slightly large page size. By setting it to false, it fixed the problem. – Ivo Flipse – 2011-11-02T10:33:50.443
pdfjoin is just a front end for pdfjam, you can use all pdfjam options with pdfjoin – dom0 – 2013-10-01T18:48:37.130