How to convert multiple reports into one pdf

I have a bunch of seperate reports, How can i convert them into one pdf.
Thank you


Follower (BOB member since 2004-06-24)

Do you mean reports? or documents?

Reports are tabs within a document. To convert an entire document, with all tabs, to a pdf is a simple function call.

Now if you are talking about taking multiple documents and converting them into one PDF, I can think of a couple of choices. You can write code to merge the documents into one, then use the standard function call to save that new document as a single pdf. Or you can look at some pdf tools that will allow you to merge multiple pdf files into one pdf file.


Dave Rathbun :us: (BOB member since 2002-06-06)