summaryrefslogtreecommitdiff
path: root/utils/pdftohtml.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-5/+5
2019-11-17Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-11-09Make globalParams a std::unique_ptrOliver Sander1-3/+1
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-3/+3
2019-02-10pdftohtml: singleHtml and stout are not mutually exclusive. with -dataurls is...Greg Knight1-2/+1
2019-02-10pdftohtml: add support for dataUrls argumentGreg Knight1-13/+33
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-11-28Fix typos in utils.Adam Reichold1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-15/+15
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-39/+39
2018-10-07Remove HtmlFont::pos and always track a font name to allow handling of unknow...Adam Reichold1-1/+0
2018-09-23Remove the DISABLE_OUTLINE defineAlbert Astals Cid1-4/+0
2018-09-23pdftohtml & friends: some constAlbert Astals Cid1-4/+3
2018-08-29Add (c) of the last few commitsAlbert Astals Cid1-0/+1
2018-08-29Remove DEBUG_MEM from Object since this uses RAII now and hence cannot leak. ...Adam Reichold1-3/+0
2018-08-29Remove generic heap debugging from gmem since external tools and compiler ins...Adam Reichold1-1/+0
2018-07-21pdftohtml: Add option to not round coordinatesThibaut Brard1-0/+4
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-2/+3
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-18/+18
2017-12-03Add missing (C)Albert Astals Cid1-0/+1
2017-11-15Support unicode on windows consoleAdrian Johnson1-0/+2
2017-05-09New Object APIAlbert Astals Cid1-7/+6
2017-03-09Add override markersAlbert Astals Cid1-6/+6
2016-12-07Remove useless includeAlbert Astals Cid1-2/+1
2015-03-27pdftohtml: Set exit status adecuatelyAlbert Astals Cid1-1/+4
2015-01-14Add rasterization option to pdftopsWilliam Bader1-5/+4
2014-06-19Update (C)Albert Astals Cid1-0/+1
2014-05-24pdftohtml: exit with 0 with -v and -hPino Toscano1-1/+1
2013-12-07Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-0/+6
2013-11-27Warn the user if he provides a wrong rangesuzuki toshiya1-1/+7
2013-11-11pdftohtml: Add -? and --helpsuzuki toshiya1-1/+5
2013-01-26Remove unused deviceHasTextClipLu Wang1-1/+0
2012-05-28pdftohtml: Add -fontfullnameLuis Parravicini1-0/+4
2012-05-10More gs cleanup and forgot the (C) on modificationAlbert Astals Cid1-4/+0
2012-05-10pdftohtml: Remove the option to invoke gsAlbert Astals Cid1-115/+34
2012-04-18Remove duplicate callAlbert Astals Cid1-1/+0
2012-03-13Add possibilty of controlling word breaks percentageIhar Filipau1-0/+7
2012-02-23Generate outlines in pdftohtml in -xml mode.Albert Astals Cid1-4/+1
2012-02-19Consistently check if pdftohtml needs to generate outlines.Igor Slepchin1-1/+8
2012-02-14Merge remote-tracking branch 'origin/xpdf303merge'Albert Astals Cid1-12/+12
2012-02-09Fix leak in pdftohtml getInfoStringAlbert Astals Cid1-2/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-1/+2
2012-02-05Proper unicode support when dumping PDF outline.Igor Slepchin1-1/+2
2011-09-01xpdf303: Page functions do not need Catalog * anymoreAlbert Astals Cid1-1/+1
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-3/+3
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-3/+3
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-5/+5
2011-06-20Fix encoding of PDF document metadata in output of pdftohtmlSteven Murdoch1-3/+38