Subject: Re: PdfVersion 2007-11-06 - By Bruno Lowagie
Back 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 (See http://PDF-1.ora-code.com).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 iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|