aboutsummaryrefslogtreecommitdiff
path: root/pdf/pdf.go
Commit message (Expand)AuthorAgeFilesLines
* Go: enable multiple updates in a sequencePřemysl Eric Janouch2024-02-041-0/+3
* Go: cleanupPřemysl Eric Janouch2024-02-041-7/+7
* Go: add PDF 1.5 cross-reference stream supportPřemysl Eric Janouch2024-02-041-46/+393
* Update documentationPřemysl Eric Janouch2021-12-091-1/+1
* Go: enable listing all indirect objectsPřemysl Eric Janouch2021-12-091-0/+11
* Go: implement stream parsing/serializationPřemysl Eric Janouch2021-12-091-8/+58
* Go: add Updater.Dereference()Přemysl Eric Janouch2021-12-081-7/+15
* Go: improve error handlingPřemysl Eric Janouch2021-12-081-5/+6
* Minor revisionPřemysl Eric Janouch2021-12-081-3/+3
* Go: avoid non-deterministic outputPřemysl Eric Janouch2020-09-061-20/+16
* Make it possible to change the signature reservationPřemysl Eric Janouch2020-09-041-3/+5
* Avoid downgrading the document's PDF versionPřemysl Eric Janouch2020-09-041-9/+31
* Return errors rather than mangle documentsPřemysl Eric Janouch2020-09-041-3/+12
* Name changePřemysl Eric Janouch2020-08-121-1/+1
* ConsistencyPřemysl Janouch2018-12-141-2/+2
* Go: less API stupidity coming from the C++ heritagePřemysl Janouch2018-10-041-19/+20
* Go: additional small fixesPřemysl Janouch2018-10-041-3/+5
* Go: documentation cleanupPřemysl Janouch2018-10-041-18/+16
* Go: use multiple return valuesPřemysl Janouch2018-10-041-75/+77
* Go: add Object constructorsPřemysl Janouch2018-10-041-82/+114
* Go: cleanupsPřemysl Janouch2018-10-041-12/+14
* Add a Go portPřemysl Janouch2018-10-041-0/+1177