Im not sure if youre right, I rewrited it to C# and still the same "error". Im uploading the three pdf files, first blank, second filled, third filled and signed and fourth only signed.
The message with disabled Extended Features is Displaing in Adobe Reader, and it is not displaing in Adobre Acrobat PRO. And more if I only sign the pdf using iTextSharp, both Adobe Reader and Adobe Acrobat -->are now not showing the message with disable Exteded Features, BUT due closing document it shows message if I want to save changes!!??!?, even if I made no change.. Thank you for answer Jiri Mares http://old.nabble.com/file/p27793922/Blank.pdf Blank.pdf http://old.nabble.com/file/p27793922/Filled.pdf Filled.pdf http://old.nabble.com/file/p27793922/FilledAndSigned.pdf FilledAndSigned.pdf http://old.nabble.com/file/p27793922/onlySigned.pdf onlySigned.pdf Paulo Soares-3 wrote: > > It works with the example and file at > http://1t3xt.info/examples/browse/?page=example&id=348 (code changed to > C#, > of course). > > Paulo > > ----- Original Message ----- > From: "darthrix" <[email protected]> > To: <[email protected]> > Sent: Tuesday, March 02, 2010 8:13 PM > Subject: [iText-questions] Filling UP Pdf forms --- not working -- > iTextSharp disable Extended Features > > > > Hi, > Ive read lot of forums and everywhere is saying that java(itext) is > supprorting Extended Features and Itextsharp is not supporting it. > If it is STILL true, is any way to import(rewrite) the code from iText to > Itextsharp? I mean if I can modify the Itextsharp for supporting Extended > Features according to how it does Itext.?? > > Im filling Form Fields with iTextsharp, but when I open the pdf file it > shows this message: > "This document enabled extended features in Adobe Reader. The document has > been changed since it was created an use of extended features in no longer > available. Please contact the author for the original version of this > document." > > This is my code: > string OUT_FILE = "c:\\out.pdf"; > string IN_FILE = "c:\\in.pdf"; > System.IO.FileStream out_stream = new > System.IO.FileStream(OUT_FILE, FileMode.Create); > PdfStamper stamper = new PdfStamper(new PdfReader(IN_FILE), > out_stream, '\0', true); > stamper.AcroFields.SetField("some_field[0]", "some text"); > stamper.FormFlattening = false;//need to fill the form fields > again sometime > stamper.Close(); > > thank you very much for answer > Jiri Mares > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.1t3xt.com/docs/book.php > Check the site with examples before you ask questions: > http://www.1t3xt.info/examples/ > You can also search the keywords list: > http://1t3xt.info/tutorials/keywords/ > > -- View this message in context: http://old.nabble.com/Filling-UP-Pdf-forms-----not-working----iTextSharp-disable-Extended-Features-tp27760617p27793922.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
