NickNaso / ghostscript4js

Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
http://www.nacios.it
Apache License 2.0
66 stars 19 forks source link

Fixed bug #33 Added array based API #35

Closed george-g closed 6 years ago

george-g commented 6 years ago

Bug #33 "undefinedfilename error on Windows if file path contains spaces" it caused by primitive splitting of parameter string (istringstream) To avoid this issue without creating nor using 3rd party complex code I have added array based API - client should split parameters by themselves.