Skip to content

Commit 5162ada

Browse files
authored
Merge pull request #61 from aspose-pdf-cloud/develop
update to 22.4
2 parents 5f63d48 + 7dda599 commit 5162ada

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
3030
## Read PDF Formats
3131
MHT, PCL, PS, XSLFO, MD
3232

33-
## Enhancements in Version 22.3
34-
- PDFCLOUD-2729: Add StrikeOut, Superscript, Subscript properties to TextState.
35-
- PDFCLOUD-2623: Underline property is missing in TextState.
33+
## Enhancements in Version 22.4
3634
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3735

38-
## Bugs fixed in Version 22.3
39-
- PDFCLOUD-2714: GetFields API method not extracting PDF form fields.
40-
- PDFCLOUD-2641: PostSplitDocument returns wrong path.
41-
4236
## Installation
4337

4438
### NPM

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposepdfcloud",
3-
"version": "22.3.0",
3+
"version": "22.4.0",
44
"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.",
55
"homepage": "https://products.aspose.cloud/pdf/cloud",
66
"author": {

src/requestHelper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
9393
//headers
9494
sa.set("User-Agent", "pdf nodejs sdk");
9595
sa.set("x-aspose-client", "nodejs sdk");
96-
sa.set("x-aspose-client-version", "22.2.0");
96+
sa.set("x-aspose-client-version", "22.4.0");
9797

9898
if (!requestOptions.headers) {
9999
requestOptions.headers = {};

0 commit comments

Comments
 (0)