MyGit

v0.2.1

pdfcpu/pdfcpu

版本发布时间: 2019-07-16 03:07:04

pdfcpu/pdfcpu最新发布版本:v0.8.1(2024-08-31 21:13:37)

The focus of this release is pdfcpu's API.

  1. The API was redesigned. There are 2 layers:

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 .

  1. The new pdfcpu info command prints out all known info about a PDF file.

  2. 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.

  3. Bugfixes: #87,#89-#93

Thanks for all bug reports and for using pdfcpu! 💚

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-07-16发行的版本