summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-write.c
AgeCommit message (Expand)Author
2014-01-13More fixes for PDF clean.Robin Watts
2014-01-10Solve SEGV in mutool clean with fuzzed file.Robin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2013-09-30make pdf_write_document again accept NULL for fz_optsSimon Bünzli
2013-09-27preserve /Encrypt for documents with streamed xrefsRobin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-08-27A few updates to signing supportPaul Gardiner
2013-08-22Add support for writing of xref streamsPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-07-02Fix "mutool clean -ggg" operation.Robin Watts
2013-06-28Add array_insert_drop and array_delete functions.Tor Andersson
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-21Initial PDF editing/page creation commitRobin Watts
2013-06-20Rearrange source files.Tor Andersson