pdfcpu v0.2.4 Release Notes

Release Date: 2019-08-27 // over 4 years ago
    • pdfcpu info also displays pagesize(s) in points now . Use -u to set units to inch, cm or mm.
    • api.PageDims(inFile string) returns a slice of page dimensions.
    • ๐Ÿ“ฆ pdfcpu/ccitt is removed as pdfcpu starts using the new x/image/ccitt package.
    • pdfcpu/lzw and pdfcpu/tiff are outsourced to hhrutter/lzw and hhrutter/tiff

    ๐Ÿ”„ Changelog

    73a6312 Fix #100
    2943473 Fix #104
    ๐Ÿ›  f49dee9 Minor fixes.
    ๐Ÿšš fc3b384 Move lzw and tiff into separate repos