https://github.com/igorcbraz/docx2pdfmaker
NPM Package to convert .Docx file into Pdfmaker libary format
https://github.com/igorcbraz/docx2pdfmaker
docs document docx docx-converter docx-generator docx2pdf docx2pdfmaker javascript microsoft node nodejs office pdf pdf-generation word
Last synced: 3 months ago
JSON representation
NPM Package to convert .Docx file into Pdfmaker libary format
- Host: GitHub
- URL: https://github.com/igorcbraz/docx2pdfmaker
- Owner: Igorcbraz
- License: mit
- Created: 2023-04-20T14:13:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T18:46:08.000Z (about 2 years ago)
- Last Synced: 2025-03-05T06:36:28.639Z (3 months ago)
- Topics: docs, document, docx, docx-converter, docx-generator, docx2pdf, docx2pdfmaker, javascript, microsoft, node, nodejs, office, pdf, pdf-generation, word
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/docx2pdfmaker
- Size: 271 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Easier way to convert .docx file into Pdfmaker libary format
[](https://www.npmjs.org/package/docx2pdfmaker)



# Reference
ConvertToPdf
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `data` | `string` | **Required**. The data corresponding to the type used |
| `type` | `path, buffer or ArrayBuffer` | **Required**. Type of sending data |
| `options` | `ConvertToHtml Config` | ConvertoToHtml mammoth library options |# Examples
Check the [demo folder](https://github.com/Igorcbraz/Docx2PdfMaker/tree/main/example) for examples.