# PdfPrinter **Repository Path**: ofix/PdfPrinter ## Basic Information - **Project Name**: PdfPrinter - **Description**: PdfPrinter is used to download remote url html files and print it to a merged pdf file, and it's written in Node.js - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PdfPrinter PdfPrinter is used to download remote url html files and print it to a merged pdf file, and it's written in Node.js ## Dependensies Please remember to install npm dependensies. For example: ``` npm install puppeteer-core -g npm install cheerio -g npm install pdf-merger-js -g ```