An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        






Easier way to convert .docx file into Pdfmaker libary format


Website
Documentation

[![npm version](https://img.shields.io/npm/v/docx2pdfmaker.svg?style=plastic&logo=npm)](https://www.npmjs.org/package/docx2pdfmaker)
![npm version](https://img.shields.io/github/languages/count/Igorcbraz/Docx2PdfMaker?style=plastic)
![downloads](https://img.shields.io/jsdelivr/npm/hy/docx2pdfmaker?label=Downloads&style=plastic)
![issues](https://img.shields.io/github/issues/Igorcbraz/docx2pdfmaker?style=plastic)




# 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 |

ConvertToHtml Config

# Examples

Check the [demo folder](https://github.com/Igorcbraz/Docx2PdfMaker/tree/main/example) for examples.