diff --git a/README.md b/README.md index 74a45942..a7d15dc0 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,16 @@ Extract Text & Images of a PDF document online https://products.aspose.app/pdf/p - Extract various elements of PDF files & make PDF documents optimized. ## Read & Write PDF Formats - PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF + ## Save PDF As XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text + ## Read PDF Formats MHT, PCL, PS, XSLFO, MD -## Enhancements in Version 20.12 -- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net. - -## Enhancements in Version 20.10 -- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net. +## Enhancements in Version 21.11 +- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET. ## Enhancements in Version 20.9 * Implemented custom fonts for Text API. diff --git a/package-lock.json b/package-lock.json index 5f11064a..156dcb1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "asposepdfcloud", - "version": "21.10.0", + "version": "21.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "asposepdfcloud", - "version": "21.10.0", + "version": "21.11.0", "license": "MIT", "dependencies": { "@types/bluebird": "*", @@ -945,9 +945,9 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "node_modules/json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" }, "node_modules/json-schema-traverse": { "version": "0.4.1", @@ -960,17 +960,17 @@ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" }, "node_modules/jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "engines": [ - "node >=0.6.0" - ], + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", - "json-schema": "0.2.3", + "json-schema": "0.4.0", "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" } }, "node_modules/locate-path": { @@ -1067,9 +1067,9 @@ } }, "node_modules/mocha": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.1.tgz", - "integrity": "sha512-3qQsu3ijNS3GkWcccT5Zw0hf/rWvu1fTN9sPvEd81hlwsr30GX2GcDSSoBxo24IR8FelmrAydGC6/1J5QQP4WA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", "dev": true, "dependencies": { "ansi-colors": "3.2.3", @@ -1085,7 +1085,7 @@ "js-yaml": "3.13.1", "log-symbols": "3.0.0", "minimatch": "3.0.4", - "mkdirp": "0.5.3", + "mkdirp": "0.5.5", "ms": "2.1.1", "node-environment-flags": "1.0.6", "object.assign": "4.1.0", @@ -1102,7 +1102,7 @@ "mocha": "bin/mocha" }, "engines": { - "node": ">= 8.0.0" + "node": ">= 8.10.0" }, "funding": { "type": "opencollective", @@ -1121,25 +1121,6 @@ "node": ">=8" } }, - "node_modules/mocha/node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/mocha/node_modules/mkdirp": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz", - "integrity": "sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==", - "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", - "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", @@ -2635,9 +2616,9 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" }, "json-schema-traverse": { "version": "0.4.1", @@ -2650,13 +2631,13 @@ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" }, "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "requires": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", - "json-schema": "0.2.3", + "json-schema": "0.4.0", "verror": "1.10.0" } }, @@ -2730,9 +2711,9 @@ } }, "mocha": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.1.tgz", - "integrity": "sha512-3qQsu3ijNS3GkWcccT5Zw0hf/rWvu1fTN9sPvEd81hlwsr30GX2GcDSSoBxo24IR8FelmrAydGC6/1J5QQP4WA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz", + "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==", "dev": true, "requires": { "ansi-colors": "3.2.3", @@ -2748,7 +2729,7 @@ "js-yaml": "3.13.1", "log-symbols": "3.0.0", "minimatch": "3.0.4", - "mkdirp": "0.5.3", + "mkdirp": "0.5.5", "ms": "2.1.1", "node-environment-flags": "1.0.6", "object.assign": "4.1.0", @@ -2769,21 +2750,6 @@ "requires": { "chalk": "^2.4.2" } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "mkdirp": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz", - "integrity": "sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } } } }, diff --git a/package.json b/package.json index 773cf401..14549dca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asposepdfcloud", - "version": "21.10.0", - "description": "Aspose.PDF Cloud SDK", + "version": "21.11.0", + "description": "Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.", "homepage": "https://products.aspose.cloud/pdf/cloud", "author": { "name": "Aspose PDF Cloud" @@ -17,7 +17,107 @@ "keywords": [ "Aspose", "Cloud", - "PDF" + "PDF", + "Aspose.PDF", + "Aspose.PDF-Cloud", + "Aspose.Total-Cloud", + "REST", + "API", + "EPUB", + "HTML", + "TEX", + "MHT", + "PCL", + "PS", + "PostScript", + "SVG", + "XML", + "XPS", + "XSLFO", + "MD", + "Markdown", + "XLS", + "XLSX", + "PPTX", + "DOC", + "DOCX", + "EPUB", + "HTML", + "MobiXML", + "SVG", + "JPEG", + "EMF", + "PNG", + "BMP", + "GIF", + "TIFF", + "XML", + "XPS", + "Text", + "FDF", + "XFDF", + "PDFA3", + "PDF-to-DOC", + "PDF-to-DOCX", + "PDF-to-HTML", + "PDF-to-PDFA", + "PDF-to-TIFF", + "PDF-to-SVG", + "PDF-to-EPUB", + "PDF-to-PPTX", + "PDF-to-TEX", + "PDF-to-MobiXML", + "PDF-to-XFA", + "PDF-to-XML", + "PDF-to-XPS", + "PDF-to-XLS", + "EPUB-to-PDF", + "Web-to-PDF", + "TEX-to-PDF", + "MHT-to-PDF", + "HTML-to-PDF", + "PS-to-PDF", + "PostScript-to-PDF", + "XSIF-to-PDF", + "XPS-to-PDF", + "SVG-to-PDF", + "DOC-to-PDF", + "DOCX-to-PDF", + "PCL-to-PDF", + "XML-to-PDF", + "Markdown-to-PDF", + "MD-to-PDF", + "Annotation", + "Line-Annotation", + "Circle-Annotation", + "Square-Annotation", + "Underline-Annotation", + "Squiggly-Annotation", + "PDF-Bookmark", + "PDF-Link", + "PDF-Attachment", + "PDF-Document", + "PDF-Page", + "PDF-Form-Fields", + "PDF-Text", + "PDF-Image", + "Replace-Text", + "Fetch-Text", + "Replace-Image", + "Extract-Image", + "Convert-PDF", + "Convert", + "Converter", + "PDF-to-Image", + "Create-PDF", + "Convert-PDF", + "Stamp", + "PDF-OCR", + "OCR-Layers", + ".NET", + "C#", + "dotnet", + "CSharp" ], "readmeFilename": "README.md", "main": "src/api/api.js", diff --git a/src/requestHelper.ts b/src/requestHelper.ts index 167ca99e..3be54797 100644 --- a/src/requestHelper.ts +++ b/src/requestHelper.ts @@ -93,7 +93,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura //headers sa.set("User-Agent", "pdf nodejs sdk"); sa.set("x-aspose-client", "nodejs sdk"); - sa.set("x-aspose-client-version", "21.10.0"); + sa.set("x-aspose-client-version", "21.11.0"); if (!requestOptions.headers) { requestOptions.headers = {};