It seems like just saving a simple PDF (which was generated by Adobe Acrobat 9 Web Capture) with PDFBox PDDocument.save method will balloon the file size. We can fix it by opening the file in Adobe Acrobat 9 and then saving it. Is there any way to control this in PDFBox?
Is there a way to set the PDF version programagically? We were thinking perhaps this might help. Thanks, Kevin

