summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-06-30Fix bug when opening small PDF-files.Sebastian Rasmussen
2016-06-22Tweak PDF annot API.Robin Watts
2016-06-22Add support for getting additional annotation informationMichael Vrhel
2016-06-22Use vertical presentation forms.Tor Andersson
2016-06-21Fix typo due to switching from int to size_t.Sebastian Rasmussen
2016-06-20Fix signed/unsigned warning.Robin Watts
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Allow PDF strings to be > 16bits.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-16Fix crash due to double closing output in pdf_save_document.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-14Add optional support for Luratech JBIG2 decoder.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-06-06Minimize the number of CMaps built in to the ones listed in the spec.Tor Andersson
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-24Fix 696796: clamp color values in PDF to valid range.Tor Andersson
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13murun: Add document writer object.Tor Andersson
2016-05-13Fix double free and memory leak.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-05-13Update MuJS.Tor Andersson
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-05-06Mutool clean: Fix sanitisation of pages with Content arrays.Robin Watts
2016-05-06Mutool clean: Copy OCProperties when subsetting.Robin Watts
2016-04-29muclean: Avoid warning when no Outlines present in document.Robin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-27Fix exception bug: rethrow without a caught exception!Tor Andersson
2016-04-27Remove useless try/catch/rethrows.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-26pdfcreate: Use industry font name for built-in fonts.Tor Andersson
2016-04-26Optimize pdf_lookup_agl.Tor Andersson
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-04-22pdf: Handle implicit identity crypt filtersSebastian Rasmussen