summaryrefslogtreecommitdiff
path: root/utils/pdftohtml.1
AgeCommit message (Collapse)AuthorFilesLines
2012-05-28pdftohtml: Add -fontfullnameLuis Parravicini1-0/+3
Outputs the font name without any substitutions. Bug #49872
2012-05-10Make it be something closer to real englishAlbert Astals Cid1-1/+1
2012-05-10pdftohtml: Remove the option to invoke gsAlbert Astals Cid1-6/+2
2012-03-13Add possibilty of controlling word breaks percentageIhar Filipau1-0/+5
Bug #47022
2011-09-28xpdf303: mention pdfdetach in non xpdf toolsAlbert Astals Cid1-0/+1
2011-08-22update SEE ALSO section of man pagesAdrian Johnson1-0/+8
- ensure each man page references all other utils - sort list of utils in alphabetical order
2011-02-27small fixes to the pdftohtml manpagePino Toscano1-9/+9
- capitalize HTML, PDF, XML, PNG - dont -> do not - fix UTF-8 character - fix hypens used as minus
2010-12-17Remove -resolutionAlbert Astals Cid1-3/+0
Actually use -zoom that is there for a reason
2010-09-16Add -s optionAlbert Astals Cid1-0/+3
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)
2010-08-26Add -r option to pdftohtmlSuzuki Toshiya1-0/+3
Fixes bug 29551
2010-08-22Use splash instead of external gs invocation to render the backgroundMike Slegeir1-1/+7
Patch in bug 19404, should fix 9746 too
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.