  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Form field tab order for PDF-1.6 | Form field tab order for PDF-1.6 2006-08-04 - By Patrick Nash
Back <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <tt>I created a form using Adobe Live Cycle Designer 7. The PDF that it creates is %PDF-1 (See http://PDF-1.ora-code.com).6. iTextSharp is not returning the correct the tab order of the form fields in this PDF, however.<br> <br> I see that AcroFields.cs is setting an item's tab order simply from its index position in the annots.ArrayList but this is returning the wrong tab position for a form field I added at a later time to the form in question.<br> <br> According to the PDF version 1.6 reference, in section 8.4, "Annotations", "In PDF 1.5, the order of moving the keyboard focus between annotations on a page by using the tab key can be made explicit by means of the page's Tabs entry." I assume the 'Tabs' entry is where the correct tab order for my form is stored. Is there any way in iTextSharp to access this?</tt><font face="Trebuchet MS"><br> </font> </body> </html>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|
 |