Skip to content

3.1.0

Compare
Choose a tag to compare
@dolanmiu dolanmiu released this 06 Dec 01:42
· 3241 commits to master since this release

Add PDF exporting support!

now when you create an exporter, you can use .packPdf() to export it as a PDF document instead:

var exporter = new docx.LocalPacker(doc);
exporter.packPdf('My Document');