aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdf_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle invalid result from PDF parser.yzrh2023-01-031-1/+2
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix inconsistent whitespace detection in PDF parser.yzrh2023-01-031-13/+22
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Update CHANGE.yzrh2023-01-011-2/+0
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Handle incomplete PDF object in parser.yzrh2023-01-011-16/+14
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Improve PDF parser.yzrh2023-01-011-18/+26
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Fix buffer overflow when object size is less than 8 bytes.yzrh2022-12-291-4/+5
| | | | Signed-off-by: yzrh <yzrh@noema.org>
* Decode JBIG and JPEG during HN conversion.yzrh2021-01-031-1/+1
|
* Produce PDF directly from KDH.yzrh2020-12-301-2/+8
|
* Change e-mail address.yzrh2020-09-081-1/+1
|
* Initial commit.yzrh2020-08-141-0/+216