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
/
tools
/
pdfshow.c
Age
Commit message (
Expand
)
Author
2018-06-02
mutool show: Add support for wildcards in path syntax.
Tor Andersson
2018-05-09
Fix windows: strsep is missing on MSVC, use fz_strsep instead.
Tor Andersson
2018-05-03
Add selector syntax to 'mutool show'.
Tor Andersson
2018-05-03
Tweak 'mutool show ... grep' output.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-02-27
Fix bug in pdfshow (confusion between indirect/resolved streams).
Tor Andersson
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-04-27
Move fz_outline and pdf_xref debug printing to pdfshow.c
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-08-02
Re-add line endings for mutool show grep.
Sebastian Rasmussen
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-13
Introduce a general output context.
Sebastian Rasmussen
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-02-29
Print newlines before 'endobj' in mutool show.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-09
Remove the _no_run functions.
Tor Andersson
2015-04-07
Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.
Tor Andersson
2015-04-06
Update mutool subtools to use PDF_NAME_xxx rather than "xxx".
Robin Watts
2015-04-01
Update manpages.
Tor Andersson
2015-04-01
Clean up mudraw command line syntax.
Tor Andersson
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-01-09
Add -o option for mutool show.
Tor Andersson
2013-07-26
Reword mutool usage text.
Tor Andersson
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson