Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | Use pdf_dict_get_int, etc. | Tor Andersson | |
2018-04-25 | Remove document argument from pdf_new_primitive functions. | Tor Andersson | |
Also remove useless pdf_new_null and pdf_new_bool functions. Use the PDF_NULL, PDF_TRUE, and PDF_FALSE macros instead. | |||
2018-04-24 | Remove need for namedump by using macros and preprocessor. | Tor Andersson | |
Add a PDF_NAME(Foo) macro that evaluates to a pdf_obj for /Foo. Use the C preprocessor to create the enum values and string table from one include file instead of using a separate code generator tool. | |||
2018-03-22 | Use pdf_dict_put_dict family of functions. | Tor Andersson | |
2018-01-31 | Use convenience pdf dictionary/array creation functions. | Tor Andersson | |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen | |
2017-07-06 | pdf: Drop the collection schema dictionary in case of error. | Sebastian Rasmussen | |
2017-06-22 | Add const to pdf_toname. | Tor Andersson | |
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-04-27 | Use fz_snprintf. | Tor Andersson | |
2017-04-18 | Consistently use pdf_name_eq() where possible. | Sebastian Rasmussen | |
2016-12-12 | PDF Portfolio support. | Robin Watts | |
New PDF Portfolio manipulation API. Simple mutool 'portfolio' tool for listing/extracting/embedding files. |