Re: [iText-questions] Batch PDF Version Changes

2007-03-01 Thread Leonard Rosenthol
If the PDF doesn't actually use features of 1.5, why would you change the version number? Leonard On Feb 28, 2007, at 8:29 PM, Lyle Thomas wrote: Hi There, Is it possible to use itext to change the pdf version as a batch? I have many pdfs that require to be changed from 1.2 to 1.5, and I

Re: [iText-questions] Batch PDF Version Changes

2007-03-01 Thread Bruno Lowagie (iText)
Lyle Thomas wrote: > Hi There, > > Is it possible to use itext to change the pdf version as a batch? I have > many pdfs that require to be changed from 1.2 to 1.5, and I am unsure as > to how to do this. That's very simple: PdfReader reader = new PdfReader("my.pdf"); PdfStamper stamper = new

[iText-questions] Batch PDF Version Changes

2007-02-28 Thread Lyle Thomas
Hi There, Is it possible to use itext to change the pdf version as a batch? I have many pdfs that require to be changed from 1.2 to 1.5, and I am unsure as to how to do this. Kind Regards, Lyle - Take Surveys. Earn Ca