pdfcpu v0.2.1 Release Notes

Release Date: 2019-07-15 // almost 5 years ago
  • ๐Ÿš€ The focus of this release is pdfcpu's API.

    1. The API was redesigned. There are 2 layers:
    • Interface based layer
    • File based layer

    The file based layer is used by pdfcpu's CLI.
    ๐Ÿ‘€ The interface layer (based on io.ReadSeeker/io.Writer) is for backend integration.

    All CLI commands call into the interface layer and if you go to GoDoc there are examples included for most of the API calls .

    ๐Ÿ–จ The new pdfcpu info command prints out all known info about a PDF file.

    ๐Ÿ’ป The pdfcpu command line features a new quiet mode flag (-quietor -q)which suppresses output to the stdOut. This feature is aimed at batch processing.

    ๐Ÿ›  Bugfixes: #87,#89-#93

    ๐Ÿฑ Thanks for all bug reports and for using pdfcpu! ๐Ÿ’š