Unplanned
Last Updated: 28 Mar 2018 13:09 by ADMIN
ADMIN
Deyan
Created on: 20 Feb 2017 15:23
Category: PdfProcessing
Type: Feature Request
3
PdfProcessing: Implement PdfFileAppender class allowing to modify single PDF file by appending bytes at the end of the file
This would ensure preserving the existing PDF file pages and document properties untouched and additionally would allow making a few modifications to the file. By appending bytes to existing PDF file one may achieve:

 - Modifying specific pages content and properties.
 - Adding new pages to pages collection.
 - Modify some document properties (such as Bookmarks).
 - Edit interactive forms field values.
 - Add digital signatures to existing documents.
2 comments
ADMIN
Tanya
Posted on: 28 Mar 2018 13:09
Make sure to cast your vote for the implementation of this request and continue following it so you can get a notification when its status changes.
Russell
Posted on: 05 Jul 2017 12:36
This feature would allow programmatically completed PDF form documents to avoid the output file size bloat that currently occurs. In my test cases, simply importing a sample document and then exporting it, with no changes, results in roughly a 3-4 X increase in output size, from ~350 KB to ~1.1 MB.