JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 134
  • Score
    100M100P100Q73952F
  • License ISC

Converts docx to pdf

Package Exports

  • docx2pdf
  • docx2pdf/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (docx2pdf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Docx2Pdf

Converts docx to pdf.

Installation

Run npm install docx2pdf.

Sample Usage

import docx2pdf from 'docx2pdf';

...
const pdfStream = await docx2pdf('/path/to/file.docx');