summaryrefslogtreecommitdiff
path: root/fitz/doc_document.c
AgeCommit message (Expand)Author
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-04-28Fix typo in pdf writing code.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-19Change fz_document_open to assume PDF format by default.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-07Implement fz_open_document by hard coding the list of file types.Tor Andersson
2012-02-03Add document interface.Tor Andersson