summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-08-06Fix comparison of cmap table length against maximum valueSebastian Rasmussen
2012-08-06Upon parse error when repairing, make sure object stream is freedSebastian Rasmussen
2012-08-06Make sure images are freed upon loading errorSebastian Rasmussen
2012-08-06No need to drop object for which no reference has been keptSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-06Set refs to NULL in pdf repair so object are not freedSebastian Rasmussen
2012-08-06No need to check for NULL before dropping objectsSebastian Rasmussen
2012-08-06Fix bug where too many content stream operands cause eternal loopSebastian Rasmussen
2012-08-06Only warn once about ignoring rendering errorsSebastian Rasmussen
2012-08-06Handle invalid obj/gen numbers when repairing pdfsSebastian Rasmussen
2012-08-06Fix typo in PDF function codeSebastian Rasmussen
2012-08-01Enable pdf_print_xref in release builds; required for pdfshow.Robin Watts
2012-07-26Handle negative or invalid character ranges in type3 fonts.Tor Andersson
2012-07-26Use integer clamping function instead of reimplementing itSebastian Rasmussen
2012-07-26Assume default value for negative sample function dimension sizeSebastian Rasmussen
2012-07-26Only resize xref if trailer size entry indicate more objectsSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream object range boundariesSebastian Rasmussen
2012-07-26Assume default values for negative image parametersSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream offsetsSebastian Rasmussen
2012-07-26Gracefully handle negative offset and objects in object streamSebastian Rasmussen
2012-07-26Gracefully handle negative xref stream entry widthsSebastian Rasmussen
2012-07-24Add upper bound on size of sampled pdf functionsSebastian Rasmussen
2012-07-24Handle out of range pdf subfunction boundariesSebastian Rasmussen
2012-07-24Handle exponential pdf functions with malformed constantsTor Andersson
2012-07-23Warn about out of range values for exponential pdf functionsSebastian Rasmussen
2012-07-23Handle sampled pdf function dimensionalitySebastian Rasmussen
2012-07-23Handle pdf functions with malformed input/output mappingsSebastian Rasmussen
2012-07-23Handle pdf function evaluation with wrong number of inputs/outputsSebastian Rasmussen
2012-07-23Handle pdf functions with too many inputsSebastian Rasmussen
2012-07-23Provide number of inputs/outpus when loading pdf functionsSebastian Rasmussen
2012-07-23Clamp number of pdf function inputs/outputsSebastian Rasmussen
2012-07-23Remove redundant check in pdf function codeSebastian Rasmussen
2012-07-23Whitespace fixes in code for pdf functions.Sebastian Rasmussen
2012-07-23Fix encryption key length checkSebastian Rasmussen
2012-07-23Prefer larger Width value if more than one is given for each glyph.Tor Andersson
2012-07-23Fallback case for type 1 fonts without encoding and non-standard glyph names.Tor Andersson
2012-07-23Tweak some font encoding heuristics.Tor Andersson
2012-07-23Only warn if ToUnicode CMap cannot be loaded.Tor Andersson
2012-07-23Don't encode MS-Symbol encoded fonts by glyph names.Tor Andersson
2012-07-23Use FT_ENCODING_MS_SYMBOL encoding for symbolic TrueType fonts.Tor Andersson
2012-07-20Give precedence to /Subtype field when deciding on font encodings.Tor Andersson
2012-07-20Prefer the more specific name if BaseName and FontName differ.Tor Andersson
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-20Attempt to load CID fonts with invalid cid collections.Tor Andersson
2012-07-18Fix broken pdf_write functionality.Robin Watts
2012-07-09Remove Symbol,Italic workaround and extend list of alternative names instead.Tor Andersson
2012-07-06Bug 693167: Solve pdfclean -ggg deleting too many objectsRobin Watts
2012-07-06Improve bounds checking in page tree.Sebastian Rasmussen
2012-07-06Improve bounds checking for image properties.Sebastian Rasmussen
2012-07-06Remove unnecessary check for unsupported crypt revision.Sebastian Rasmussen