summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-11-13Add pdf-dejpx.js example script.Tor Andersson
2018-11-13js: Add PDFDocument.loadImage() function.Tor Andersson
2018-11-12Remove bitrotted and not working PDF portfolio code.Tor Andersson
2018-11-12Add example script to list and extract embedded files from PDF documents.Tor Andersson
2018-11-09Update mupdf-gl documentation.Tor Andersson
2018-09-21Add 'fix-s22pdf.js' script to examples.Tor Andersson
2018-09-21Add fz_lookup_cjk_font_by_name to create builtin CJK fonts.Tor Andersson
2018-09-21Regularize language and script names.Tor Andersson
2018-09-05mutool run: Document addSimpleFont and addCJKFont functions.Tor Andersson
2018-09-05mutool run: Pass script path and arguments as scriptPath and scriptArgs.Tor Andersson
2018-08-10The proper term is apparently 'filename extension', not 'suffix'.Tor Andersson
2018-06-22Update docs to fit with new website.Tor Andersson
2018-06-22Simplify HTML pages.Tor Andersson
2018-06-02mutool show: Add support for wildcards in path syntax.Tor Andersson
2018-05-16js: Add Shade.bound function and bbox device example.Tor Andersson
2018-05-03Add selector syntax to 'mutool show'.Tor Andersson
2018-04-11Update examples.Tor Andersson
2018-03-16Update mutool create documentation with new font creation directives.Tor Andersson
2018-01-24docs: Mention use of an incompatible fork of lcms2.Sebastian Rasmussen
2018-01-04Update 'mutool run' man page.Tor Andersson
2017-11-23Bump version number to 1.12.0.Tor Andersson
2017-11-17Purge remnants of GLFW.Tor Andersson
2017-11-13Update docs for Android SDK.Tor Andersson
2017-11-13docs: Put logo in title bar.Tor Andersson
2017-11-13docs: Don't shout in the navigation bar.Tor Andersson
2017-11-13Add sed script to update <nav> sections.Tor Andersson
2017-11-10Update build docs to change HAVE_GLFW into HAVE_GLUT.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-08-21Fix HTML entities in docs.Tor Andersson
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-06-15Add contributor license agreement link to the docs.Tor Andersson
2017-06-15Update how to build native examples.Sebastian Rasmussen
2017-06-15Update android library build instructions.Sebastian Rasmussen
2017-06-15Update android viewer build instructions.Tor Andersson
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-04-13Add an example JPEG2000 to PDF script.Tor Andersson
2017-04-13Use addRawStream in pdf-create-lowlevel.js example script.Tor Andersson
2017-04-13Add android library build instructions.Tor Andersson
2017-04-13Organize docs into HTML files.Tor Andersson
2017-04-13Move all examples to docs/examples directory.Tor Andersson
2017-03-29Happy New Year!Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen
2016-11-23js: Add setUserCSS function.Tor Andersson
2016-11-14js: Update docs for annotation functions (WIP).Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-10-26js: Update docs with PDFObject accessor functions.Tor Andersson
2016-10-21Update docs/naming.txtTor Andersson
2016-10-07Fix link in documentation.Tor Andersson
2016-10-07js: Make PDFDocument, PDFPage, and PDFAnnotation subclasses.Tor Andersson
2016-08-30js: Add PDFObject.length and PDFObject.push() to handle arrays.Tor Andersson