summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf
AgeCommit message (Expand)Author
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-11-12Remove bitrotted and not working PDF portfolio code.Tor Andersson
2018-11-12Clean up pdf-portfolio.cTor Andersson
2018-11-12Fix 697728: Use UTF-8 strings in PDF portfolio functions.Tor Andersson
2018-11-12Remove confusing flag define.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-10-23Remove extra blank lines.Tor Andersson
2018-09-19Add accessor for field text label.Tor Andersson
2018-08-28Avoid use of fixed size buffers for the digest when document signingPaul Gardiner
2018-08-22Remove the old 'nested depth' tracking.Tor Andersson
2018-08-10Use proper name space for form field flag constants.Tor Andersson
2018-08-10Remove functions that implement duplicate functionality.Tor Andersson
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-07-17Disallow incremental updating for documents that have hybrid xrefsPaul Gardiner
2018-07-17Fix memory leaks in document signing functionsPaul Gardiner
2018-07-06Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.Tor Andersson
2018-07-05Add digital signature appearance synthesis.Tor Andersson
2018-07-05Purge unused functions.Tor Andersson
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-05Return true if any annots have new APs in pdf_update_page.Tor Andersson
2018-07-05Use real WinAnsi encoding when writing appearance stream text.Tor Andersson
2018-07-05Support background and border color in Widget/Tx and Widget/Ch.Tor Andersson
2018-07-04Rename pdf_get_annot_contents to pdf_annot_contents.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-06-22Call AA/F formatting when synthesizing appearance stream.Tor Andersson
2018-06-22Remove rich text properties when editing annotation contents or styles.Tor Andersson
2018-06-22Create appearance streams for annotations.Tor Andersson
2018-06-22Remember the md5 digest in the fz_font struct.Tor Andersson
2018-06-22Add pdf_dict_get_name function.Tor Andersson
2018-06-02Rework XObject form creation/updating.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-04-27Add pdf_dict_get_int, etc.Tor Andersson
2018-04-25Support creating both serif and sans-serif CJK fonts in mutool create.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_add_new_dict family of functions.Tor Andersson
2018-03-22Add pdf_dict_put_dict family of functions.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-16Simplify PDF font creation code.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-03-16Add simpler annotation line ending style accessors.Tor Andersson
2018-03-16Add annotation quadding accessor.Tor Andersson
2018-03-16Add annotation opacity accessor.Tor Andersson
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson