node-prince icon indicating copy to clipboard operation
node-prince copied to clipboard

Node API for executing PrinceXML via prince(1) CLI

Results 12 node-prince issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

After upgrading from 1.9.14 to 1.11.1 the download of the princexml package fails with following exception: ```log .../[email protected]/node_modules/prince install$ node ./prince-npm.js install .../[email protected]/node_modules/prince install: ++ checking for globally installed PrinceXML...

When I run my application that uses `node-prince` as a dependency, it errors out saying `Error: Prince#execute: cannot resolve binary "prince" to a filesystem path` Full error: ``` Error: Prince#execute:...

Thank you for writing this wrapper around Prince! It helped speed up my understanding of how to call Prince via a child process. https://www.princexml.com/doc/command-line/#specifying-input-and-output Prince called directly with the first...

I am using pricexml and until today it was working fine. it stopped working ` error: Error: Command failed: C:\Projects\pbd\html2pdf31.11.22\node_modules\prince\prince\program files\Prince\Engine\bin\prince.exe --prefix C:\Projects\pbd\html2pdf31.11.22\node_modules\prince\prince\program files\Prince\Engine 1679928942030.html --output 1679930020949.pdf at ChildProcess.exithandler (child_process.js:390:12)...

Thank you for this great module. At Electric Book Works, we're beginning to use it to make setup easier for new team members (i.e. no separate Prince installation). We have...

in the sample code `Prince() .inputs("test.html") .output("test.pdf") .execute() .then(function () { console.log("OK: done") }, function (error) { console.log("ERROR: ", util.inspect(error)) })` The rejection function will only log the first error...

Hi rse! I've made some changes to the code in order to facilitate progress tracking and better logging as the job progresses. I've changed the .execute code to perform `spawn`...

Hi, Can you make the princeXml version configurable: 1. Exact version 2. Current version 3. Latest version Thank you! Arjan

See https://github.com/advisories/GHSA-jr5f-v2jv-69x6 for more information.