Search code examples
delphipdfrave-reports

Delphi - How to save multiple Rave reports to one pdf file?


I have multiple rave reports(projects) in the project(the delphi project) and I want to save them all in one pdf file. How can I do it?


Solution

  • While I don't have any real experience with Rave reports, I also had to perform stitching of multiple "pdf" pages to a single pdf document. I ended up using Gnostice PDFToolkit to do the final merge and it works quite well. In my case I was generating multi-thousand page documents, so i'm sure it will fit your needs.