summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2012-07-06Improve bounds checking of encryption key lengthSebastian Rasmussen
2012-07-06Reorder parsing of encryption dict.Sebastian Rasmussen
2012-07-06Make length check for crypt dict entries similar.Sebastian Rasmussen
2012-07-06Defer dereferencing of pdf_crypt until it's needed.Sebastian Rasmussen
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Fix free of uninitialised fontdesc pointer.Robin Watts
2012-07-05Cope with illegal alpha values (out of range)Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-07-05Avoid calling pdf_array_len (and friends) in a loop.Robin Watts
2012-07-05Improve detection of images for pdfwrite.Robin Watts
2012-07-04Reverse order of Y decomposition of mesh shading.Robin Watts
2012-06-28Allow for windows style synthetic font selectors of built-in fonts.Tor Andersson
2012-06-27Fix text clipping operations in pdf.Robin Watts
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-15Support UserUnit for scaling PDF pages.Tor Andersson
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.Robin Watts
2012-06-13Remove unnecessary function and improve namingPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-12Followup to commit 120dadb; improved error handling during interpretation.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-23Bring xref object and stream mutation functions back from the dead.Tor Andersson
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson
2012-05-10Fix whitespace errors.Tor Andersson
2012-05-10mupdfclean - update to allow renumbering of encrypted objectsRobin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts