Completed
Last Updated: 25 Jan 2017 09:00 by ADMIN
ADMIN
Deyan
Created on: 22 Aug 2016 13:28
Category: PdfProcessing
Type: Feature Request
7
Implement API for fast merging, splitting, appending and prepending of PDF page content
This new API will not read/delete the existing PDF pages content and this would allow performance and memory efficient realization of the following scenarios: 

 - Merge PDF document pages from different PDF files.

 - Split PDF document pages to separate PDF files.

 - Append/Prepend PDF content to existing PDF pages.

Moreover, as this approach will not require reading/deleting existing PDF page content, it will not depend on complex PDF features and will depend only on the PDF file structure. This will allow processing of PDF documents which use less common PDF features which are currently not supported by the existing PdfProcessing API.


Available in R1 2017 Release
0 comments