summaryrefslogtreecommitdiff
path: root/source/tools/pdfcreate.c
AgeCommit message (Expand)Author
2018-09-21Regularize language and script names.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-04-25Don't use WMode as part of CJK font lookup.Tor Andersson
2018-04-25Support creating both serif and sans-serif CJK fonts in mutool create.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-04-11For mutool create the encoding is not actually required.Sebastian Rasmussen
2018-03-22Fix 699130: Handle missing arguments in directives in mutool create.Sebastian Rasmussen
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-13Clean up mutool usage messages.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-12-12Fix default output options in pdf create.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-03-01pdfcreate: Fix typo.Tor Andersson
2016-02-29Don't embed base 14 or substitute fonts.Tor Andersson
2016-02-29pdfcreate: Only create subresource dictionaries when needed.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson
2016-02-29New and simplified pdfcreate command line tool.Tor Andersson
2016-02-29Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Change order of arguments to pdf_create_page.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel