summaryrefslogtreecommitdiff
path: root/bk_pdf.c (unfollow)
Commit message (Expand)Author
2015-05-08Fix an uninitialised variable in PDF font code.Simon Tatham
2012-08-29Revamp of the Halibut error handling mechanism.Simon Tatham
2012-05-06OS X Lion's compiler spotted two missing casts, where we use %hu andSimon Tatham
2012-05-03Remove a bunch of unused variables spotted by Ubuntu 12.04's gcc.Simon Tatham
2009-10-24Allow a hastily selected subset of the output formats to also acceptSimon Tatham
2008-11-21Clean up some compiler warnings.Simon Tatham
2007-02-10Improve (and greatly complicate) CMap generation for TrueType fonts.Ben Harris
2007-02-10Now that glyph indices are exposed to bk_pdf.c, move CMap generation there,Ben Harris
2007-02-10Generate a "W" array for CIDFonts, since acroread seems to do very sillyBen Harris
2007-02-08Support for embedding TrueType fonts in PDF output. The code isn't the mostBen Harris
2007-02-03Add support for using TrueType fonts, including embedding in PostScript butBen Harris
2007-01-27Add support for PFB files. This seems to have caused me to completelyBen Harris
2007-01-06Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris
2006-12-10Remove accidentally-committed deflate-debugging code.Ben Harris
2006-12-09Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1Ben Harris
2006-12-02Support for emitting outlines using pdfmark.Ben Harris
2006-12-01Factor out printing a destination (in either an annotation or an outline)Ben Harris
2006-12-01Increase page-tree branching factor from two to eight, since two was obviouslyBen Harris
2006-11-30Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris
2006-11-26Small tweak: add a /ProcSet array to the top-level /Resources dictionary,Ben Harris
2006-11-18Emit a PageLabels dictionary to make it clear what page numbering schemeBen Harris
2006-05-14Tighten formatting of PDF annotations, making them direct rather than indirectBen Harris
2006-05-14Generate rather more compact /Differences tables for font encodings, mostlyBen Harris
2006-05-14Fairly ropey font-embedding support. In particular, the PDF output isBen Harris
2006-05-13Generate a more-or-less valid /FontDescriptor dictionary for non-standardBen Harris
2006-05-13Now that we've got definitive metrics for the standard fonts, there's no needBen Harris
2006-05-13Initial support for adding fonts at run-time. Currently we only supportBen Harris
2006-05-10Make /Widths arrays for fonts more compact by using FirstChar and LastCharBen Harris
2006-05-10Add a /Info dictionary to PDF output, containing the title and producerBen Harris
2006-05-10A page's MediaBox, like its Resources, is inheritable, so rather thanBen Harris
2004-09-21Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris
2004-07-17Cut-and-paste error was preventing PS and PDF filename configSimon Tatham
2004-06-12Switch the memory allocation macros from the Halibut onesSimon Tatham
2004-05-23Stop the PDF backend from crashing if no outline elements appear. ItSimon Tatham
2004-04-20PDF outline headings, it turns out, should be encoded using eitherSimon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-16Compacted PS and PDF output files by removing redundant reiterationsSimon Tatham
2004-04-15Put the document's version IDs into comments in the PS and PDFSimon Tatham
2004-04-14Restructuring to remove the requirement for a printed paragraph toSimon Tatham
2004-04-14Implemented PDF outlines.Simon Tatham
2004-04-13Implemented lines under chapter titles.Simon Tatham
2004-04-13Implement PDF link annotations: both internal hyperlinks within theSimon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham