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.
- Add PDF document's header & footer in text or image format.
- Add tables & stamps (text or image) to PDF documents.
- Append multiple PDF documents to an existing file.
- Work with PDF attachments, annotations, & form fields.
- Apply encryption or decryption to PDF documents & set a password.
- Delete all stamps & tables from a page or entire PDF document.
- Delete a specific stamp or table from the PDF document by its ID.
- Replace single or multiple instances of text on a PDF page or from the entire document.
- Extensive support for converting PDF documents to various other file formats.
- Extract various elements of PDF files & make PDF documents optimized.
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
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net.
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net.
- Implemented custom fonts for Text API.
- Added custom fonts for Table API.
- Added support for custom fonts for Stamps API.
- Support for custom fonts for Header/Footer API.
- Included custom fonts for Replace Text API.
Put the package under your project folder and add the following in import:
"./asposepdfcloud"
Please follow the installation instruction and execute the following Java code:
func GetDocumentCircleAnnotations() (CircleAnnotationsResponse, *http.Response, error) {
pdfAPI := NewPdfApiService("AppSid", "AppKey", "")
name := "PdfWithAnnotations.pdf"
args := map[string]interface{} {
"folder": "path/to/remote/folder",
}
return pdfAPI.GetDocumentCircleAnnotations(name, args)
}
Aspose PDF Cloud 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 Cloud SDK.
All Aspose.PDF Cloud SDKs are licensed under MIT License.
.NET | Java | PHP | Python | Ruby | Node.js | Android | Swift | Go |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM | Maven | Cocoapods | Go.Dev |
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial