Hello,

I need to determine the rectangle and page for each field in an FDF.
I'm extending PrintFields [1]. I get the rectangle for a field ff from ff.getDictionary().entrySet()
by getting the value of the key COSName.getPDFName("Rect");
However, so far, I haven't been able to find any way of determining the number of the page on which a field occurs. I'll greatly appreciate any help anyone can provide on this.

[1] org.apache.pdfbox.examples.fdf.PrintFields.java

Thanks in advance,
Ken Bowen

Reply via email to