This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .bottom | |
| .container-fluid | |
| .row | |
| .col-sm-6 | |
| .props.text-center | |
| span.title Address: | |
| span.desc #{company_report_details.address} | |
| .col-sm-3 | |
| .props.text-center | |
| span.title Phone No: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const options = { | |
| ignorePDF: <boolean>, | |
| generateJPG: <boolean>, | |
| jpgQuality: <numeric>, | |
| chrome: <puppeteer-chrome-opts>, | |
| }; | |
| // returns a buffer consists of pdf, html and jpeg as requested | |
| const pdfBuffer = await mould.pdf('via', { | |
| company_report_details: { | |
| name: "Roadzen", |
OlderNewer