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
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-03-20
Automatically update /Length and /Filter in pdf_update_stream.
Tor Andersson
2015-03-01
Bug 695658: Fix crash with mutool clean -l -a
Robin Watts
2015-02-27
Bug 695853: Fix pdf clean operation with invalid refs in input file.
Robin Watts
2015-02-25
Add post processing option to page operator cleaning.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-11-26
Change xref representation to cope better with sparse xrefs.
Robin Watts
2014-07-18
Bug 695271: fix incremental updates for files without final linebreak
Simon Bünzli
2014-06-09
Fix 695300: don't throw exception on invalid reference number.
Tor Andersson
2014-05-07
truncate the xref after compacting
Simon Bünzli
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-01-13
More fixes for PDF clean.
Robin Watts
2014-01-10
Solve SEGV in mutool clean with fuzzed file.
Robin Watts
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-09-30
make pdf_write_document again accept NULL for fz_opts
Simon Bünzli
2013-09-27
preserve /Encrypt for documents with streamed xrefs
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-08-27
A few updates to signing support
Paul Gardiner
2013-08-22
Add support for writing of xref streams
Paul Gardiner
2013-08-13
Signature creation
Paul Gardiner
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-07-03
Rename pdf_set_objects_parent_num to pdf_set_obj_parent
Robin Watts
2013-07-02
Fix "mutool clean -ggg" operation.
Robin Watts
2013-06-28
Add array_insert_drop and array_delete functions.
Tor Andersson
2013-06-28
Ensure altered objects are moved to the incremental xref section
Paul Gardiner
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-21
Initial PDF editing/page creation commit
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson