Generate Document - PDF within a PDF

0
Hello! I’m using a document template to create PDF files in my Mendix program I’m building. I would love to be able to embed the contents of other PDF files (that are stored in the domain model) into this final output PDF that I’m using the document template for. However, I can’t figure out a way to do this. I tried using a Data View to hold the file, but it’s just empty. Is this possible to do in Mendix, or do I have to find a way to convert the PDF contents into an image, and then insert the image into the document template? Thanks! Ryan
asked
1 answers
2

I community commons, there is a java action called MergeMultiplePDFs that will combine 2 or more pdf files.  It will append them together, not embed one file within another.  Not sure if that meets your needs, but could be worth a look.

answered