Quintana Maldonado, Rafael wrote:
> Hello there, i'm issuing a setPdfVersion with a PdfStamper but it seems 
> not to work:
>  
>         PdfReader reader = new PdfReader(sourceFile);
>         PdfStamper stamp = new PdfStamper(reader, new 
> FileOutputStream(targetFile));

          stamp.setPdfVersion(pdfwriter.PDF_VERSION_1_7);

> Both the description window on acrobat and the header (first line) of 
> the document still shows PDF-1.4
>  
> I guess i'm doing something wrong with the Stamper, any idea?

Remove a few lines from your code, see my changes above.
I've already answered this question not so long ago, didn't I?
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to