Commit Graph

14 Commits

Author SHA1 Message Date
47143308ca Add support for full document write operation 2021-12-18 17:29:41 +01:00
cadd567d52 Parse xrefTable 2021-12-18 17:29:26 +01:00
d8bbf8a21d Manage stream data reading (without filter interpretation) 2021-12-18 17:27:35 +01:00
29a93e2cfc Support indirect objects 2021-12-18 17:26:01 +01:00
8c49c53dde Add unescapedValue() for String objects 2021-12-18 17:23:21 +01:00
224267f360 Fix a bug : don't double '-' sign on negative numbers 2021-12-18 17:21:48 +01:00
5ea898b837 Add "used" property for PDF objects 2021-12-18 17:14:53 +01:00
ea551b6f52 Multiple improvments :
* nextToken() can return comments if needed (used for %%EOF)
  * Handle object after %%EOF without line return
  * Handle trailer without xref
  * Handle parenthesis in string objects
  * Fix error on stream parsing (fallback to big chunk read)
2021-09-28 14:35:45 +02:00
7f2a84c10c Add test sample 2021-09-09 20:57:10 +02:00
89e9fdc55e Increase PDF format support (more test samples used) 2021-09-09 20:55:25 +02:00
f243271215 Improve performances for stream parsing 2021-09-09 20:46:46 +02:00
f299c69654 Fix error in Makefile : forget for variable in if condition 2021-08-25 21:41:06 +02:00
9f5469ffda Remove forgotten trace 2021-08-21 21:16:43 +02:00
39e2f6ecc9 Initial commit 2021-08-21 18:22:58 +02:00