UNPKG

from-data-to-pdf

Version:

This library converts html files, URL and character string from html files to PDF files or PDF buffer.

34 lines (33 loc) 771 B
{ "name": "from-data-to-pdf", "version": "1.0.18", "description": "This library converts html files, URL and character string from html files to PDF files or PDF buffer.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "tsc && node test/test.js" }, "keywords": [ "pdf", "generate", "data", "html", "node", "url", "generator", "from html to pdf", "from html to buffer", "from buffer to string", "from string to pdf", "screenshot" ], "author": { "name": "Doual Sofian", "email": "sofiand.dev@gmail.com", "url": "https://fr.linkedin.com/in/sofiandoual" }, "license": "ISC", "dependencies": { "puppeteer": "^7.1.0" } }