Skip to content

Instantly share code, notes, and snippets.

View mtvspec's full-sized avatar

Timur Lastaev mtvspec

  • 04:12 (UTC +05:00)
View GitHub Profile
@mtvspec
mtvspec / docx-template-to-pdf.js
Created August 27, 2021 16:45 — forked from JasonHarrop/docx-template-to-pdf.js
Create PDF proposals, invoices, contracts etc in Javascript from a suitable Word document template
// Step 1: generate docx
var JSZip = require('jszip');
var Docxtemplater = require('docxtemplater');
var fs = require('fs');
var path = require('path');
//Load the docx file as a binary
var content = fs