Can this be done?

I've got what seems to be a relatively simple task: Take a set of RTF documents (that may have different fonts, btw) and merge them together into one big document programmatically. As the project i have is written in java, I thought it should be simple enough to use the API, import the first doc, add a page break import the second doc, add another page break, etc... with this however i'm not entirely sure where to start.

I know there's other projects out there on the intertubes that have a similar purpose in mind, many of these fall flat when working with tables and such. However, since we're using OO to actually spool the job to the printer, it would make sense to let OO perform the rendering, add the page breaks then spool the file to the printer. we're currently printing through the command line. I'd like to avoid using a macro as then i have to figure out how to deploy this macro to the server during installation, but if it's the right answer, then so be it.

I'm very new to the api, but i think if i just had some information about which classes were applicable to my situation, that would push me in the right direction. Thanks everyone for any and all advice.

link|improve this question

80% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.