ghostscript4js

Ghostscript4JS binds the Ghostscript C API to the Node.JS world.

APACHE-2.0 License

Downloads
6K
Stars
66
Committers
10

Bot releases are hidden (Show)

ghostscript4js - 3.2.1 / 2020-02-24 Latest Release

Published by NickNaso over 4 years ago

  • Fixed typo on error message.
ghostscript4js - 3.2.0 / 2020-02-24

Published by NickNaso over 4 years ago

3.2.0 / 2020-02-24

  • Segmentation fault on multiple runs - Fix issue #47
  • Execution stop with: double free or corruption - Fix issue #49
  • Error when calling gs.executeSync - Fix issue #50
ghostscript4js - 3.1.1 / 2019-07-23

Published by NickNaso about 5 years ago

3.1.1 / 2019-07-23

  • Improvements on documentation
ghostscript4js - 3.1.0 / 2019-03-18

Published by NickNaso over 5 years ago

3.1.0 / 2019-03-18

  • Fixed and improved the error handling. For more explanations see the PR #41
    • Add unit test to intercept the error
    • Change GhostscriptManager to throw string instead of char*
    • Change SetError call to set exception string
    • Fix test to not hardcode ghostscript version to 2017
ghostscript4js - 3.0.0

Published by NickNaso over 6 years ago

3.0.0 / 2018-07-05

  • Complete the port to N-API using node-addon-api
  • Undefinedfilename error on Windows if file path contains spaces - Fix issue #33
  • Added code of conduct
  • Small updates on documentation - executeSync and execute function allow to pass array of strings as arguments.
  • Verified and updated the compatibility against the ghostscript version 9.23