summaryrefslogtreecommitdiff
path: root/platform/java/src/com/artifex/mupdf/fitz/PDFDocument.java
AgeCommit message (Expand)Author
2018-05-09Fix java build.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-01-27jni: Add Java interfaces to fz_stream and fz_output types.Tor Andersson
2017-11-22jni/js: Add interfaces for creating UTF-16BE and PDF byte strings.Sebastian Rasmussen
2017-11-22jni: Initialize Context before using any MuPDF classes.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-02-14java: Make PDFDocument a subclass of Document.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-09-23JNI: Rework conversion functions and nulls.Robin Watts
2016-08-02JNI: Add/change PDFDocument.save() related methods.Sebastian Rasmussen
2016-07-20JNI: Add PDFDocument methods for grafting objects onto documents.Sebastian Rasmussen
2016-07-20JNI: Declare methods for internal use private.Sebastian Rasmussen
2016-07-17JNI: When adding stream/page contents, accept String.Sebastian Rasmussen
2016-07-15java - move fitz sources into a 'src' subfolder.fred ross-perry