Re: [iText-questions] PDF tagging document tag

2013-10-09 Thread iText mailing list
I'm attaching 2 pdf files. 1.pdf is the one from our test suite. It contains root Document tag which includes Header (H1) and Paragraph tags. This is absolutely correct PDF/UA document. 2.pdf is generated in the same way as 1.pdf with the only exception. I've set role=null to Document. In ja

Re: [iText-questions] a similar problem with Form Flattening

2013-10-09 Thread Tolting Colt Acres, Inc.
Similar to Jim's problem, I have an issue with vertical spacing changing when I flatten a form. For example, refer to the attached picture: When I fill out the form, I can get 3 full lines of text. However, when I go to flatten the form, the vertical line spacing is FUBAR (appears to b

[iText-questions] problem with Form Flattening

2013-10-09 Thread Jim Marciniak
Hi, I have been using iTextSharp in an app I wrote for myself. I have been using it to produce various types of documents using data that I have stored in a database. I have numerous PDF document templates (PDF fillable forms), and I use iTextSharp to populate the various input fields on the

Re: [iText-questions] [SPAM] Re: Possible bug on PdfSignatureAppearance.preClose()

2013-10-09 Thread Emanuele Paterna
if the problem is the field "isNew" which is not correctly valued, would not be enough to replace that field with the expression !(writer.getAcroFields().getSignatureNames().contains(name) || writer.getAcroFields().getBlankSignatureNames().contains(name)), in this way you will be sure that the fi