summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2022-09-13pdftotext: Simplify memory handlingAlbert Astals Cid1-69/+43
2022-09-07Update (C)Albert Astals Cid2-0/+2
2022-09-06Avoid round-off errors when determining raster dimensions.James Cloos2-3/+3
2022-08-29Fix memory leak in TextStringToUTF8Albert Astals Cid1-1/+2
2022-08-19pdfunite: Fix potential memory leak of docsAlbert Astals Cid1-7/+4
2022-08-19pdfunite: Don't crash in broken documentsAlbert Astals Cid1-2/+13
2022-08-13pdfunite: Fix crash on broken filescrt1-1/+8
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-1/+4
2022-08-04pdfsig: signatureNumber doesn't need to be global anymoreAlbert Astals Cid1-1/+1
2022-08-04Update (C)Albert Astals Cid1-0/+1
2022-08-03pdfsig: Add support for specifying signature by field nameErich E. Hoover2-3/+33
2022-08-03pdfsig: List signature field names when listing signature informationErich E. Hoover1-0/+22
2022-07-29Update (C)Albert Astals Cid1-2/+3
2022-07-29Check isDict before calling getDictcrt1-0/+16
2022-06-01Update (C)Albert Astals Cid1-0/+1
2022-05-31Fix type 3 font size initialization in pdftohtml using font bounding boxBrian Rosenfield1-21/+29
2022-05-24pdfattach: Assume filename is utf8 encodedAlbert Astals Cid1-4/+5
2022-04-25Update (C)Albert Astals Cid1-1/+1
2022-04-25HtmlOutputDev: don't use png.hAdrian Johnson1-6/+2
2022-04-08MSVC: type conversion warningsAlbert Astals Cid3-8/+8
2022-04-08MSVC: More warning fixesAlbert Astals Cid3-17/+17
2022-04-06Fix warning when compiling on FreeBSDAlbert Astals Cid2-3/+6
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-3/+1
2022-04-01Link: Just return the std::vector instead of two gettersAlbert Astals Cid2-4/+3
2022-04-01pdftotext: added TSV modeLuis Landeiro2-17/+123
2022-03-30Change GfxFont name into an optional std::stringAlbert Astals Cid1-3/+3
2022-03-30Make GooString::format[v] return an unique_ptrAlbert Astals Cid4-56/+36
2022-03-15Update (C)Albert Astals Cid1-0/+1
2022-03-15pdftotext now prints creation and modification date when using htmlmeta paramkVdNi1-8/+21
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid19-263/+479
2022-03-10Update (C) of previous commitAlbert Astals Cid3-2/+3
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander3-10/+9
2022-02-16We don't use pthreads anymore, cleanup cmake stuff around itAlbert Astals Cid1-3/+0
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid13-124/+45
2022-02-16Use Freetype::FreetypeKai Pastor1-1/+1
2022-02-16pdfimages: Fix the wrong Stream being passed for drawMaskedImageAlbert Astals Cid1-2/+2
2022-02-15Make PDFDoc constructor take the filename as unique_ptrAlbert Astals Cid2-6/+4
2022-02-15Change PDFDoc::save from pointer to referenceAlbert Astals Cid2-7/+4
2022-02-10HtmlOutputDev: Remove useless GooStringAlbert Astals Cid1-4/+1
2022-02-10Remove LinkDest::copyAlbert Astals Cid1-4/+4
2022-02-10Make Catalog::embeddedFile return an unique_ptrAlbert Astals Cid1-38/+19
2022-01-29Update (C)Albert Astals Cid1-0/+1
2022-01-28qt: Pass leftFontSize down to `PDFDoc::signsign` so it's actually usedFelix Jung1-1/+1
2022-01-24Add a way to detect unsigned FormFieldSignatureAlbert Astals Cid1-3/+10
2022-01-20pdfsig: Fix compile with MSVCAlbert Astals Cid1-1/+3
2022-01-04Make FormFieldSignature::getCheckedSignature return an optionalAlbert Astals Cid1-4/+2
2022-01-03pdfsig: Fix signing with -sign if nss password is neededAlbert Astals Cid1-1/+9
2021-12-29pdfsig: Fix signing documents with owner/user passwordAlbert Astals Cid1-1/+1
2021-12-29pdfsig: Add support for listing signatures of documents with passwordsAlbert Astals Cid1-1/+12
2021-12-07TextOutputDev: require more spacing between columnsNelson Benítez León2-0/+12