Skip to content

v0.2.4

Choose a tag to compare

@hhrutter hhrutter released this 27 Aug 22:26
· 795 commits to master since this release
fc3b384
  • 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