summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/object.h
AgeCommit message (Expand)Author
2018-07-06Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-06-22Create appearance streams for annotations.Tor Andersson
2018-06-22Add pdf_dict_get_name function.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-04-27Add pdf_dict_get_int, etc.Tor Andersson
2018-04-25Remove document argument from pdf_new_primitive functions.Tor Andersson
2018-04-25Purge unused function: pdf_new_obj_from_str.Tor Andersson
2018-04-25Tweak ordering of constant pdf_obj enums to make PDF_NULL == NULL.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Add pdf_dict_put_dict family of functions.Tor Andersson
2018-01-31Add pdf_debug_obj function to quickly print objects from gdb command line.Tor Andersson
2018-01-31Add convenience functions to set dict/array values by primitives.Tor Andersson
2018-01-05Enable saving of encrypted PDF files.Robin Watts
2017-12-13Bugs 698804/698810/698811: Keep PDF object numbers below limit.Sebastian Rasmussen
2017-11-22Add pdf_new_text_string utility function.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-06-22Add const to pdf_toname.Tor Andersson
2017-01-09Remove some dead code.Tor Andersson
2016-12-12Make more pdf functions private.Tor Andersson
2016-12-12Change pdf_dict_put_val to pdf_dict_put_val_null.Tor Andersson
2016-10-07pdf: Separate functions to read text strings and text streams as UTF-8.Tor Andersson
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2016-09-22Bug 697015: Avoid object references vanishing during repair.Robin Watts
2016-08-24Add pdf_array_find to look up the index of an object in an array.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-06-05Fix mutool clean for FZ_LARGEFILE case.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-02-10Add pdf_is_number.Robin Watts
2014-02-10Add pdf_output_obj function.Robin Watts
2013-08-13Signature creationPaul Gardiner
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin 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-25Rework storing internal flags in PDF objects.Robin Watts
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