August 17, 2017
View e09d884

eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.

Micah Snyder authored on 2017/08/17 06:31:45
April 16, 2016
View a865a9a

pdf: add filter count heuristic

Kevin Lin authored on 2016/04/16 00:28:40
April 1, 2016
View 1d0cdc6

pdf: open abi for pdfdecode usage

Kevin Lin authored on 2016/04/01 01:29:16
March 29, 2016
View a9584bf

pdf: filter order tracking implementation (max:64)

Kevin Lin authored on 2016/03/29 02:16:17
September 18, 2015
View 46a35ab

mass update of copyright headers

Mickey Sola authored on 2015/09/18 02:41:26
April 2, 2015
View 9d33052

pdf: correctly handle encryption objects to decrypt

Kevin Lin authored on 2015/04/02 06:41:59
March 21, 2015
View 24db616

pdf: base64 encode strings that fail to finalize

Kevin Lin authored on 2015/03/21 05:36:41
View e2b1880

pdf: string decryption and code clean-up pdfng: fixed a bug in escape sequence handling

Kevin Lin authored on 2015/03/21 04:10:52
March 3, 2015
View e098bf4

Revert "pdf strings are now base64 encoded if utf conversion fails"

Kevin Lin authored on 2015/03/03 09:05:09
View 6c3cc09

pdf strings are now base64 encoded if utf conversion fails reason: non-converted string aren't printable (invalid UTF-8)

Kevin Lin authored on 2015/03/03 04:40:36
June 28, 2014
View 09ff140

Add more PDF properties

Shawn Webb authored on 2014/06/28 01:43:23
June 26, 2014
View 224d1c4

Use the right struct with the PDF stats callbacks

Shawn Webb authored on 2014/06/26 03:06:17
View 930b939

Reorganize new PDF code to a new file

Shawn Webb authored on 2014/06/26 02:36:30
June 25, 2014
View dd101be

Add dictionary parsing support.

Shawn Webb authored on 2014/06/25 07:43:51
June 24, 2014
View 7a98488

Add to the array linked list in the right order, rather than reversed.

Shawn Webb authored on 2014/06/24 23:43:15