UNPKG

@groupdocs/groupdocs.conversion

Version:

Document conversion API for Node.js (powered by Java) to convert back and forth between the most popular document and image formats, including PDF, Word, Excel, PowerPoint, OpenDocument documents, e-mail messages, images and many more in one package.

45 lines (44 loc) 1.2 kB
{ "name": "@groupdocs/groupdocs.conversion", "version": "25.11.0", "description": "Document conversion API for Node.js (powered by Java) to convert back and forth between the most popular document and image formats, including PDF, Word, Excel, PowerPoint, OpenDocument documents, e-mail messages, images and many more in one package.", "scripts": { "postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-conversion-nodejs/25.11/groupdocs-conversion-nodejs-25.11.jar > lib/groupdocs-conversion-nodejs-25.11.jar" }, "main": "index.js", "keywords": [ "groupdocs", "groupdocs.conversion", "document conversion", "file conversion", "nodejs", "java", "pdf", "word", "doc", "docx", "excel", "xls", "xlsx", "powerpoint", "ppt", "pptx", "csv", "image", "jpg", "png", "tiff", "html", "pdf to docx", "docx to pdf", "xlsx to pdf" ], "author": "Aspose", "license": "End User License Agreement.html", "dependencies": { "java": "^0.18.0" }, "directories": { "lib": "lib" } }