Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-07 | Introduce 'document handlers'. | Robin Watts | |
We define a document handler for each file type (2 in the case of PDF, one to handle files with the ability to 'run' them, and one without). We then register these handlers with the context at startup, and then call fz_open_document... as usual. This enables people to select the document types they want at will (and even to extend the library with more document types should they wish). | |||
2014-01-02 | Add rebinding for fz_devices and fz_documents | Robin Watts | |
The SVG device needs rebinding as it holds a file. The PDF device needs to rebind the underlying pdf document. All documents need to rebind their underlying streams. | |||
2013-09-23 | Fix missing 'const' in fz_authenticate_password | Robin Watts | |
The pdf_ versions were already correct. Probably just an oversight that this was missed. | |||
2013-07-26 | Add OpenXPS mime-type to fz_open_document. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |