Subject: Re: PdfVersion 2007-11-06 - By Quintana Maldonado, Rafael
Back Thank you Bruno for your response.
1) I'm not able to call setPdfVersion over a PdfStamper (i'm using itext 2.0.4). 2) Is the call to getWriter() a problem? I have it as i'm issuing a setAdditionaAction
>>>I've already answered this question not so long ago, didn't I? I'm affraid not, i waited 3 days and decided to post it again as i saw other questions and answers posted after mine one.
Thanks in advance again
-- --Original Message-- -- From: itext-questions-bounces@(protected) [mailto:itext-questions-bounces@(protected)] On Behalf Of Bruno Lowagie Sent: Martes, 06 de Noviembre de 2007 11:02 a.m. To: Post all your questions about iText here Subject: Re: [iText-questions] PdfVersion
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/ ********************************************************************* This message and any attachments are solely for the intended recipient. If you are not the intended recipient, disclosure, copying, use or distribution of the information included in this message is prohibited -- Please immediately and permanently delete.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- 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/
|
|