summaryrefslogtreecommitdiff
path: root/utils/pdftoppm.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Do not include a poppler/ file from a splash/ headerAlbert Astals Cid1-1/+1
2022-09-07Update (C)Albert Astals Cid1-0/+1
2022-09-06Avoid round-off errors when determining raster dimensions.James Cloos1-2/+2
2022-04-08MSVC: More warning fixesAlbert Astals Cid1-2/+2
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-15/+30
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid1-15/+4
2021-10-29Move another GlobalParam to the OutputDevs where it belongsAlbert Astals Cid1-3/+8
2021-08-29Update (C)Albert Astals Cid1-0/+1
2021-08-27Fix up setmode callsPeter Williams1-4/+4
2021-04-15pdftoppm: Fix regression when using single scaleToAlbert Astals Cid1-2/+9
2021-02-28pdftoppm: Compile fix for the unsupported UTILS_USE_PTHREADS defineAlbert Astals Cid1-1/+1
2021-02-13pdftoppm: Fix rounding bug in computation of output bitmap sizeOliver Sander1-2/+13
2021-02-13pdftoppm: Remove exitcode variableAlbert Astals Cid1-13/+15
2021-02-13Update (C)Albert Astals Cid1-0/+1
2021-02-12pdftoppm: Add -progress optionDiogo Kollross1-0/+6
2021-02-12Make PDFDocBuilder return a std::unique_ptrOliver Sander1-24/+15
2020-12-27Update (C)Albert Astals Cid1-0/+1
2020-12-26pdftoppm/pdftops: move shared ICC profile checks to their own filePhilipp Knechtges1-36/+7
2020-12-26pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK to the CLIPhilipp Knechtges1-5/+71
2020-08-03Update (C)Albert Astals Cid1-0/+1
2020-08-03pdftoppm: report error and exit if output file cannot be writtenStéfan van der Walt1-5/+12
2020-07-03Run clang-formatAlbert Astals Cid1-530/+458
2020-06-03pdftoppm: add option to set display profilePhilipp Knechtges1-0/+55
2020-02-26Update (C) of last commitAlbert Astals Cid1-1/+1
2020-02-25pdftoppm/pdftocairo: Fix more odd/even mismatchAlbert Astals Cid1-2/+2
2020-01-13pdftoppm/pdftocairo: Fix -e/-o printing the wrong pagesAlbert Astals Cid1-3/+3
2019-12-28Update (C)Albert Astals Cid1-0/+1
2019-12-27pdftoppm: add -hide-annotations optionSébastien Berthier1-1/+9
2019-12-06Update (C)Albert Astals Cid1-0/+2
2019-12-05pdftoxxx: error out when even/odd selects 0 pagesKris Jurka1-0/+11
2019-12-05[PdfToPpm] Add an option to scale before rotatecorentinfoucault1-6/+16
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-3/+2
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-3/+3
2019-11-28Move enableFreeType out of GlobalParamsAlbert Astals Cid1-1/+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-14/+1
2019-03-20add to parameters for command line tools pdftoppmYves-Gaël Chény1-2/+9
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-7/+7
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-34/+34
2018-08-29Add (c) of the last few commitsAlbert Astals Cid1-1/+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-20Add -jpegopt optimize option support to utilsMartin Packman1-0/+11
2018-04-17utils: Move numberOfCharacters to shared fileAlbert Astals Cid1-12/+1
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-10/+10
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-10/+10
2017-11-15Support unicode on windows consoleAdrian Johnson1-0/+2
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1