Hi,
I'm using iText 5.1.3 to fill a pdf form model created by Adobe LiveCycle
Designer.
In Adobe LiveCycle I specified accessibile label text using tooltip or
custom screen reader text for one single text field. XML view reports the
following <assist> tag for the field named R24:
...
<field name="R24" y="114pt" x="121.248pt" w="136.8pt" h="18pt"
access="protected">
            <ui>
               <textEdit>
                  <border>
                     <edge presence="hidden"/>
                     <fill/>
                  </border>
               </textEdit>
            </ui>
            <traversal>
               <traverse ref="R25[0]"/>
            </traversal>
            <assist>
               <speak>Codice Fiscale</speak>
            </assist>
         </field>
...

When I used the Listing 8.20 XfaMovie.java code (readXfa) to extract the Xfa
file, the assist tag disappeared. Is that correct?
Anyway I really need to add this information to the pdf file generated after
the filling with the method of Listing 8.28 XfaMovies.java (manipulatePdf),
which seems to be missing from the destination pdf file.

I know there are limitations of iText regarding XMA but I don't know if this
is included in that limitation.
Second question is: if it is part of the limited XMA support of my iText, is
there another way to add text readable by a screen reader (consider that I
cannot use captions because the caption is placed above the textfied and
occupies more than one line)?

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/XMA-assist-tag-missing-Any-way-to-add-this-tag-tp4351213p4351213.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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

Reply via email to