You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Matthew L. Avizinis" <ml...@gleim.com> on 2002/01/28 16:24:11 UTC

multiple output files

Anyone want to take a stab at this?
thanks much,

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 by FOP 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 to 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 <ma...@gleim.com>
Gleim Publications, Inc.
   4201 NW 95th Blvd.
 Gainesville, FL 32606
(352)-375-0772 ext. 101
      www.gleim.com <http://www.gleim.com>