renaesop / node-pdfium

Apache License 2.0
11 stars 5 forks source link
node print

node-pdfium

using pdfium to print on Windows

Only a function, printPDF

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

Call this function, the PDF should be printed silently