summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-04-20Limit xref parser to read entry contents.Sebastian Rasmussen
2018-04-20Add isdigit convenience macro in xref parsing.Sebastian Rasmussen
2018-04-11Fix CMap parsing bug when handling unicode surrogate pair ranges.Tor Andersson
2018-04-11Rework how we handle DynaLab tricky fonts in freetype.Tor Andersson
2018-04-08Set pointers to NULL so they can be safely dropped.Sebastian Rasmussen
2018-04-04Fix silly typo in pdf_load_compressed_inline_image.Tor Andersson
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2018-04-03Fix error cleanup in pdf_load_font.Tor Andersson
2018-03-22Use PDF object creation convenience functions.Tor Andersson
2018-03-22Use pdf_add_new_dict family of functions.Tor Andersson
2018-03-22Add pdf_add_new_dict family of functions.Tor Andersson
2018-03-22Use pdf_dict_put_dict family of functions.Tor Andersson
2018-03-22Add pdf_dict_put_dict family of functions.Tor Andersson
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-22Fix 699085: Use at most 16 bytes from MD5 digests.Sebastian Rasmussen
2018-03-22Rearrange user password authentication code.Sebastian Rasmussen
2018-03-22Fix leak of form object when updating text appearance.Sebastian Rasmussen
2018-03-16Fix 699026: Create missing font resource.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-16Use convenience function in pdf_set_annot_contents.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-16Only use BS/W for border width.Tor Andersson
2018-03-16Do not warn if there are no JBIG2 globals.Sebastian Rasmussen
2018-03-15PDF stream filtering; fix pattern/xobject resource handling.Robin Watts
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-02-27Use fz_point for pdf_set_annot_ink_list and vertices too.Tor Andersson
2018-02-27Improve line ending style accessors.Tor Andersson
2018-02-27Add annotation QuadPoints creation functions.Tor Andersson
2018-02-27Add annotation Line access functions.Tor Andersson
2018-02-27Add annotation Vertices creation functions.Tor Andersson
2018-02-27Add annotation InkList creation functions.Tor Andersson
2018-02-27Get border width from BS/W if Border is missing.Tor Andersson
2018-02-27Return correct default icon names for optional annotation property.Tor Andersson
2018-02-27Don't set a (useless) rectangle when creating annotations.Tor Andersson
2018-02-27Remove typedef in favor of explicit enum keyword.Tor Andersson
2018-02-27Fix bug in pdf_annot_icon_name.Tor Andersson
2018-02-27Print newline at end of pdf_debug_obj.Tor Andersson
2018-02-27Don't use constants larger than will fit in a signed int in enum.Tor Andersson
2018-02-27Use text encoding for pdf_choice_widget options and values.Tor Andersson
2018-02-27Use proper encoding for pdf_field_value and update_field_value.Tor Andersson
2018-02-27Recognize Adobe illustrator files as PDF format.Tor Andersson
2018-02-14Bug 698890: Remember to end groups when showing images.Sebastian Rasmussen
2018-02-13Avoid revisiting the same page tree node repeatedly.Sebastian Rasmussen