Roberto wrote:
> Dear iText mailing list,
> 
>                 What is the order that I read a pdf file with iText 
> library? ie, iText library read in order an acrofield was created or it 
> read alphabetically from name of the acrofields?

That really doesn't matter.

> I need read from the 
> acrofield in top left corner to the acrofield in bottom right corner. I 
> don't know if I explain this good....

Seems like you are asking for the method getFieldPositions.
This method returns a FieldPosition object that gives you the page 
number and the coordinates of each field widget.

Once you have the coordinates, you know which widget comes "first" if 
you have to start in the top left corner and end in the bottom right corner.

What I don't understand is: why does that matter?

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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/

Reply via email to