534 Commits

Author SHA1 Message Date
Alfred Hall
ee467ad5fa Update README.md 2017-02-09 15:04:48 +00:00
Peter Williams
4a0073b639 removed panics 2017-01-27 09:40:02 +11:00
Peter Williams
c2f1dc847b fixed byObject sort order 2017-01-26 22:51:45 +11:00
Peter Williams
8fbe0fcfad common.Log.Debug("ERROR => common.Log.Error( 2017-01-26 21:55:02 +11:00
Peter Williams
e8b3a5b2c4 common.Log.Debug("ERROR: => common.Log.Error( 2017-01-26 20:24:37 +11:00
Peter Williams
9edc2a8970 More detailed logging 2017-01-26 20:20:13 +11:00
Peter Williams
7dc32baa20 fixed formatting 2017-01-22 09:49:52 +11:00
Peter Williams
107bb119a8 tweaked logging 2017-01-21 14:47:55 +11:00
Gunnsteinn Hall
25cb4ac6ff Make less strict for parsing annotation type
Report the incompatibility but not cause an error
2017-01-14 18:52:45 +00:00
Gunnsteinn Hall
d964f9cff7 Support comments in content streams 2017-01-12 20:08:55 +00:00
Gunnsteinn Hall
765c30efa4 Fix bug with comments within indirect objects
Add some more debugs which can be helpful for troubleshooting
problematic pdf files
2017-01-12 12:23:28 +00:00
Peter Williams
b8f5d4879f Added file:line to log messages 2017-01-12 17:52:29 +11:00
Gunnsteinn Hall
4693588a5f Fix for stream delimiting 2017-01-09 22:00:26 +00:00
Gunnsteinn Hall
2f9b8e3828 Change printfs to debug logging 2017-01-09 14:12:23 +00:00
Gunnsteinn Hall
8241793137 fix read 2017-01-05 13:28:23 +00:00
Gunnsteinn Hall
1a92cf6041 merge from master 2017-01-05 13:18:25 +00:00
Gunnsteinn Hall
4c805ef097 remove commercial word to clarify license 2017-01-05 13:17:00 +00:00
Gunnsteinn Hall
10b61db2ea Add vendoring/version recommendation to readme 2017-01-05 13:05:17 +00:00
Gunnsteinn Hall
3c7c350fc8 Updated readme, clarify license 2017-01-05 13:03:12 +00:00
Gunnsteinn Hall
84f6c66a00 Add links 2017-01-05 12:59:35 +00:00
Peter Williams
b66ef0cb58 added some logging 2017-01-05 17:06:03 +11:00
Peter Williams
41644e2a6b more options for unpacking objects 2017-01-05 17:02:32 +11:00
Peter Williams
cf88afe2d3 quietened logging 2017-01-05 17:01:50 +11:00
Gunnsteinn Hall
5f0dac6491 Update README accordingly 2017-01-04 17:58:34 +00:00
Gunnsteinn Hall
f95c9ce651 License update - Producer removed - clarified additional note 2017-01-04 17:05:56 +00:00
Gunnsteinn Hall
5369e32cb6 Simplified license - remove license subpackage
The removal of the Producer additional requirements means we do not
need the license subpackage anymore.  It is removed in v2.
2017-01-04 16:43:08 +00:00
Gunnsteinn Hall
9ea06b6557 Updated readme for v2 2017-01-03 16:54:47 +00:00
Gunnsteinn Hall
a8a2df0b90 Update tests 2017-01-03 15:36:32 +00:00
Gunnsteinn Hall
015867a2c3 merge from master (license) 2017-01-03 15:28:57 +00:00
Gunnsteinn Hall
d33cdf1c5c Update versioning 2017-01-03 15:24:54 +00:00
Gunnsteinn Hall
06c4206fc2 Updated license 2017-01-03 11:30:52 +00:00
Gunnsteinn Hall
302f0eaa1e Release version 1.1.0 2017-01-03 10:53:15 +00:00
Gunnsteinn Hall
5dce3be8de Add function to check if image resource name available 2017-01-03 10:51:39 +00:00
Gunnsteinn Hall
70492f77d5 Add back needed dependency 2016-12-13 21:42:27 +00:00
Gunnsteinn Hall
c6c4d83758 Change interface for get and add page (use PdfPage). Improvements to resource handling and manipulation. 2016-12-13 19:40:33 +00:00
Gunnsteinn Hall
36ba97ca37 Fix bug with stream in rare malformant PDF cases 2016-12-13 19:39:23 +00:00
Peter Williams
1e5bc37826 Some printf's to help me understand code 2016-12-12 11:19:50 +11:00
Peter Williams
d518f13b5d Expose version and xref table in reader. 2016-12-06 14:30:58 +11:00
Gunnsteinn Hall
8846983e79 Improved handling of un-referenced Parent objects in writer 2016-12-06 01:18:44 +00:00
Gunnsteinn Hall
9fe3c5a0b9 Improved annotation object handling (parsing and writing) 2016-12-05 16:21:23 +00:00
Gunnsteinn Hall
cc0bd7572f Reduce logging to stdout 2016-12-05 11:47:38 +00:00
Peter Williams
b37635e0f5 Made PDF output determistic by sorting dicts 2016-12-05 15:15:26 +11:00
Gunnsteinn Hall
af5ea0bd00 Improved outline handling (in progress)
Structure element currently scrapped.  Later to add support for that.
Then will fix the SE of the outline item.
Still a bit of testing and validation required.
2016-12-05 00:46:27 +00:00
Gunnsteinn Hall
a9621e8c0f Improved content stream parsing 2016-12-04 00:19:24 +00:00
Gunnsteinn Hall
a0a9fa6289 Fix for invalid crypto lengths (given in bits rather than bytes) for compatibility 2016-12-02 22:32:13 +00:00
Gunnsteinn Hall
eb1edeb73e Fix Inspect definition in reader following merge 2016-12-02 16:14:00 +00:00
Gunnsteinn Hall
1564f8ab06 Updates and fixes from master merged in 2016-12-02 15:17:19 +00:00
Peter Williams
14221ddede Merge remote-tracking branch 'upstream/master' 2016-11-30 17:21:59 +11:00
Gunnsteinn Hall
5978085d87 Updated object types to check for (javascript and videos) 2016-11-28 22:21:20 +00:00
Gunnsteinn Hall
651970ba56 Expose Inspect and return the list of object types 2016-11-28 14:54:38 +00:00