index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-write.c
Age
Commit message (
Expand
)
Author
2018-07-17
Disallow incremental updating for documents that have hybrid xrefs
Paul Gardiner
2018-07-17
Fix memory leaks in document signing functions
Paul Gardiner
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-06-21
Allow signature saving using pdf_write_document
Paul Gardiner
2018-04-25
Remove document argument from pdf_new_primitive functions.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-22
Use PDF object creation convenience functions.
Tor Andersson
2018-02-06
Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.
Sebastian Rasmussen
2018-02-02
Signature support: decouple mupdf from the pkcs7 implementation
Paul Gardiner
2018-02-02
Signature support: separate pkcs7 specifics into a separate file.
Paul Gardiner
2018-02-01
Bug 698908: Resize object use and renumbering lists after repair.
Sebastian Rasmussen
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-19
Perform document signing via fz_stream and fz_output
Paul Gardiner
2018-01-05
Enable saving of encrypted PDF files.
Robin Watts
2018-01-05
Fix "being able to search for redacted text" bug.
Robin Watts
2017-12-13
Initialize generation numbers when saving a new pdf.
Tor Andersson
2017-12-13
Never write negative xref offsets when saving to PDF.
Sebastian Rasmussen
2017-12-13
Add 'clean' option to pdfclean to clean (but not sanitize) content streams.
Tor Andersson
2017-11-22
Add usage for missing options to pdf-write.
Sebastian Rasmussen
2017-11-22
Skip unnecessary newline when writing ASCII streams.
Tor Andersson
2017-11-08
Silence warning.
Tor Andersson
2017-11-08
Bug 689699: Avoid buffer overrun.
Robin Watts
2017-11-08
Bug 698689: Don't create a hint stream for a file with 0 pages.
Robin Watts
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-12
Some more consts.
Tor Andersson
2017-10-05
Remove unused code.
Sebastian Rasmussen
2017-09-08
Remove unnecessary fz_try()/fz_catch().
Sebastian Rasmussen
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-31
Always add newline before 'endstream' keyword for PDF/A compliance.
Philipp Knechtges
2017-08-31
Adjust PDF header for PDF/A compliance.
Philipp Knechtges
2017-08-31
Do not deflate metadata (necessary for PDF/A compliance).
Philipp Knechtges
2017-07-06
pdf: Drop object upon error while renumbering objects.
Sebastian Rasmussen
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-23
Add fz_new_writer function.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-16
pdf: Don't allow incremental writes on a new document.
Tor Andersson
2016-12-12
Make more pdf functions private.
Tor Andersson
2016-12-12
Change pdf_dict_put_val to pdf_dict_put_val_null.
Tor Andersson
2016-11-23
Fix pdf-write bug when ascii encoding.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-09-08
Make fz_option_eq() available outside of pdf-writer.
Sebastian Rasmussen
2016-09-05
mutool clean: Fixes seen as part of bug 697092 investigation.
Robin Watts
[next]