PdfPig/src/UglyToad.PdfPig/Parser/FileStructure
Eliot Jones 7d0d5806a9 fix reverse xref location search
when brute force searching for the start of the cross-reference table (xref) we read 5 byte buffers, previously if the 'x' of 'xref' was the first character of the buffer we skipped it. this checks when 'x' is the first character of the buffer.
2020-02-26 12:55:11 +00:00
..
CrossReferenceOffsetValidator.cs move classes to new projects 2020-01-04 16:38:18 +00:00
CrossReferenceParser.cs fix reverse xref location search 2020-02-26 12:55:11 +00:00
CrossReferenceTableParser.cs complete move of truetype, afm and standard14 fonts 2020-01-04 22:39:13 +00:00
FileHeaderParser.cs use offset to file header to correct cross references 2020-01-26 15:30:20 +00:00
FileTrailerParser.cs handle eof further back in file 2020-01-07 11:48:09 +00:00
XrefCosOffsetChecker.cs move classes to new projects 2020-01-04 16:38:18 +00:00
XrefOffsetValidator.cs move classes to new projects 2020-01-04 16:38:18 +00:00