summaryrefslogtreecommitdiff
path: root/pdf.go
AgeCommit message (Expand)Author
2021-11-23gofmt, plus update documentation of recently changed pipeline.UploadImagesNick White
2021-08-30pdf: Always encode images as jpegv0.5.1Nick White
2021-08-30adjusted the height of the image in the pdf to 1000px if the smaller option i...Antonia Rescribe
2021-08-17pdf: Stretch words to fit in their boxes, for more perfect embeddingNick White
2021-08-09pdf: use same line height and origin for all words on a line as it makes thin...Nick White
2021-08-09pdf: significantly improve character coordinatesNick White
2020-11-18Switch to a maintained version of gofpdfNick White
2020-04-14Remove unused PreprocPattern, allow sensible defaults with aws setup, and add...Nick White
2020-04-07gofmtNick White
2020-02-27Fix Sprintf usageNick White
2020-02-27Add documentation, license notices, and licenseNick White
2019-11-20Implement image resizing option into PDF generation, so that smaller PDFs to ...Nick White
2019-11-12Merge branch 'addpdf'Nick White
2019-11-12Embed a font, compressed, into the binaryNick White
2019-11-12Merge branch 'addpdf'Nick White
2019-11-11Switch to main gofpdf, now our SetTextRenderingMode has been mergedNick White
2019-11-01Compress the font with zlib, and include it in repoNick White
2019-10-31Add capability to embed font files into toolNick White
2019-10-31PDF: add space to each word to ensure copy-past ability from more PDF readersNick White
2019-10-31PDF: lay out every word with coordinates separatelyNick White
2019-10-31Move PDF handling code to a separate fileNick White