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
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-03-01
Add const to filename string.
Tor Andersson
2016-02-25
Skip the newline before endstream if the stream ends in a newline.
Tor Andersson
2016-02-24
Always write a newline after pdf_print_obj.
Tor Andersson
2016-02-22
Fix flaw in printing objects.
Robin Watts
2016-02-22
Add some helpful debugging code to the mark and sweep code.
Robin Watts
2016-01-20
Various formatting cleanups.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-10-14
Fix incremental xref stream.
Simon Reinhardt
2015-08-27
Support several levels of incremental xref
Paul Gardiner
2015-08-27
In pdf_write_document, factor out init/fin of pdf_write_options
Paul Gardiner
2015-08-27
Fix bug in setting of opts->ofs_list
Paul Gardiner
2015-06-05
Fix mutool clean for FZ_LARGEFILE case.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-16
mutool clean -z option to compress streams.
Tor Andersson
2015-04-16
ASCIIHexEncode inline images during sanitization if do_ascii is set.
Tor Andersson
2015-03-25
Bug 695864: Avoid assertion if a file is saved incrementally twice.
Robin Watts
2015-03-25
Fix Mutool; was broken due to printf changes.
Robin Watts
2015-03-24
Update our printf to cope with various useful extensions.
Robin Watts
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
[next]