Add support for full document write operation

This commit is contained in:
2021-12-18 17:29:41 +01:00
parent cadd567d52
commit 47143308ca
5 changed files with 136 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ Introduction
------------
A very simple PDF parser that will load PDF objects without interpretation (zlib, streams, string encoding...).
It currently only allows to update PDF file with new objects.
It's also possible to write a new PDF or update one.
Compilation