summaryrefslogtreecommitdiff
path: root/utils/pdftops.cc
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-4/+4
2019-11-17Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-11-09Make globalParams a std::unique_ptrOliver Sander1-2/+1
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-6/+0
2018-11-28Fix typos in utils.Adam Reichold1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-3/+3
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-38/+38
2018-09-23pdftops: const char *Albert Astals Cid1-2/+1
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-01-09Enable no-missing-field-initializersAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-4/+4
2017-11-15Support unicode on windows consoleAdrian Johnson1-0/+2
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-3/+3
2017-10-21Fix some -Wundef warningsAdrian Johnson1-3/+3
2017-10-19Move setPSCenter from GlobalParams to PSOutputDevAlbert Astals Cid1-4/+4
2016-11-30patch to add -passlevel1customcolorWilliam Bader1-1/+5
2015-02-07Make the colorpsace optimization and option and not the defaultWilliam Bader1-0/+4
2015-01-18Move more variables from GlobalParams to PSOutputDevAlbert Astals Cid1-26/+10
2015-01-18Move raster mono and resolution from GlobalParams to PSOutputDevAlbert Astals Cid1-3/+4
2015-01-14Add rasterization option to pdftopsWilliam Bader1-1/+13
2015-01-04Make PSOutputDev accept a list of pages indecesAlbert Astals Cid1-4/+11
2014-03-270.25.2poppler-0.25.2Albert Astals Cid1-0/+1
2014-02-05pdftops: Remove origpagesizes mode and make -origpagesizes an alias for -pape...Adrian Johnson1-9/+14
2014-02-05pdftps: fix DocumentMedia/Page/Media/PageBBox DSC commentsAdrian Johnson1-0/+1
2013-11-27Warn the user if he provides a wrong rangesuzuki toshiya1-0/+7
2012-03-02Fix pdftops -passfonts regressionWilliam Bader1-5/+5
2012-02-14Overprint implementation in postscript and splash deviceThomas Freitag1-0/+13
2012-02-05[xpdf303] More merges from Thomas, basically PSOutputDev and some other small...Albert Astals Cid1-1/+1
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-2/+2
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-3/+3
2011-02-08Allow setting the rasterization resolutionWilliam Bader1-0/+6
2011-02-08Add PS level1 non standard binary output optionWilliam Bader1-1/+7
2010-12-12Do not return 99 (or 1) with -h, -v and -printencAlbert Astals Cid1-1/+4
2010-11-10Linearization improvementsHib Eris1-1/+2
2010-04-14pdftops: require output filename when reading from stdinHib Eris1-0/+3
2010-04-05delete fileName in utilsHib Eris1-0/+1
2010-04-05Make some paremeters const & to clearly show we just read themAlbert Astals Cid1-2/+2
2010-04-05Use PDFDocFactory in utilsHib Eris1-1/+8
2009-08-01Add the possibility of disabling font substitution in pdftopsWilliam Bader1-0/+7
2009-07-27Fix displayPages callSanjoy Mahajan1-1/+2
2009-06-04Support multiple page sizes when converting to PSTill Kamppeter1-5/+12
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+12
2008-08-01Get rid of more defines, say our version on command line tools, also say our ...Albert Astals Cid1-1/+2
2008-04-29constify setPSPaperSizeAlbert Astals Cid1-1/+1
2008-04-29constify argDesc arraysAlbert Astals Cid1-1/+1
2007-07-14 * utils/pdftops.cc: init width/height to -1 so it is calculated if notAlbert Astals Cid1-2/+2