- Fixed typo on error message.
- 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
- Improvements on documentation
- 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
- 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
- Empty output with when using pdfwrite - Fix issue #30
- N-API porting of ghostscript4js - Fix issue #29
- Ghostscript 9.22 - Fix issue #27
- Issue with the new update ghostscript4js@2.0.5 - Fix issue #24
- GS4JS_LIB variable isn't used - Fix issue #23
-
Specify --c++11 and --libc++ cplusplus flags in node-gyp settings - PR #22
-
Removed V8 API in the initialization code for the add-ons
-
Warning on Microsoft compiler - Fix issue #18
-
Removed unused file g4js-env-home.js
-
ghostscript4js
support for Ghostscript 9.21. For more info see the changelog. -
Fix typo and other little errors in documentation.
-
Problem calling execute method multiple time consecutively - Fix issue #15.
- Invalid file path problem - Fix issue #16.
- Installation problem - Fix issue #13.
-
Added compatibility with Ghostscript version.
-
Fix issue #13.
- Fix in documentation of
ghostscript4js
.
- Fix in documentation of
ghostscript4js
.
- Initial version of
ghostscript4js
binds the Ghostscript C API to bring Ghostscript power to the Node.JS world.