summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2018-11-13Add more encoding tables.Tor Andersson
2018-11-13Bug 692592: Handle relative file links.Tor Andersson
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-11-12Fix 699094: Never decompress JPX streams in mutool clean.Tor Andersson
2018-11-12Bug 700154: Don't pass blends into groups within softmasks.Robin Watts
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-12Fix 697913: Make sure PDF portfolios are saved as version >= 1.7.Tor Andersson
2018-11-12Remove confusing flag define.Tor Andersson
2018-11-09Fix 695390: Increase number of samples in Type 1 function shadings.Tor Andersson
2018-11-08Fix 699352: Call begin_layer for all marked content in PDF.Tor Andersson
2018-11-07Resolve objects in pdf_debug_obj().Sebastian Rasmussen
2018-11-07Write placeholder appearance streams for digital signatures.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-11-07Fix writing encrypted PDF files with 'decompress' option.Tor Andersson
2018-11-06Update AFParseDateEx to handle dates as a contiguous string of digits.Paul Gardiner
2018-10-24Since fz_end_group may throw, don't call it inside fz_always.Sebastian Rasmussen
2018-10-24Do run processor clip stack balancing in close (not drop) callback.Tor Andersson
2018-10-24Drop page upon exception while loading hinted page.Sebastian Rasmussen
2018-10-23Drop page upon exception cleaning content streams.Sebastian Rasmussen
2018-10-23Don't clobber old xref section when pdf_replace_xref fails.Sebastian Rasmussen
2018-10-23Drop new object upon exception grafting objects.Sebastian Rasmussen
2018-10-23Remember to drop group colorspace.Sebastian Rasmussen
2018-10-23Drop loaded object while writing hint stream.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-23When copying streams drop resources upon exception.Sebastian Rasmussen
2018-10-23Remember to drop group colorspace.Sebastian Rasmussen
2018-10-23Fix text used as clip mask in pdfwrite device.Tor Andersson
2018-10-23Fix leak in pdfwrite pdf_dev_end_mask.Tor Andersson
2018-10-23Use DeviceGray colorspace for soft masks in pdfwrite output.Tor Andersson
2018-10-23Avoid being smart about keeping only a single reference to the buffer.Sebastian Rasmussen
2018-10-23Fix typo in pdf write device.Tor Andersson
2018-10-16Fix line spacing bug in rewriting PDF files.Robin Watts
2018-10-12Drop xref subsection upon exception.Sebastian Rasmussen
2018-10-12Drop CMAP upon exception.Sebastian Rasmussen
2018-10-12Drop default colorspaces upon exception.Sebastian Rasmussen
2018-10-12Drop default colorspaces upon exception.Sebastian Rasmussen
2018-09-21Regularize language and script names.Tor Andersson
2018-09-19Add accessor for field text label.Tor Andersson
2018-09-19Fix warning.Tor Andersson
2018-09-13Bug 699768: Drop default colorspaces even if page transformation fails.Sebastian Rasmussen
2018-09-07Bug 699743: Pop clip upon error when flushing text.Sebastian Rasmussen
2018-09-06Bug 699723: Free alternative colorspace upon error when loading ICC colorspace.Sebastian Rasmussen
2018-09-06Bug 699717: Pop clip even in case of error.Sebastian Rasmussen
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-08-30When unrecoverable errors occur on a page, at least print them.Sebastian Rasmussen
2018-08-30Bug 699695: Remember to end groups/softmasks even upon exception.Sebastian Rasmussen
2018-08-30Bug 699694: Fix reference counting for JBIG2 globals.Sebastian Rasmussen
2018-08-30Remove unreachable code.Sebastian Rasmussen