And is there any way to write this support into itext(Sharp)? I looked on the difference between two pdf files - one signed via Adobe Reader and one signed via itext(Sharp) - it seems that itex(Sharp) isnt including some informations before the sign process. You can have a look on these files Im including, and compare the difference, I used "DeepDiff", here is the link for deep diff: http://ftp.stahuj.cz/dl/eaf47e3ad1009c985f83b241db5bada2/4b976970/stahuj/download/software/secured/d/deep-diff/1.4.00/DeepDiffSetup-1.4.00.exe
And here are the files: http://old.nabble.com/file/p27847989/signedByAcrobat.pdf signedByAcrobat.pdf http://old.nabble.com/file/p27847989/signedByItextAndRepairedByAcrobat.pdf signedByItextAndRepairedByAcrobat.pdf http://old.nabble.com/file/p27847989/signedByItextnotRepairedByAcrobat.pdf signedByItextnotRepairedByAcrobat.pdf Thank you very much for answer, I hope there could by a chance to fill&sign my form. Jiri Mares Paulo Soares-3 wrote: > > iText(Sharp) doesn't support data description in the data set. I can't > fill > your form. > > Paulo > > ----- Original Message ----- > From: "darthrix" <[email protected]> > To: <[email protected]> > Sent: Friday, March 05, 2010 1:36 PM > Subject: Re: [iText-questions] Filling UP Pdf forms --- not working -- > iTextSharp disable Extended Features > > > > 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-tp27760617p27847989.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/
