Is it possible to merge two pages stored in two separate PDF files, i.e. a data file and a background file into one file with the text overlayed on the image?
Using PDFNet toolkit it is very simple to merge content from several pages into one. The first step is to import the overly page into the background document. You can then merge page content in two ways. A) You can read Elements from the overly page using ElementReader and write them using ElementWriter on the background page. B) You can create Form XObject Element out of the overly page using ElementBuilder and write it on the background page using ElementWriter.
Related Questions
- Is it possible to merge two pages stored in two separate PDF files, i.e. a data file and a background file into one file with the text overlayed on the image?
- Is Scribus capable of reading and combining separate pdf files into a single file (for example including documents as attachments in the end of an article)?
- I have several data files (.fwb) with multiple objects. How can I merge them together so I could continue working with one file instead of many?