/node-pdfium

Primary LanguageCApache License 2.0Apache-2.0

node-pdfium

using pdfium to print on Windows

Only a function, printPDF

 pdfium.printPDF({
                printerName,
                filePath,
                pageList,
                width,
                height,
                dpi,
                copies,
		fit
            });

Call this function, the PDF should be printed silently