aboutsummaryrefslogtreecommitdiff
path: root/pdf
Commit message (Collapse)AuthorAgeFilesLines
* Go: enable multiple updates in a sequencePřemysl Eric Janouch2024-02-041-0/+3
| | | | This is not something anyone should do, but let's do things correctly.
* 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
| | | | This is not particularly complete, but it works (again) for Cairo.
* 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
| | | | The code has even turned out simpler.
* 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
| | | | The compiler has made it more obvious where we eat error messages.
* 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
It should be roughly at feature parity.