UNPKG

pdftopic

Version:

Built for Node.js, this package empowers users to effortlessly convert PDF files into images of exceptional quality, supporting multiple formats including PNG, JPG, GIF, and others. Its streamlined functionality ensures a smooth and reliable conversion pr

78 lines (77 loc) 2.33 kB
{ "name": "pdftopic", "version": "1.0.7-alpha", "description": "Built for Node.js, this package empowers users to effortlessly convert PDF files into images of exceptional quality, supporting multiple formats including PNG, JPG, GIF, and others. Its streamlined functionality ensures a smooth and reliable conversion process, providing users with the flexibility to obtain top-notch images from their PDF documents", "main": "index.js", "types": "./types/index.d.ts", "funding":{ "type": "paypal", "url": "https://www.paypal.me/IlyesElMajouti" }, "scripts": { "gen-types": "npx -p typescript tsc --declaration --allowJs --emitDeclarationOnly --outDir types", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Ilyes-El-Majouti/pdftopic.git" }, "keywords": [ "pdf to image", "pdf to jpg", "pdf to png", "pdf2png", "pdftopng", "pdf2pic", "pdftoimage", "pdftoimages", "pdf-to-image", "pdf-to-images", "pdf-to-png", "pdf-to-png", "pdf", "image", "jpg", "jpeg", "png", "pdf-images", "pdf2images", "PDF", "PDF to image conversion", "visual content extraction", "image processing", "Node.js", "PNG", "JPG", "image quality", "content extraction", "PDF tools", "Node.js library", "conversion tool", "content extraction tool", "PDF visualization", "open-source", "graphics", "file conversion" ], "author": "Ilyes-El-Majouti <ilyes.elmajouti@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/Ilyes-El-Majouti/pdftopic/issues" }, "homepage": "https://github.com/Ilyes-El-Majouti/pdftopic#readme", "dependencies": { "assert": "^2.1.0", "imagemagick-stream": "^4.1.1", "is-stream": "^1.1.0", "pdf-lib": "^1.17.1", "progress": "^2.0.3", "sharp": "0.33.4", "stream-to-array": "^2.3.0" }, "devDependencies": { "@types/stream-to-array": "^2.3.3", "typescript": "^5.3.3", "jest": "^29.7.0" } }