Skip to content

Releases: lublak/pdfdataextract

v4.0.0

29 Mar 23:28
d47616a

Choose a tag to compare

this is a breaking change

new:

  • add ocr helpers
  • add canvas helpers
  • update to pdfjs 5.0.375
  • use vitest for testing

breaking:

  • whitespace can therefore behave differently than before
  • node version >=20

v3.2.0

18 Oct 08:21

Choose a tag to compare

  • update to pdfjs-dist 2.10.377 and lock
  • new desc sort option
  • new PdfPageData

v3.1.0

15 Jun 11:09

Choose a tag to compare

  • rework outline extraction to fix #3
    • add different outline types to keep them apart
    • parse remote pdf references
    • fixed named outlines
    • fixed directly referenced pages
    • add tests
  • improve code quality

v3.0.0

09 Jun 18:43

Choose a tag to compare

  • fix double extraction
  • add options to enable or disable parsing methods
  • fix #2

v2.1.0

18 May 06:30
11622cb

Choose a tag to compare

  • fix empty outline issue #1
  • add option to extract specific pages
  • deprecate option max in favour of pages

v2.0.0

28 Apr 17:44

Choose a tag to compare

  • add linting
  • improve code quality
  • better documentation
  • more typings
  • add PdfDataExtractor

v1.1.0

22 Apr 09:47

Choose a tag to compare

  • add extraction of permissions
  • add VerbosityLevel option
  • better example in README

v1.0.1

17 Apr 10:52
b45c19d

Choose a tag to compare

  • bump it to npm

v1.0.0

16 Apr 10:22

Choose a tag to compare

  • first release