You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
I'm just browsing this repo but wanted to comment that you can use any CLI tool from Node with the built-in child_process module. This is an important thing to know doing Node development.
quick demo:
const{ exec,/* or spawn */}=require('child_process')exec('pdf2htmlEX [options] <input-filename> [<output-filename>]',callback)
Hi
Can you give us some examples how to run this image from node js program just like we run from command prompt.
Thanks in advance.
The text was updated successfully, but these errors were encountered: