Helo Everyone, I have a PDF which I have flattened out all the fields, Below
is the snippet of the code.
import com.lowagie.text.DocumentException;
import com.lowagie.text.pdf.AcroFields;
import com.lowagie.text.pdf.PdfFormField;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfStamper;
.......
ByteArrayOutputStream myPdf = new ByteArrayOutputStream();
String pdfName = "2011Co.pdf";
PdfReader reader = new PdfReader(pdfName);
PdfStamper stamp = new PdfStamper(reader, myPdf);
AcroFields pdfForm = stamp.getAcroFields();
stamp.setFormFlattening(true);
AcroFields form = stamp.getAcroFields();
......
......
stamp.close();
return myPdf;
It works perfectly fine, but when we run the PDF through JAWS (*Job Access
With Speech*) the software fails to read the flattened form fields but is
able to read the labels. Does anyone have faced the same issue and is there
any workaround for this?
Thanks,
Raj
--
Rajesh Shiggaon
415 948 0884
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php