Skip to content

Releases: dealfonso/sapp

SAPP 1.1.0

21 Sep 08:15
Compare
Choose a tag to compare
issue #24

SAPP

17 Jun 11:34
Compare
Choose a tag to compare

SAPP stands for Simple and Agnostic PDF Parser and it makes what is name says: parsing PDF files. It also enables other cool features such as rebuilding documents (to make the content more clear or compact) or digitally signing documents.

SAPP is agnostic because it does not care of composing PDF documents (e.g. adding pages, updating pages, etc.). Instead, its aim is to be somehow a backend to parse an existing PDF document and to manipulate the objects included on it, or to create new ones.

The way of working with SAPP can be seen in the function to sign the document: it is an independent function that adds and manipulates the PDF objects contained in the document.

Second beta release

13 Nov 14:44
Compare
Choose a tag to compare
1.0beta2

renaming SAPP

First beta release

05 Nov 23:01
2b14fc6
Compare
Choose a tag to compare
1.0beta

Update composer.json