This is a great library, but I'm running into a snag. I have some postscript files that are legal size (8 1/2 x 14). When I use the PDFConverter it chops off the top 3 inches or so (down to letter size paper). Is there a way to set the Paper size for the PDF? I ran into this problem with ghostscripts command line, and it was as easy as adding '-sPAPERSIZE#legal' to the ps2pdf.bat command …. is there a way to do that programmatically using this library?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a great library, but I'm running into a snag. I have some postscript files that are legal size (8 1/2 x 14). When I use the PDFConverter it chops off the top 3 inches or so (down to letter size paper). Is there a way to set the Paper size for the PDF? I ran into this problem with ghostscripts command line, and it was as easy as adding '-sPAPERSIZE#legal' to the ps2pdf.bat command …. is there a way to do that programmatically using this library?
Thanks!
Hi,
I juste released version 0.4.4 of the library.
You can now use setPaperSize("legal") with PDFConverter and PSConverter.
Regards
That worked great! Thanks!
You're welcome :)