github pdfcpu/pdfcpu v0.3.5

latest releases: v0.8.0, v0.7.0, v0.6.0...
3 years ago

This is a bug fix release mostly.

The api is being extended step by step to support working with io.Readers across the board. For example this release contains all necessary changes and additions for attachment processing and extraction of images, fonts, pages, content and metadata.

Check out:

api/test/attachments_test.go:
func TestAttachmentsLowLevel(t *testing.T)

api/test/extract_test.go:
func TestExtractImagesLowLevel(t *testing.T)
func TestExtractFontsLowLevel(t *testing.T)
func TestExtractPagesLowLevel(t *testing.T)
func TestExtractContentLowLevel(t *testing.T)
func TestExtractMetadataLowLevel(t *testing.T)

Thank you all for taking the time and filing issues 💚

Changelog

27a1239 Add io.Reader support to attachment processing
e408740 Add jozuenoon and joonas-fi as contributors
ec0e42a Fix #100
6faa4ad Fix #145, bump version
a9ba4ec Fix #213
be1e0eb Fix #215
71b1f67 Fix validation for a few corner cases
ef81799 Handle non *os.File buffers. (Fix #207) (#208)
c336114 Ignore illegal previous xref table section offset.
0d377dd Refactor api/cli file structure.
252fc8d Update dependencies
5bece43 wip

Don't miss a new pdfcpu release

NewReleases is sending notifications on new releases.