pdfcpu v0.3.5 Release Notes

Release Date: 2020-08-30 // over 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