Hi all,
  A whole lotta help needed please:  I need to write to a file all the 1)
page-number-citations page numbers along with their corresponding ref-id's
also the 2) last page of the pdf file being currently generated along with
it's corresponding file name.  If multiple pdf's are processed in sequence
then, the page-number-citations/ref-id and last page/file name pairs for
each file should be appended to the file.
I am not a Java expert by any stretch of the imagination, but it seems to me
that I should be able to do at least #1 each time the PageNumberCitation
Status method is used.  Am I mistaken in this?
Where would be the best location to modify the fop src in order to achieve
these results?
I have no clue as to how to get #2.
I am looking spit out a file that looks something like:

<info>
   <x-ref id="###">pg#</x-ref>
   <x-ref id="###">pg#</x-ref>
   <x-ref id="###">pg#</x-ref>
   <file name="goo.pdf">last-page#</file>
    ....
    ....
   <x-ref id="###">pg#</x-ref>
   <x-ref id="###">pg#</x-ref>
   <x-ref id="###">pg#</x-ref>
   <file name="goo.pdf">last-page#</file>
</info>

much thanks in advance,
   Matthew L. Avizinis <mailto:[EMAIL PROTECTED]>
Gleim Publications, Inc.
   4201 NW 95th Blvd.
 Gainesville, FL 32606
(352)-375-0772 ext. 101
      www.gleim.com <http://www.gleim.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to