Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emitted 'error' event on ChildProcess instance #7

Open
biloo-dev opened this issue Aug 24, 2020 · 0 comments
Open

Emitted 'error' event on ChildProcess instance #7

biloo-dev opened this issue Aug 24, 2020 · 0 comments

Comments

@biloo-dev
Copy link

hi guys i'm try to use this package on windows 10 with ghostscript version 9.52 i had this problem if you can help me please
` var gs = require('gs');

gs()
.batch()
.nopause()
.device()
.output()
.input('./annots.pdf')
.exec(function (err, data) {
console.log(data.toString());
});`
gs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant