Add an error check for correct formatting in Deflate uncompressed
[sgt/halibut] / bk_pdf.c
2009-10-24 simonAllow a hastily selected subset of the output formats...
2008-11-21 simonClean up some compiler warnings.
2007-02-10 benImprove (and greatly complicate) CMap generation for...
2007-02-10 benNow that glyph indices are exposed to bk_pdf.c, move...
2007-02-10 benGenerate a "W" array for CIDFonts, since acroread seems...
2007-02-08 benSupport for embedding TrueType fonts in PDF output...
2007-02-03 benAdd support for using TrueType fonts, including embeddi...
2007-01-27 benAdd support for PFB files. This seems to have caused...
2007-01-06 benOverhaul of glyph-name handling in the paper backends...
2006-12-10 benRemove accidentally-committed deflate-debugging code.
2006-12-09 benCorrect embedding of Type 1 fonts in PDF. Error cases...
2006-12-02 benSupport for emitting outlines using pdfmark.
2006-12-01 benFactor out printing a destination (in either an annotat...
2006-12-01 benIncrease page-tree branching factor from two to eight...
2006-11-30 benAdd support for compressed PDF streams, using Simon...
2006-11-26 benSmall tweak: add a /ProcSet array to the top-level...
2006-11-18 benEmit a PageLabels dictionary to make it clear what...
2006-05-14 benTighten formatting of PDF annotations, making them...
2006-05-14 benGenerate rather more compact /Differences tables for...
2006-05-14 benFairly ropey font-embedding support. In particular...
2006-05-13 benGenerate a more-or-less valid /FontDescriptor dictionar...
2006-05-13 benNow that we've got definitive metrics for the standard...
2006-05-13 benInitial support for adding fonts at run-time. Currentl...
2006-05-10 benMake /Widths arrays for fonts more compact by using...
2006-05-10 benAdd a /Info dictionary to PDF output, containing the...
2006-05-10 benA page's MediaBox, like its Resources, is inheritable...
2004-09-21 benReplace the hardcoded instances of "4096" and "4096...
2004-07-17 simonCut-and-paste error was preventing PS and PDF filename...
2004-06-12 simonSwitch the memory allocation macros from the Halibut...
2004-05-23 simonStop the PDF backend from crashing if no outline elemen...
2004-04-20 simonPDF outline headings, it turns out, should be encoded...
2004-04-20 simonInfrastructure changes for character set support. ustrtoa,
2004-04-16 simonCompacted PS and PDF output files by removing redundant...
2004-04-15 simonPut the document's version IDs into comments in the...
2004-04-14 simonRestructuring to remove the requirement for a printed...
2004-04-14 simonImplemented PDF outlines.
2004-04-13 simonImplemented lines under chapter titles.
2004-04-13 simonImplement PDF link annotations: both internal hyperlink...
2004-04-13 simonInitial work on PS and PDF output. Because these two...
2004-04-12 simonDouble yikes! I meant to check in just biblio.c, but...
2004-04-12 simonYikes! Stack trash I'd never noticed before. Oops.