0

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

LDC
  • 1
  • 2

1 Answers1

-2

We have got similar problem and finally decided to follow the below approach

  1. Generate the pdf file using wkhtmltopdf
  2. Use pdftk (https://www.pdflabs.com/tools/pdftk-server/) to attach XML file with pdf
Dharman
  • 30,962
  • 25
  • 85
  • 135
Viswanath Kumar Sandu
  • 2,230
  • 2
  • 17
  • 34