Written by

Question Con Skordis · Jun 7, 2021

Merging multiple PDF documents into one

Is there a call in ZEN to FOP to combine (merge) separate PDF documents into one?

Or does anyone know of a Windows server program that could be called from Cache to do this.

Thank you in advance.

Product version: Caché 2018.1

Comments

George James · Jun 7, 2021

Have you looked at PDFbox?  https://pdfbox.apache.org/

Alternatively, if the pdfs are of your own making then the best solution would be to merge the xml content before you use fop to create the pdf document.

0