Skip to content

Releases: yakovmeister/pdf2image

pdf2pic-3.1.1

21 Jan 02:26
aa5ac4f
Compare
Choose a tag to compare

What's Changed

  • tooling and documentation updates

Full Changelog: 3.1...3.1.1

pdf2pic-3.1

20 Nov 06:40
0007bf7
Compare
Choose a tag to compare

What's Changed

  • feat(preserveAspectRatio): added option to preserve aspect ratio by @mskec in #193

Full Changelog: 3.0.3...3.1

pdf2pic-3.0.3

05 Sep 15:01
Compare
Choose a tag to compare

What's Changed

  • fixed bulk convert #183

Full Changelog: 3.0.2...3.0.3

pdf2pic-3.0.2

01 Sep 00:50
2b4b5fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

pdf2pic-3.0.1

09 Aug 12:08
aa93f3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...3.0.1

pdf2pic-2.2.4

06 Aug 04:32
Compare
Choose a tag to compare

Full Changelog: 2.2.3...2.2.4

pdf2pic-2.2.1

22 Jun 10:55
Compare
Choose a tag to compare
  • fix: bulk returns response #167

pdf2pic-2.2.0

21 May 22:37
Compare
Choose a tag to compare
  • bulk: added batching to prevent memory leaks warnings #158, fixes #54

pdf2pic-2.1.0

13 Sep 14:43
Compare
Choose a tag to compare
  • convert: now returns image dimension as response (size) #74
  • convert: file size are now renamed from size to fileSize
  • bulk convert: applies convert changes #74
  • bulk: fix issue where bulk function returns a promise of array of promise instead of promise of array of results

pdf2pic-2.0.0

13 Sep 14:27
Compare
Choose a tag to compare
  • Revamped codebase and use Typescript
  • Allow passing of gm.subClass, fixes #75 and #71
  • Allow Buffer and Base64 as input #72
  • Remove support for node <= 8.x
  • Remove the following dependencies:
    • babel-runtime
    • gm-base64
  • Add examples link in readme
  • Reduce package size