cycade / node-pdfium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:C 71.4%Language:C++ 27.7%Language:JavaScript 0.5%Language:Python 0.5%