Page Description Language Mergers | JavaScript
This section provides a description and code examples for merging PDL (Page Description Language) files, designed to help you integrate this functionality into your own solutions.
Merging files is quite similar to conversion, as it involves taking multiple files of the same format and combining their content into a different format. You might need this kind of solution in a few scenarios:
- To consolidate content: If you have several documents and want to combine their content into a single file.
- For easier sharing: When you need to share documents with someone who may not have the necessary software to open PDL files.
Aspose.Page supports Portable Document Format (PDF) as an input format for merging, primarily because it’s the most widely used and accessible format. Nearly every modern device, browser, or operating system comes with built-in tools to open PDF files.
The next mergers, according to the supported input format, are available:
To see an example of the app that uses these API, try this cross-platform application.