pdfcpu v0.3.1 Release Notes

Release Date: 2019-12-09 // over 4 years ago
  • ๐Ÿš€ This release introduces TrueType font support for stamps/watermarks.

    • ๐Ÿ‘‰ Use pdfcpu fonts install to install a list of ttf fonts. (pdfcpu f i also works)
    • ๐Ÿ–จ Use pdfcpu fonts list to print the list of supported/installed fonts. (pdfcpu f lalso works)
    • โœ… Run TestCreateFontSamples in api_test.go anytime to produce sample pages for all installed fonts.

    ๐Ÿš€ We are also introducing a pdfcpu config dir with this release using the os.UserConfigDir introduced with go 1.13. hence we also had to bump the required minimum version for building to go1.13.

    ๐Ÿณ We finally also have a docker file and a couple of bugs have been fixed.

    ๐Ÿš€ Thanks to everybody contributing to this release be it by submitting issues or PRs! ๐Ÿ’š

    ๐Ÿ”„ Changelog

    โšก๏ธ 6440804 Update min go version to 1.13
    23dcd69 Add Sam Giffney as contributor
    ๐Ÿ‘ c4192ba Add TrueType font support
    ๐Ÿณ 9927baa Merge pull request #139 from s01ipsist/dockerize
    ๐Ÿณ 06aa5e8 Add Dockerfile and usage instructions
    c20cd91 Fix #137
    7519e68 Fix #138
    8d41ed1 Fix #133
    41b9a79 Add ryarnyah as contributor
    ๐Ÿ”€ 9f4f093 Merge pull request #131 from ryarnyah/fix/go-fuzz-read
    f99a631 Add Invalid filter to NewFilter to fix crash found with go-fuzz
    e7fdde8 Fix #126