summaryrefslogtreecommitdiff
path: root/apps/pdfinfo.c
AgeCommit message (Expand)Author
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-11-29Remove unused variable.Sebastian Rasmussen
2010-08-07Fix another bug in pdfinfo.Sebastian Rasmussen
2010-07-30Fix typo in pdfinfo that causes colorspace names to be truncated.Sebastian Rasmussen
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-16Fix typo in pdfinfo causing too long colorspace names.Sebastian Rasmussen
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Make use of fitz object comparison function in pdfinfo.Sebastian Rasmussen
2010-07-15Remove unnecessary consistency checking and error handling from pdfinfo.Sebastian Rasmussen
2010-07-15Make data structures for storing info plain arrays and use fitz memory alloca...Sebastian Rasmussen
2010-07-15Take font, xobject and pattern resources into account, print correct object r...Sebastian Rasmussen
2010-07-15Combine info gathering and printing in pdfinfo.Sebastian Rasmussen
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-05-22Remove unnecessary explicit resolving of indirect objects.Sebastian Rasmussen
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-04-24Always parse info and encryption entries in trailer in pdfinfo.Sebastian Rasmussen
2010-04-16Resurrect pdfinfo tool.Sebastian Rasmussen
2010-04-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-08-27Fixed silly typo in pdfinfo text string.Sebastian Rasmussen
2009-08-19Implement support for AES encryption.Tor Andersson
2009-07-18Have pdfinfo print the filename being processed.Sebastian Rasmussen
2009-07-18Do not let pdfinfo fail on invalid objects/dicts.Sebastian Rasmussen
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-12Fix typo in pdfinfo that made it crash on pdf containing patterns.Sebastian Rasmussen
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-09Not resolving pages when inserting them in page tree removes a lot of code wi...Sebastian Rasmussen
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Fix bug in pdfinfo where shadings were gathered as if they were patterns.Sebastian Rasmussen
2009-07-05Fix bugs in pdfinfo where not all objects were properly tracked.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-04Follow naming conventions in pdfinfo.Sebastian Rasmussen