pdfcpu v0.3.3 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
  • ๐Ÿš€ This is a maintenance release featuring a couple of extensions for text based watermarking/stamping.
    Have a look at some examples.
    ๐Ÿ“š The documentation of said features will be available on pdfcpu.io shortly.

    ๐Ÿฑ Happy coding & Thank you for using pdfcpu ๐Ÿ’š

    ๐Ÿ”„ Changelog

    195cc73 Add Carlos Eduardo Witte as contributor
    9184889 Extend watermarking
    ๐Ÿ‘ 2396969 Fix #149, Add cmd prefix support to help
    6d5c8c0 Fix #153
    3ccfa0f Fix #155
    f3a25d9 Fix #156
    4a9adac Fix #157, bump version
    760a5aa Fix #159
    b2e52e8 Fix #160
    215fc52 Fix #164
    4c0473c Fix #166
    a7901a1 Fix #170,#173,#175
    6220ebf Fix #181,#182
    abe118f Fix #183, #184
    4b5cc24 Fix #188
    33e7eff Fix add keywords
    ba4e619 Fix coverage.sh
    ๐Ÿ›  cc558fe Fixed ToMillimetres() (#162)
    ๐Ÿ›  198349c Fixed a bug in paperSize.go toMillimetres, which was returning d.Height twice instead of d.Width and d.Height; and fixed ToMillimeters and ToCentimeters spelling errors.
    ๐Ÿ›  bfe4c05 Fixed func toMillimetres() which was returning d.Height twice instead of d.Width and d.Height
    โช 1ff4f53 Revert "Fixed a bug in paperSize.go toMillimetres, which was returning d.Height twice instead of d.Width and d.Height; and fixed ToMillimeters and ToCentimeters spelling errors."