We need to generate pdf report file based on a pdf cover page and a few generated fo files. I would like to ask what is the best approach for this.
Right now, we have an application to use xslt to generate fo file, and then fop to pdf file for each different report. But the client want to put all the reports together into a single pdf file. So I am thinking to use fop api to implement this feature. I guess what I need to do is: (1) for each fo/pdf file, I need to set the initial page number when calling fop process api and retrieve the number of pages for that fo/pdf at the end of fop process. (2) I need to call fop to append a fo/pdf after the previous processing. Can someone tell me if this is doable, which fop api to call? Thanks a lot. Jay ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
