summaryrefslogtreecommitdiff
path: root/utils/HtmlFonts.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-13Remove >= 0 checks for unsigned variablesAlbert Astals Cid1-2/+2
2012-05-15Determine if font is bold or italic based on FontDescriptor.Igor Slepchin1-1/+2
Bug #49758
2011-08-18pdftohtml: Support text rotationJoshua Richardson1-2/+8
Includes a few other fixlets. See bug 38586 for more info
2011-06-20Fix encoding of PDF document metadata in output of pdftohtmlSteven Murdoch1-1/+2
pdftohtml simply copies the PDF document title into the <title> HTML tag, which fails when the title is UCS-2 encoded, or if it contains characters which are in pdfDocEncoding (a ISO 8859-1 superset), but not in ISO 8859-1. This patch fixes the problem by decoding UCS-2 or pdfDocEncoding into Unicode, then encoding this in the desired output encoding. HTML escaping wasn't being done either, so I have used the existing function HtmlFont::HtmlFilter to perform both HTML escaping and character set encoding. This static method had to be made public to call it from pdftohtml. See bug #37900.
2010-11-10Kill GooVectorAlbert Astals Cid1-7/+5
std::vector does the same and GooVector is not part of xpdf so we don't need to maintain it in case we ever get a new xpdf release we want to merge with
2010-09-16Add -s optionAlbert Astals Cid1-2/+16
Writes a single html file Since git does not allow multiple authors i'm adding them here OSSD CDAC Mumbai by Leena Chourey (leenac@cdacmumbai.in) and Onkar Potdar (onkar@cdacmumbai.in)
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-0/+12
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2005-12-122005-12-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+85
* Makefile.am: * configure.ac: * goo/GooVector.h: * utils/HtmlFonts.cc: * utils/HtmlFonts.h: * utils/HtmlLinks.cc: * utils/HtmlLinks.h: * utils/HtmlOutputDev.cc: * utils/HtmlOutputDev.h: * utils/ImageOutputDev.cc: * utils/ImageOutputDev.h: * utils/Makefile.am: * utils/parseargs.c: * utils/parseargs.h: * utils/pdffonts.1: * utils/pdffonts.cc: * utils/pdfimages.1: * utils/pdfimages.cc: * utils/pdfinfo.1: * utils/pdfinfo.cc: * utils/pdftohtml.1: * utils/pdftohtml.cc: * utils/pdftoppm.1: * utils/pdftoppm.cc: * utils/pdftops.1: * utils/pdftops.cc: * utils/pdftotext.1: * utils/pdftotext.cc: Add command line utilities from xpdf.