summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-op-buffer.c
AgeCommit message (Expand)Author
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Add pdf_process for writing operator streams out to a buffer.Robin Watts