Commit Graph

8 Commits

Author SHA1 Message Date
fee7ec9cc3 Fix \r\n handling in stream read and write functions 2023-01-07 15:43:39 +01:00
68371b9b17 Check for potential write error (or not buffer full consumed) 2022-12-23 17:51:01 +01:00
27b9d8ec3e Handle cases where no xref table is present (use startxref offset instead) and where trailer is not conform (use values from XRef object if present) 2022-03-14 19:57:25 +01:00
47143308ca Add support for full document write operation 2021-12-18 17:29:41 +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
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
39e2f6ecc9 Initial commit 2021-08-21 18:22:58 +02:00