{"id":21408544,"url":"https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node.js","last_synced_at":"2025-07-14T00:34:26.369Z","repository":{"id":32901353,"uuid":"141102894","full_name":"aspose-pdf-cloud/aspose-pdf-cloud-node.js","owner":"aspose-pdf-cloud","description":"Node.js library for communicating with the Aspose.PDF Cloud API","archived":false,"fork":false,"pushed_at":"2024-11-19T18:32:33.000Z","size":8178,"stargazers_count":8,"open_issues_count":7,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-19T19:47:25.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aspose-pdf-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-16T07:33:47.000Z","updated_at":"2024-10-16T15:12:18.000Z","dependencies_parsed_at":"2023-02-14T18:01:39.739Z","dependency_job_id":"f7c1a5c8-c862-42ff-9283-3a975e5fc2d6","html_url":"https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node.js","commit_stats":{"total_commits":102,"total_committers":9,"mean_commits":"11.333333333333334","dds":0.3431372549019608,"last_synced_commit":"1b85d24842ac6af2e0ce9189a48b7bc03d9d092f"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspose-pdf-cloud%2Faspose-pdf-cloud-node.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspose-pdf-cloud%2Faspose-pdf-cloud-node.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspose-pdf-cloud%2Faspose-pdf-cloud-node.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspose-pdf-cloud%2Faspose-pdf-cloud-node.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspose-pdf-cloud","download_url":"https://codeload.github.com/aspose-pdf-cloud/aspose-pdf-cloud-node.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225862810,"owners_count":17535998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T17:16:52.219Z","updated_at":"2025-07-14T00:34:26.335Z","avatar_url":"https://github.com/aspose-pdf-cloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposepdfcloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposepdfcloud) ![node-current](https://img.shields.io/node/v/asposepdfcloud) ![npm type definitions](https://img.shields.io/npm/types/asposepdfcloud) [![GitHub license](https://img.shields.io/github/license/aspose-pdf-cloud/aspose-pdf-cloud-node.js)](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node/blob/master/LICENSE)\n# Node.js REST API to Process PDF in Cloud\n[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) 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.\n\nOur 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.\n\nThese 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](https://forum.aspose.cloud/c/pdf).\n\nExtract Text \u0026 Images of a PDF document online https://products.aspose.app/pdf/parser.\n\n## PDF Processing Features\n\n- Add PDF document's header \u0026 footer in text or image format.\n- Add tables \u0026 stamps (text or image) to PDF documents.\n- Append multiple PDF documents to an existing file.\n- Work with PDF attachments, annotations, \u0026 form fields.\n- Apply encryption or decryption to PDF documents \u0026 set a password.\n- Delete all stamps \u0026 tables from a page or entire PDF document.\n- Delete a specific stamp or table from the PDF document by its ID.\n- Replace single or multiple instances of text on a PDF page or from the entire document.\n- Extensive support for converting PDF documents to various other file formats.\n- Extract various elements of PDF files \u0026 make PDF documents optimized.\n\n## Read \u0026 Write PDF Formats\nPDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF\n\n## Save PDF As\nXLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text\n\n## Read PDF Formats\nMHT, PCL, PS, XSLFO, MD\n\n## Enhancements in Version 25.6\n- Develop Rotate Document Pages method.\n- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.\n\n## Installation\n\n### NPM\n\nFrom the command line:\n\n```bash\n$ npm install asposepdfcloud --save\n```\n## Get PDF Page Annotations in Node.Js\n```js\n\t// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).\n\tconst pdfApi = new PdfApi(\"MY_CLIENT_ID\", \"MY_CLIENT_SECRET\");\n\n\tlet pageNumber = 1;\n\tlet pdfDocName = \"example.pdf\";\n\tlet remoteFolder = \"folderName\";\n\n\tpdfApi.getPageAnnotations(pdfDocName, pageNumber, null, remoteFolder)\n\t.then((result) =\u003e {\n\t\tconsole.log(result.response);\n\t\tconsole.log(result.body);\n\t});\n```\n\n## SelfHost Aspose.PDF Cloud\nCreate *PdfApi* object with one **baseUrl** parameter:\n```js\n\tconst pdfApi = new PdfApi(\"MY_SELFHOST_URL\");\n```\n\n## Unit Tests\nAspose 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.\n\n## Licensing\nAll Aspose.PDF Cloud SDKs are licensed under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspose-pdf-cloud%2Faspose-pdf-cloud-node.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspose-pdf-cloud%2Faspose-pdf-cloud-node.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspose-pdf-cloud%2Faspose-pdf-cloud-node.js/lists"}