Michael R Sweet
|
d1e8c966ed
|
Fix some Coverity-detected issues.
|
2021-10-01 11:38:04 -04:00 |
|
Michael R Sweet
|
43239eaf8a
|
Add placeholder password callback to support reading of encrypted PDF files in the future.
|
2021-09-27 08:37:14 -04:00 |
|
Michael R Sweet
|
ba9d03ecac
|
Update docos.
|
2021-09-27 08:11:53 -04:00 |
|
Michael R Sweet
|
d6746c08a4
|
Add pdfioFileCreateOutput API (Issue #21)
|
2021-09-27 07:41:50 -04:00 |
|
Michael R Sweet
|
b2db43afcb
|
Show an error when opening an encrypted PDF file.
|
2021-08-30 11:18:23 -04:00 |
|
Michael R Sweet
|
6aa5585eb4
|
Fix some compressed stream bugs.
|
2021-08-30 10:55:45 -04:00 |
|
Michael R Sweet
|
6f726602c6
|
Clean up object stream support.
|
2021-08-29 18:35:23 -04:00 |
|
Michael R Sweet
|
6d42b6834e
|
Don't try to pre-load object streams since that interferes with reading the
rest of an xref stream...
|
2021-08-24 14:07:34 -04:00 |
|
Michael R Sweet
|
6745f785b7
|
Fix bug with xref stream with no index.
Fix bug with pdfiOStreamPeek not appending new stream data to buffer.
Add more debug printfs for values.
|
2021-08-24 13:50:57 -04:00 |
|
Michael R Sweet
|
cd5158bae0
|
Implement support for multiple index arrays (Issue #8)
|
2021-08-23 14:31:19 -04:00 |
|
Michael R Sweet
|
d62faa51e1
|
Implement date value support (Issue #13)
|
2021-07-07 22:06:25 -04:00 |
|
Michael R Sweet
|
30343cdb00
|
Info catalog accessors (Issue #9)
|
2021-07-06 20:31:30 -04:00 |
|
Michael R Sweet
|
bbdf0cdb18
|
Add proper TrueType font support (Issue #2)
Still need to implement proper Unicode support (currently only writes WinAnsi
font descriptor and handles UTF-8 for 0-255...)
|
2021-06-17 10:18:55 -04:00 |
|
Michael R Sweet
|
a962b1d069
|
Fix another coverity issue.
|
2021-06-09 09:18:52 -04:00 |
|
Michael R Sweet
|
63c0fc1926
|
Fix some coverity-reported issues.
|
2021-06-09 09:14:57 -04:00 |
|
Michael R Sweet
|
a698b9c1a2
|
API cleanup, more work on documentation.
|
2021-06-07 08:34:30 -04:00 |
|
Michael R Sweet
|
ee5fcc2a4a
|
Fix Coverity-discovered issues.
|
2021-06-04 10:56:23 -04:00 |
|
Michael R Sweet
|
05df5919cd
|
Save work on text tests.
|
2021-05-31 20:51:37 -04:00 |
|
Michael R Sweet
|
246c2e4b41
|
Rename as PDFio for consistency.
Add PDFio logo image.
Move documentation to "doc" subdirectory.
|
2021-05-30 07:10:44 -04:00 |
|
Michael R Sweet
|
10ab119922
|
Initial documentation.
|
2021-05-29 21:21:45 -04:00 |
|
Michael R Sweet
|
a18b8fd606
|
Switch to using double for numbers, since they are also used to record lengths
and other potentially large contents.
|
2021-05-29 21:16:21 -04:00 |
|
Michael R Sweet
|
35d22705fa
|
Implement pdfioObjCopy and pdfioPageCopy, with tests.
|
2021-05-29 20:00:48 -04:00 |
|
Michael R Sweet
|
f1fb09c6c0
|
Switch back to compressed page content streams.
|
2021-05-28 22:24:39 -04:00 |
|
Michael R Sweet
|
94cb915885
|
Fix xref table - wrong total number of objects.
Update pdfioContentDrawImage to take x/y offsets and sizes.
|
2021-05-28 22:05:44 -04:00 |
|
Michael R Sweet
|
fb853dadda
|
Fix some issues with the core file writing code.
Add test images to the unit tests.
|
2021-05-28 10:41:21 -04:00 |
|
Michael R Sweet
|
45899f8a8d
|
Default CropBox should be the full MediaBox.
|
2021-05-16 18:31:45 -04:00 |
|
Michael R Sweet
|
548ff7d119
|
Initial writing support.
|
2021-05-16 11:39:05 -04:00 |
|
Michael R Sweet
|
17f2cc213e
|
Implement object mapping framework.
|
2021-05-13 13:18:01 -04:00 |
|
Michael R Sweet
|
7cb4d0a557
|
Update TODOs.
|
2021-05-10 21:33:26 -04:00 |
|
Michael R Sweet
|
18853ca3d5
|
Increase token buffer to 256 bytes, to avoid overflow scenarios.
Add _pdfioTokenFlush to manually flush the token buffer.
Add more debug printfs.
|
2021-05-10 17:37:57 -04:00 |
|
Michael R Sweet
|
5f43761537
|
Initial support for reading pages dictionary.
|
2021-05-08 22:50:18 -04:00 |
|
Michael R Sweet
|
e1c145b10a
|
Defer loading the Root, Info, and Encrypt objects until we have loaded all of
the xref tables.
|
2021-05-08 22:05:40 -04:00 |
|
Michael R Sweet
|
979ccf19ff
|
Fix pdfioFileFindObject, fix cross-reference streams, implement support for
compressed object streams.
|
2021-05-08 11:21:49 -04:00 |
|
Michael R Sweet
|
9a919d478f
|
Rework token reading to be separate from the PDF file so we can add support
for compressed object streams.
|
2021-05-08 07:38:44 -04:00 |
|
Michael R Sweet
|
44325ce2d9
|
Safe work on streams - still need to implement predictors
|
2021-05-07 08:47:49 -04:00 |
|
Michael R Sweet
|
d2a0484d93
|
Rework debug functions, start xref stream support.
|
2021-05-06 09:51:48 -04:00 |
|
Michael R Sweet
|
4abb91ca24
|
Save work on loading object dictionaries - have a memory issue someplace.
|
2021-05-04 21:31:58 -04:00 |
|
Michael R Sweet
|
7afdfc725c
|
Implement object loading.
|
2021-05-04 17:04:09 -04:00 |
|
Michael R Sweet
|
7733fbeb10
|
Rework object and xref processing to allow for sparse object lists and generation numbers.
|
2021-05-04 16:06:14 -04:00 |
|
Michael R Sweet
|
59ef6b48ed
|
Add some debug output, "debug" make target.
Fix loading of dicts, trailer.
|
2021-05-04 12:59:10 -04:00 |
|
Michael R Sweet
|
516c6b9ace
|
Load trailer dict.
|
2021-05-04 12:24:29 -04:00 |
|
Michael R Sweet
|
e107b94c83
|
Work on token parsing.
|
2021-05-01 17:50:52 -04:00 |
|
Michael R Sweet
|
f5f0e190b5
|
Initial working pdfioFileOpen, test program.
|
2021-05-01 11:50:17 -04:00 |
|
Michael R Sweet
|
d13364a4fd
|
Implement pdfioFileOpen reading of xref table.
|
2021-05-01 11:41:43 -04:00 |
|
Michael R Sweet
|
e6dbb256f1
|
Add an Xcode project and fix some Clang-reported issues.
|
2021-05-01 07:36:19 -04:00 |
|
Michael R Sweet
|
e2e2192ea9
|
Save work.
|
2021-04-27 21:22:34 -04:00 |
|
Michael R Sweet
|
899feb15c7
|
Start filling out internal APIs.
|
2021-04-16 21:09:43 -04:00 |
|
Michael R Sweet
|
c2610f2dd0
|
Fill out basic API functions.
|
2021-04-16 20:41:46 -04:00 |
|