summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
2012-08-23Silence some warnings.Robin Watts
2012-08-16Adjust out of range tests for encryption key lengthsSebastian Rasmussen
2012-08-16Add PDF 1.7 ExtensionLevel 8 encryption algorithmSebastian Rasmussen
2012-08-12Fix comparison typo in encryption codeSebastian Rasmussen
2012-08-09Fix bug 693245: pdf_new_rect()'s implementation is questionablePaul Gardiner
2012-08-08Give a warning when we ignore a transfer function.Robin Watts
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-07Fix various problems with linearisation when saving.Robin Watts
2012-08-06Fix leak of page objects/refs for documents without page treeSebastian Rasmussen
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Handle out of range encoding differences for type3 fontsSebastian Rasmussen
2012-08-06Rewording of warning messages for PDF functionsSebastian Rasmussen
2012-08-06Free entire type3 font descriptor upon loding error, not just the fontSebastian Rasmussen
2012-08-06Update PDF metadata to include both PDF encryption version and revisionSebastian Rasmussen
2012-08-06Expose both PDF encryption version and revisionSebastian Rasmussen
2012-08-06Free old stroke state when initing graphics state from another stateSebastian Rasmussen
2012-08-06Free inline image dictionary upon error parsing imageSebastian Rasmussen
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-08-06Only warn on stitching function's sub function with wrong aritySebastian Rasmussen
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