Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
## Read PDF Formats
MHT, PCL, PS, XSLFO, MD

## Enhancements in Version 25.9
- Implement PDF document page crop functionality using the Pdf.Cloud API library.
## Enhancements in Version 25.10
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.

## Bugs fixed in Version 25.10
- Method PutBookmark does not change bookmark color.
- TextReplace shows hidden text in the output file.

## Requirements
PHP 7.4 and later.

Expand Down
6 changes: 6 additions & 0 deletions settings/credentials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"client_secret": "YOUR_CLIENT_SECRET",
"client_id": "YOUR_CLIENT_ID",
"api_url": "https://api.aspose.cloud/v3.0",
"self_host": false
}
Loading