Quote:
Originally Posted by msh2050
any update?
|
It dawned on me that the -vs option conflicts with the -bp option in what you were trying to do. You used -bp 3 to try and put a 3-inch gap between each source page in your output PDF, but the -vs option limits how large gaps can be in the destination document, and it defaults to 0.25 inches max. So if you add this to your options:
-vs 3
The -bp 3 option will do what you want. I should still have -bp 3 override this, but that's a quick fix for you.