summaryrefslogtreecommitdiff
path: root/utils/HtmlOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2014-02-18Some error() usage fixesFabio D'Urso1-5/+6
2013-08-26Some more files Adrian has changedAlbert Astals Cid1-1/+1
2013-08-26Change PNGWriter monochrome format to be 8 pixels/byteAdrian Johnson1-12/+19
2013-08-17Fix jpeg image exportAlbert Astals Cid1-1/+3
2013-06-09Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+2
2013-06-09Fix memory leakJulien Nabet1-1/+2
2013-04-25Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+1
2013-04-25Update my C of the last two previous commitsAlbert Astals Cid1-1/+1
2013-04-25Make sure getKids returns != 0 before using itAlbert Astals Cid1-2/+2
2013-04-25Make sure getKids returns != 0 before using itAlbert Astals Cid1-2/+2
2013-01-19Make rendering thread-safeThomas Freitag1-1/+2
2012-12-15Updated copyrightsAlbert Astals Cid1-0/+1
2012-12-09pngwriter: move #include <png.h> into .cc filePino Toscano1-0/+4
2012-08-30Update Adrian's copyrightsAlbert Astals Cid1-1/+1
2012-08-30Convert UTF-16 to UCS-4 when reading toUnicode cmapAdrian Johnson1-13/+1
2012-05-28Make the output more xhtml compliantGerald Schmidt1-52/+53
2012-05-15Determine if font is bold or italic based on FontDescriptor.Igor Slepchin1-3/+1
2012-04-16Fix crash when the destination file does not existAlbert Astals Cid1-8/+10
2012-04-12Fix the mask inversionIhar Filipau1-1/+1
2012-04-09Add producer and version to xml outputIhar Filipau1-1/+1
2012-03-16Flip images if they need toIhar Filipau1-2/+48
2012-03-15pdftohtml: extract mask images even if they are not JPEGIhar Filipau1-75/+128
2012-03-13Add possibilty of controlling word breaks percentageIhar Filipau1-2/+5
2012-02-23Combine UTF16 surrogate pairsAlbert Astals Cid1-1/+13
2012-02-23Generate outlines in pdftohtml in -xml mode.Albert Astals Cid1-35/+95
2012-02-14Merge remote-tracking branch 'origin/xpdf303merge'Albert Astals Cid1-14/+15
2012-02-09Close li tags in generated outlines.Igor Slepchin1-3/+6
2012-02-09Get rid of static data members; merge duplicated jpeg dumping code.Igor Slepchin1-88/+55
2012-02-09Fix memory leak when using HtmlOutputDev::mapEncodingToHtmlAlbert Astals Cid1-23/+24
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-103/+147
2012-02-05Proper unicode support when dumping PDF outline.Igor Slepchin1-91/+106
2011-11-15Output images in pdftohtml -xml mode if no -i option is specified.Igor Slepchin1-8/+40
2011-09-26Remove getRawStreamAlbert Astals Cid1-5/+2
2011-09-01xpdf303: Page functions do not need Catalog * anymoreAlbert Astals Cid1-4/+5
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-9/+9
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-6/+6
2011-08-18pdftohtml: Support text rotationJoshua Richardson1-52/+118
2011-06-18Fix vertical spacing issues in pdftohtml output.Joshua Richardson1-2/+19
2011-06-08Do not crash if link does not have an actionAlbert Astals Cid1-0/+2
2011-04-27Remove more variables that are set but then unusedAlbert Astals Cid1-74/+1
2011-03-01fix copyright yearsAlbert Astals Cid1-1/+1
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-3/+4
2010-12-16static-ify some varsAlbert Astals Cid1-9/+0
2010-11-10Linearization improvementsHib Eris1-1/+1
2010-09-16Add -s optionAlbert Astals Cid1-31/+53
2010-07-09warnings-=2Hib Eris1-1/+2
2010-04-05Rework DCTStream error handling, should work better nowAlbert Astals Cid1-2/+2
2010-01-02Make pdftoppm embed correct resolution in PNG and JPEG filesAdrian Johnson1-1/+3
2009-11-05fontpos is never set to -1, so remove the checks in HtmlOutputDev.Reece Dunn1-8/+3
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid1-54/+12