Ah, sorry, I see you can set the version with the method: COSDocument.setVersion()
I'll see if that helps! On Fri, Dec 10, 2010 at 12:05 PM, Kevin Brown <[email protected]> wrote: > 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 > >

