Printing to PostScript with PDFBox produces a massive file, why?
问题 I am using PDFBox to create PDFs and that is working great. I also have a need to create PostScript files which I would like to generate from the PDF I create. I am using the following code to have PDFBox work with SimpleDoc to create the PostScript file. That is working but the file is massive. A 30KB PDF produces a 2meg PostScript file. What do I need to change to create a reasonably sized PostScript file? PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet(); aset.add