Gathering detailed insights and metrics for asposepdfcloud
Gathering detailed insights and metrics for asposepdfcloud
Gathering detailed insights and metrics for asposepdfcloud
Gathering detailed insights and metrics for asposepdfcloud
Node.js library for communicating with the Aspose.PDF Cloud API
npm install asposepdfcloud
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (94.17%)
JavaScript (5.13%)
TeX (0.66%)
HTML (0.02%)
PostScript (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9 Stars
449 Commits
4 Forks
5 Watchers
29 Branches
11 Contributors
Updated on Jun 24, 2025
Latest Version
25.6.0
Package Id
asposepdfcloud@25.6.0
Unpacked Size
3.98 MB
Size
241.36 kB
File Count
1,191
NPM Version
10.9.2
Node Version
23.11.1
Published on
Jun 24, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
Aspose.PDF Cloud is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.PDF Cloud and examples.
These SDKs are now fully supported. If you have any questions, see any bugs or have enhancement request, feel free to reach out to us at Free Support Forums.
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF
XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
MHT, PCL, PS, XSLFO, MD
From the command line:
1$ npm install asposepdfcloud --save
1 // Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required). 2 const pdfApi = new PdfApi("MY_CLIENT_ID", "MY_CLIENT_SECRET"); 3 4 let pageNumber = 1; 5 let pdfDocName = "example.pdf"; 6 let remoteFolder = "folderName"; 7 8 pdfApi.getPageAnnotations(pdfDocName, pageNumber, null, remoteFolder) 9 .then((result) => { 10 console.log(result.response); 11 console.log(result.body); 12 });
Create PdfApi object with one baseUrl parameter:
1 const pdfApi = new PdfApi("MY_SELFHOST_URL");
Aspose PDF SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.
All Aspose.PDF Cloud SDKs are licensed under MIT License.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/10 approved changesets -- score normalized to 7
Reason
7 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More