I need to attach a XML file within a PDF file to be PDF/A3 compliant. I am using rails and so far I had no issues to generate my PDF (using Prawn gem) and my XML separately but I do not know how to "combine" them.
Any ideas ?
Cheers
We have got similar problem and finally decided to follow the below approach