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
Trying to run with convertTo: "pdf" option.
The process fails with the following
bcgov-carbone_1 | 2022-06-10T14:51:12.973Z carbone:converter process Office of factory 0 died 1
bcgov-carbone_1 | 2022-06-10T14:51:12.979Z carbone:converter process Python of factory 0 died null
bcgov-carbone_1 | 2022-06-10T14:51:12.979Z carbone:converter factory 0 is completely off
constfs=require("fs")const{ render }=require("./carbone")describe("carbone",()=>{it("should parse test.docx to test.docx",async()=>{constresult=awaitrender(__dirname+"/test.docx",{options: {reportName: "test.docx"}},false);fs.writeFileSync(__dirname+"/.carbone/test.docx",result);},60000)it("should convert test.docx to test.pdf",async()=>{constresult=awaitrender(__dirname+"/test.docx",{options: {reportName: "test.pdf",convertTo: "pdf"}},false);fs.writeFileSync(__dirname+"/.carbone/test.pdf",result);},60000)})
Expected behavior
The DOCX document to be converted to PDF
Desktop (please complete the following information):
Mac
Additional context
bcgov-carbone_1 | 2022-06-10T14:51:12.973Z carbone:converter process Office of factory 0 died 1
bcgov-carbone_1 | 2022-06-10T14:51:12.979Z carbone:converter process Python of factory 0 died null
bcgov-carbone_1 | 2022-06-10T14:51:12.979Z carbone:converter factory 0 is completely off
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to run with
convertTo: "pdf"
option.The process fails with the following
To Reproduce
docker-compose service
carbone.test.js
Expected behavior
The DOCX document to be converted to PDF
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: