Aspose.Pdf-Cloud
23.3.0
See the version list below for details.
dotnet add package Aspose.Pdf-Cloud --version 23.3.0
NuGet\Install-Package Aspose.Pdf-Cloud -Version 23.3.0
<PackageReference Include="Aspose.Pdf-Cloud" Version="23.3.0" />
paket add Aspose.Pdf-Cloud --version 23.3.0
#r "nuget: Aspose.Pdf-Cloud, 23.3.0"
// Install Aspose.Pdf-Cloud as a Cake Addin #addin nuget:?package=Aspose.Pdf-Cloud&version=23.3.0 // Install Aspose.Pdf-Cloud as a Cake Tool #tool nuget:?package=Aspose.Pdf-Cloud&version=23.3.0
.NET REST API to Process PDF in Cloud
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.
PDF Processing Features
- 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.
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 23.3
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
Unit Tests
Aspose PDF SDK includes a suite of unit tests. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.
Licensing
All Aspose.Pdf for Cloud SDKs are licensed under MIT License.
Dependencies
The DLLs included in the package may not be the latest version. We recommend using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Convert PDF to Epub in Dotnet
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
var config = new Configuration
{
ClientId = "MY_CLIENT_ID",
ClientSecret = "MY_CLIENT_SECRET",
ApiBaseUrl = baseUrl,
};
var pdfApi = new PdfApi(config);
using (var file = File.OpenRead(Path.Combine(TestDataFolder, "sample.pdf")))
{
var response = pdfApi.UploadFile(Path.Combine(TempFolder, serverFileName), file);
}
var response = pdfApi.GetPdfInStorageToEpub("sample.pdf", folder: TempFolder);
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742
<a name="documentation-for-api-endpoints"></a>
Documentation for API Endpoints
All URIs are relative to https://api.aspose.cloud/v3.0
Class | Method | HTTP request | Description |
---|---|---|---|
PdfApi | CopyFile | PUT /pdf/storage/file/copy/{srcPath} | Copy file |
PdfApi | CopyFolder | PUT /pdf/storage/folder/copy/{srcPath} | Copy folder |
PdfApi | CreateFolder | PUT /pdf/storage/folder/{path} | Create the folder |
PdfApi | DeleteAnnotation | DELETE /pdf/{name}/annotations/{annotationId} | Delete document annotation by ID |
PdfApi | DeleteBookmark | DELETE /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Delete document bookmark by ID. |
PdfApi | DeleteDocumentAnnotations | DELETE /pdf/{name}/annotations | Delete all annotations from the document |
PdfApi | DeleteDocumentBookmarks | DELETE /pdf/{name}/bookmarks/tree | Delete all document bookmarks. |
PdfApi | DeleteDocumentLinkAnnotations | DELETE /pdf/{name}/links | Delete all link annotations from the document |
PdfApi | DeleteDocumentStamps | DELETE /pdf/{name}/stamps | Delete all stamps from the document |
PdfApi | DeleteDocumentTables | DELETE /pdf/{name}/tables | Delete all tables from the document |
PdfApi | DeleteField | DELETE /pdf/{name}/fields/{fieldName} | Delete document field by name. |
PdfApi | DeleteFile | DELETE /pdf/storage/file/{path} | Delete file |
PdfApi | DeleteFolder | DELETE /pdf/storage/folder/{path} | Delete folder |
PdfApi | DeleteImage | DELETE /pdf/{name}/images/{imageId} | Delete image from document page. |
PdfApi | DeleteLinkAnnotation | DELETE /pdf/{name}/links/{linkId} | Delete document page link annotation by ID |
PdfApi | DeletePage | DELETE /pdf/{name}/pages/{pageNumber} | Delete document page by its number. |
PdfApi | DeletePageAnnotations | DELETE /pdf/{name}/pages/{pageNumber}/annotations | Delete all annotations from the page |
PdfApi | DeletePageLinkAnnotations | DELETE /pdf/{name}/pages/{pageNumber}/links | Delete all link annotations from the page |
PdfApi | DeletePageStamps | DELETE /pdf/{name}/pages/{pageNumber}/stamps | Delete all stamps from the page |
PdfApi | DeletePageTables | DELETE /pdf/{name}/pages/{pageNumber}/tables | Delete all tables from the page |
PdfApi | DeleteProperties | DELETE /pdf/{name}/documentproperties | Delete custom document properties. |
PdfApi | DeleteProperty | DELETE /pdf/{name}/documentproperties/{propertyName} | Delete document property. |
PdfApi | DeleteStamp | DELETE /pdf/{name}/stamps/{stampId} | Delete document stamp by ID |
PdfApi | DeleteTable | DELETE /pdf/{name}/tables/{tableId} | Delete document table by ID |
PdfApi | DownloadFile | GET /pdf/storage/file/{path} | Download file |
PdfApi | GetBookmark | GET /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Read document bookmark. |
PdfApi | GetBookmarks | GET /pdf/{name}/bookmarks/list/{bookmarkPath} | Read document bookmarks node list. |
PdfApi | GetCaretAnnotation | GET /pdf/{name}/annotations/caret/{annotationId} | Read document page caret annotation by ID. |
PdfApi | GetCheckBoxField | GET /pdf/{name}/fields/checkbox/{fieldName} | Read document checkbox field by name. |
PdfApi | GetCircleAnnotation | GET /pdf/{name}/annotations/circle/{annotationId} | Read document page circle annotation by ID. |
PdfApi | GetComboBoxField | GET /pdf/{name}/fields/combobox/{fieldName} | Read document combobox field by name. |
PdfApi | GetDiscUsage | GET /pdf/storage/disc | Get disc usage |
PdfApi | GetDocument | GET /pdf/{name} | Read common document info. |
PdfApi | GetDocumentAnnotations | GET /pdf/{name}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases. |
PdfApi | GetDocumentAttachmentByIndex | GET /pdf/{name}/attachments/{attachmentIndex} | Read document attachment info by its index. |
PdfApi | GetDocumentAttachments | GET /pdf/{name}/attachments | Read document attachments info. |
PdfApi | GetDocumentBookmarks | GET /pdf/{name}/bookmarks/tree | Read document bookmarks tree. |
PdfApi | GetDocumentCaretAnnotations | GET /pdf/{name}/annotations/caret | Read document caret annotations. |
PdfApi | GetDocumentCheckBoxFields | GET /pdf/{name}/fields/checkbox | Read document checkbox fields. |
PdfApi | GetDocumentCircleAnnotations | GET /pdf/{name}/annotations/circle | Read document circle annotations. |
PdfApi | GetDocumentComboBoxFields | GET /pdf/{name}/fields/combobox | Read document combobox fields. |
PdfApi | GetDocumentDisplayProperties | GET /pdf/{name}/displayproperties | Read document display properties. |
PdfApi | GetDocumentFileAttachmentAnnotations | GET /pdf/{name}/annotations/fileattachment | Read document FileAttachment annotations. |
PdfApi | GetDocumentFreeTextAnnotations | GET /pdf/{name}/annotations/freetext | Read document free text annotations. |
PdfApi | GetDocumentHighlightAnnotations | GET /pdf/{name}/annotations/highlight | Read document highlight annotations. |
PdfApi | GetDocumentInkAnnotations | GET /pdf/{name}/annotations/ink | Read document ink annotations. |
PdfApi | GetDocumentLineAnnotations | GET /pdf/{name}/annotations/line | Read document line annotations. |
PdfApi | GetDocumentListBoxFields | GET /pdf/{name}/fields/listbox | Read document listbox fields. |
PdfApi | GetDocumentMovieAnnotations | GET /pdf/{name}/annotations/movie | Read document movie annotations. |
PdfApi | GetDocumentPolyLineAnnotations | GET /pdf/{name}/annotations/polyline | Read document polyline annotations. |
PdfApi | GetDocumentPolygonAnnotations | GET /pdf/{name}/annotations/polygon | Read document polygon annotations. |
PdfApi | GetDocumentPopupAnnotations | GET /pdf/{name}/annotations/popup | Read document popup annotations. |
PdfApi | GetDocumentPopupAnnotationsByParent | GET /pdf/{name}/annotations/{annotationId}/popup | Read document popup annotations by parent id. |
PdfApi | GetDocumentProperties | GET /pdf/{name}/documentproperties | Read document properties. |
PdfApi | GetDocumentProperty | GET /pdf/{name}/documentproperties/{propertyName} | Read document property by name. |
PdfApi | GetDocumentRadioButtonFields | GET /pdf/{name}/fields/radiobutton | Read document radiobutton fields. |
PdfApi | GetDocumentRedactionAnnotations | GET /pdf/{name}/annotations/redaction | Read document redaction annotations. |
PdfApi | GetDocumentScreenAnnotations | GET /pdf/{name}/annotations/screen | Read document screen annotations. |
PdfApi | GetDocumentSignatureFields | GET /pdf/{name}/fields/signature | Read document signature fields. |
PdfApi | GetDocumentSoundAnnotations | GET /pdf/{name}/annotations/sound | Read document sound annotations. |
PdfApi | GetDocumentSquareAnnotations | GET /pdf/{name}/annotations/square | Read document square annotations. |
PdfApi | GetDocumentSquigglyAnnotations | GET /pdf/{name}/annotations/squiggly | Read document squiggly annotations. |
PdfApi | GetDocumentStampAnnotations | GET /pdf/{name}/annotations/stamp | Read document stamp annotations. |
PdfApi | GetDocumentStamps | GET /pdf/{name}/stamps | Read document stamps. |
PdfApi | GetDocumentStrikeOutAnnotations | GET /pdf/{name}/annotations/strikeout | Read document StrikeOut annotations. |
PdfApi | GetDocumentTables | GET /pdf/{name}/tables | Read document tables. |
PdfApi | GetDocumentTextAnnotations | GET /pdf/{name}/annotations/text | Read document text annotations. |
PdfApi | GetDocumentTextBoxFields | GET /pdf/{name}/fields/textbox | Read document text box fields. |
PdfApi | GetDocumentUnderlineAnnotations | GET /pdf/{name}/annotations/underline | Read document underline annotations. |
PdfApi | GetDownloadDocumentAttachmentByIndex | GET /pdf/{name}/attachments/{attachmentIndex}/download | Download document attachment content by its index. |
PdfApi | GetEpubInStorageToPdf | GET /pdf/create/epub | Convert EPUB file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetExportFieldsFromPdfToFdfInStorage | GET /pdf/{name}/export/fdf | Export fields from from PDF in storage to FDF file. |
PdfApi | GetExportFieldsFromPdfToXfdfInStorage | GET /pdf/{name}/export/xfdf | Export fields from from PDF in storage to XFDF file. |
PdfApi | GetExportFieldsFromPdfToXmlInStorage | GET /pdf/{name}/export/xml | Export fields from from PDF in storage to XML file. |
PdfApi | GetField | GET /pdf/{name}/fields/{fieldName} | Get document field by name. |
PdfApi | GetFields | GET /pdf/{name}/fields | Get document fields. |
PdfApi | GetFileAttachmentAnnotation | GET /pdf/{name}/annotations/fileattachment/{annotationId} | Read document page FileAttachment annotation by ID. |
PdfApi | GetFileAttachmentAnnotationData | GET /pdf/{name}/annotations/fileattachment/{annotationId}/data | Read document page FileAttachment annotation by ID. |
PdfApi | GetFileVersions | GET /pdf/storage/version/{path} | Get file versions |
PdfApi | GetFilesList | GET /pdf/storage/folder/{path} | Get all files and folders within a folder |
PdfApi | GetFreeTextAnnotation | GET /pdf/{name}/annotations/freetext/{annotationId} | Read document page free text annotation by ID. |
PdfApi | GetHighlightAnnotation | GET /pdf/{name}/annotations/highlight/{annotationId} | Read document page highlight annotation by ID. |
PdfApi | GetHtmlInStorageToPdf | GET /pdf/create/html | Convert HTML file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetImage | GET /pdf/{name}/images/{imageId} | Read document image by ID. |
PdfApi | GetImageExtractAsGif | GET /pdf/{name}/images/{imageId}/extract/gif | Extract document image in GIF format |
PdfApi | GetImageExtractAsJpeg | GET /pdf/{name}/images/{imageId}/extract/jpeg | Extract document image in JPEG format |
PdfApi | GetImageExtractAsPng | GET /pdf/{name}/images/{imageId}/extract/png | Extract document image in PNG format |
PdfApi | GetImageExtractAsTiff | GET /pdf/{name}/images/{imageId}/extract/tiff | Extract document image in TIFF format |
PdfApi | GetImages | GET /pdf/{name}/pages/{pageNumber}/images | Read document images. |
PdfApi | GetImportFieldsFromFdfInStorage | GET /pdf/{name}/import/fdf | Update fields from FDF file in storage. |
PdfApi | GetImportFieldsFromXfdfInStorage | GET /pdf/{name}/import/xfdf | Update fields from XFDF file in storage. |
PdfApi | GetImportFieldsFromXmlInStorage | GET /pdf/{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetInkAnnotation | GET /pdf/{name}/annotations/ink/{annotationId} | Read document page ink annotation by ID. |
PdfApi | GetLineAnnotation | GET /pdf/{name}/annotations/line/{annotationId} | Read document page line annotation by ID. |
PdfApi | GetLinkAnnotation | GET /pdf/{name}/links/{linkId} | Read document link annotation by ID. |
PdfApi | GetListBoxField | GET /pdf/{name}/fields/listbox/{fieldName} | Read document listbox field by name. |
PdfApi | GetMarkdownInStorageToPdf | GET /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetMhtInStorageToPdf | GET /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetMovieAnnotation | GET /pdf/{name}/annotations/movie/{annotationId} | Read document page movie annotation by ID. |
PdfApi | GetPage | GET /pdf/{name}/pages/{pageNumber} | Read document page info. |
PdfApi | GetPageAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases. |
PdfApi | GetPageCaretAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/caret | Read document page caret annotations. |
PdfApi | GetPageCheckBoxFields | GET /pdf/{name}/page/{pageNumber}/fields/checkbox | Read document page checkbox fields. |
PdfApi | GetPageCircleAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/circle | Read document page circle annotations. |
PdfApi | GetPageComboBoxFields | GET /pdf/{name}/page/{pageNumber}/fields/combobox | Read document page combobox fields. |
PdfApi | GetPageConvertToBmp | GET /pdf/{name}/pages/{pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response. |
PdfApi | GetPageConvertToEmf | GET /pdf/{name}/pages/{pageNumber}/convert/emf | Convert document page to Emf image and return resulting file in response. |
PdfApi | GetPageConvertToGif | GET /pdf/{name}/pages/{pageNumber}/convert/gif | Convert document page to Gif image and return resulting file in response. |
PdfApi | GetPageConvertToJpeg | GET /pdf/{name}/pages/{pageNumber}/convert/jpeg | Convert document page to Jpeg image and return resulting file in response. |
PdfApi | GetPageConvertToPng | GET /pdf/{name}/pages/{pageNumber}/convert/png | Convert document page to Png image and return resulting file in response. |
PdfApi | GetPageConvertToTiff | GET /pdf/{name}/pages/{pageNumber}/convert/tiff | Convert document page to Tiff image and return resulting file in response. |
PdfApi | GetPageFileAttachmentAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/fileattachment | Read document page FileAttachment annotations. |
PdfApi | GetPageFreeTextAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/freetext | Read document page free text annotations. |
PdfApi | GetPageHighlightAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/highlight | Read document page highlight annotations. |
PdfApi | GetPageInkAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/ink | Read document page ink annotations. |
PdfApi | GetPageLineAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/line | Read document page line annotations. |
PdfApi | GetPageLinkAnnotation | GET /pdf/{name}/pages/{pageNumber}/links/{linkId} | Read document page link annotation by ID. |
PdfApi | GetPageLinkAnnotations | GET /pdf/{name}/pages/{pageNumber}/links | Read document page link annotations. |
PdfApi | GetPageListBoxFields | GET /pdf/{name}/page/{pageNumber}/fields/listbox | Read document page listbox fields. |
PdfApi | GetPageMovieAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/movie | Read document page movie annotations. |
PdfApi | GetPagePolyLineAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/polyline | Read document page polyline annotations. |
PdfApi | GetPagePolygonAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/polygon | Read document page polygon annotations. |
PdfApi | GetPagePopupAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/popup | Read document page popup annotations. |
PdfApi | GetPageRadioButtonFields | GET /pdf/{name}/page/{pageNumber}/fields/radiobutton | Read document page radiobutton fields. |
PdfApi | GetPageRedactionAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/redaction | Read document page redaction annotations. |
PdfApi | GetPageScreenAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/screen | Read document page screen annotations. |
PdfApi | GetPageSignatureFields | GET /pdf/{name}/page/{pageNumber}/fields/signature | Read document page signature fields. |
PdfApi | GetPageSoundAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/sound | Read document page sound annotations. |
PdfApi | GetPageSquareAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/square | Read document page square annotations. |
PdfApi | GetPageSquigglyAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/squiggly | Read document page squiggly annotations. |
PdfApi | GetPageStampAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/stamp | Read document page stamp annotations. |
PdfApi | GetPageStamps | GET /pdf/{name}/pages/{pageNumber}/stamps | Read page document stamps. |
PdfApi | GetPageStrikeOutAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/strikeout | Read document page StrikeOut annotations. |
PdfApi | GetPageTables | GET /pdf/{name}/pages/{pageNumber}/tables | Read document page tables. |
PdfApi | GetPageText | GET /pdf/{name}/pages/{pageNumber}/text | Read page text items. |
PdfApi | GetPageTextAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/text | Read document page text annotations. |
PdfApi | GetPageTextBoxFields | GET /pdf/{name}/page/{pageNumber}/fields/textbox | Read document page text box fields. |
PdfApi | GetPageUnderlineAnnotations | GET /pdf/{name}/pages/{pageNumber}/annotations/underline | Read document page underline annotations. |
PdfApi | GetPages | GET /pdf/{name}/pages | Read document pages info. |
PdfApi | GetPclInStorageToPdf | GET /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetPdfAInStorageToPdf | GET /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetPdfInStorageToDoc | GET /pdf/{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content. |
PdfApi | GetPdfInStorageToEpub | GET /pdf/{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content |
PdfApi | GetPdfInStorageToHtml | GET /pdf/{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content |
PdfApi | GetPdfInStorageToMobiXml | GET /pdf/{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content. |
PdfApi | GetPdfInStorageToPdfA | GET /pdf/{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content |
PdfApi | GetPdfInStorageToPptx | GET /pdf/{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content |
PdfApi | GetPdfInStorageToSvg | GET /pdf/{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content |
PdfApi | GetPdfInStorageToTeX | GET /pdf/{name}/convert/tex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content |
PdfApi | GetPdfInStorageToTiff | GET /pdf/{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and returns resulting file in response content |
PdfApi | GetPdfInStorageToXls | GET /pdf/{name}/convert/xls | Converts PDF document (located on storage) to XLS format and returns resulting file in response content |
PdfApi | GetPdfInStorageToXlsx | GET /pdf/{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and returns resulting file in response content |
PdfApi | GetPdfInStorageToXml | GET /pdf/{name}/convert/xml | Converts PDF document (located on storage) to XML format and returns resulting file in response content |
PdfApi | GetPdfInStorageToXps | GET /pdf/{name}/convert/xps | Converts PDF document (located on storage) to XPS format and returns resulting file in response content |
PdfApi | GetPolyLineAnnotation | GET /pdf/{name}/annotations/polyline/{annotationId} | Read document page polyline annotation by ID. |
PdfApi | GetPolygonAnnotation | GET /pdf/{name}/annotations/polygon/{annotationId} | Read document page polygon annotation by ID. |
PdfApi | GetPopupAnnotation | GET /pdf/{name}/annotations/popup/{annotationId} | Read document page popup annotation by ID. |
PdfApi | GetPsInStorageToPdf | GET /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetRadioButtonField | GET /pdf/{name}/fields/radiobutton/{fieldName} | Read document RadioButton field by name. |
PdfApi | GetRedactionAnnotation | GET /pdf/{name}/annotations/redaction/{annotationId} | Read document page redaction annotation by ID. |
PdfApi | GetScreenAnnotation | GET /pdf/{name}/annotations/screen/{annotationId} | Read document page screen annotation by ID. |
PdfApi | GetScreenAnnotationData | GET /pdf/{name}/annotations/screen/{annotationId}/data | Read document page screen annotation by ID. |
PdfApi | GetSignatureField | GET /pdf/{name}/fields/signature/{fieldName} | Read document signature field by name. |
PdfApi | GetSoundAnnotation | GET /pdf/{name}/annotations/sound/{annotationId} | Read document page sound annotation by ID. |
PdfApi | GetSoundAnnotationData | GET /pdf/{name}/annotations/sound/{annotationId}/data | Read document page sound annotation by ID. |
PdfApi | GetSquareAnnotation | GET /pdf/{name}/annotations/square/{annotationId} | Read document page square annotation by ID. |
PdfApi | GetSquigglyAnnotation | GET /pdf/{name}/annotations/squiggly/{annotationId} | Read document page squiggly annotation by ID. |
PdfApi | GetStampAnnotation | GET /pdf/{name}/annotations/stamp/{annotationId} | Read document page stamp annotation by ID. |
PdfApi | GetStampAnnotationData | GET /pdf/{name}/annotations/stamp/{annotationId}/data | Read document page stamp annotation by ID. |
PdfApi | GetStrikeOutAnnotation | GET /pdf/{name}/annotations/strikeout/{annotationId} | Read document page StrikeOut annotation by ID. |
PdfApi | GetSvgInStorageToPdf | GET /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetTable | GET /pdf/{name}/tables/{tableId} | Read document page table by ID. |
PdfApi | GetTeXInStorageToPdf | GET /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetText | GET /pdf/{name}/text | Read document text. |
PdfApi | GetTextAnnotation | GET /pdf/{name}/annotations/text/{annotationId} | Read document page text annotation by ID. |
PdfApi | GetTextBoxField | GET /pdf/{name}/fields/textbox/{fieldName} | Read document text box field by name. |
PdfApi | GetUnderlineAnnotation | GET /pdf/{name}/annotations/underline/{annotationId} | Read document page underline annotation by ID. |
PdfApi | GetVerifySignature | GET /pdf/{name}/verifySignature | Verify signature document. |
PdfApi | GetWebInStorageToPdf | GET /pdf/create/web | Convert web page to PDF format and return resulting file in response. |
PdfApi | GetWordsPerPage | GET /pdf/{name}/pages/wordCount | Get number of words per document page. |
PdfApi | GetXfaPdfInStorageToAcroForm | GET /pdf/{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content |
PdfApi | GetXmlInStorageToPdf | GET /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetXpsInStorageToPdf | GET /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response. |
PdfApi | GetXslFoInStorageToPdf | GET /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response. |
PdfApi | MoveFile | PUT /pdf/storage/file/move/{srcPath} | Move file |
PdfApi | MoveFolder | PUT /pdf/storage/folder/move/{srcPath} | Move folder |
PdfApi | ObjectExists | GET /pdf/storage/exist/{path} | Check if file or folder exists |
PdfApi | PostAppendDocument | POST /pdf/{name}/appendDocument | Append document to existing one. |
PdfApi | PostBookmark | POST /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Add document bookmarks. |
PdfApi | PostChangePasswordDocumentInStorage | POST /pdf/{name}/changepassword | Change document password in storage. |
PdfApi | PostCheckBoxFields | POST /pdf/{name}/fields/checkbox | Add document checkbox fields. |
PdfApi | PostComboBoxFields | POST /pdf/{name}/fields/combobox | Add document combobox fields. |
PdfApi | PostCreateDocument | POST /pdf/{name} | Create empty document. |
PdfApi | PostCreateField | POST /pdf/{name}/fields | Create field. |
PdfApi | PostDecryptDocumentInStorage | POST /pdf/{name}/decrypt | Decrypt document in storage. |
PdfApi | PostDocumentImageFooter | POST /pdf/{name}/footer/image | Add document image footer. |
PdfApi | PostDocumentImageHeader | POST /pdf/{name}/header/image | Add document image header. |
PdfApi | PostDocumentPageNumberStamps | POST /pdf/{name}/stamps/pagenumber | Add document page number stamps. |
PdfApi | PostDocumentTextFooter | POST /pdf/{name}/footer/text | Add document text footer. |
PdfApi | PostDocumentTextHeader | POST /pdf/{name}/header/text | Add document text header. |
PdfApi | PostDocumentTextReplace | POST /pdf/{name}/text/replace | Document's replace text method. |
PdfApi | PostEncryptDocumentInStorage | POST /pdf/{name}/encrypt | Encrypt document in storage. |
PdfApi | PostFlattenDocument | POST /pdf/{name}/flatten | Flatten the document. |
PdfApi | PostImportFieldsFromFdf | POST /pdf/{name}/import/fdf | Update fields from FDF file in request. |
PdfApi | PostImportFieldsFromXfdf | POST /pdf/{name}/import/xfdf | Update fields from XFDF file in request. |
PdfApi | PostImportFieldsFromXml | POST /pdf/{name}/import/xml | Update fields from XML file in request. |
PdfApi | PostInsertImage | POST /pdf/{name}/pages/{pageNumber}/images | Insert image to document page. |
PdfApi | PostListBoxFields | POST /pdf/{name}/fields/listbox | Add document listbox fields. |
PdfApi | PostMovePage | POST /pdf/{name}/pages/{pageNumber}/movePage | Move page to new position. |
PdfApi | PostOptimizeDocument | POST /pdf/{name}/optimize | Optimize document. |
PdfApi | PostPageCaretAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/caret | Add document page caret annotations. |
PdfApi | PostPageCertify | POST /pdf/{name}/pages/{pageNumber}/certify | Certify document page. |
PdfApi | PostPageCircleAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/circle | Add document page circle annotations. |
PdfApi | PostPageFileAttachmentAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations. |
PdfApi | PostPageFreeTextAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/freetext | Add document page free text annotations. |
PdfApi | PostPageHighlightAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/highlight | Add document page highlight annotations. |
PdfApi | PostPageImageStamps | POST /pdf/{name}/pages/{pageNumber}/stamps/image | Add document page image stamps. |
PdfApi | PostPageInkAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/ink | Add document page ink annotations. |
PdfApi | PostPageLineAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/line | Add document page line annotations. |
PdfApi | PostPageLinkAnnotations | POST /pdf/{name}/pages/{pageNumber}/links | Add document page link annotations. |
PdfApi | PostPageMovieAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/movie | Add document page movie annotations. |
PdfApi | PostPagePdfPageStamps | POST /pdf/{name}/pages/{pageNumber}/stamps/pdfpage | Add document pdf page stamps. |
PdfApi | PostPagePolyLineAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/polyline | Add document page polyline annotations. |
PdfApi | PostPagePolygonAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/polygon | Add document page polygon annotations. |
PdfApi | PostPageRedactionAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/redaction | Add document page redaction annotations. |
PdfApi | PostPageScreenAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/screen | Add document page screen annotations. |
PdfApi | PostPageSoundAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/sound | Add document page sound annotations. |
PdfApi | PostPageSquareAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/square | Add document page square annotations. |
PdfApi | PostPageSquigglyAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/squiggly | Add document page squiggly annotations. |
PdfApi | PostPageStampAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/stamp | Add document page stamp annotations. |
PdfApi | PostPageStrikeOutAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/strikeout | Add document page StrikeOut annotations. |
PdfApi | PostPageTables | POST /pdf/{name}/pages/{pageNumber}/tables | Add document page tables. |
PdfApi | PostPageTextAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/text | Add document page text annotations. |
PdfApi | PostPageTextReplace | POST /pdf/{name}/pages/{pageNumber}/text/replace | Page's replace text method. |
PdfApi | PostPageTextStamps | POST /pdf/{name}/pages/{pageNumber}/stamps/text | Add document page text stamps. |
PdfApi | PostPageUnderlineAnnotations | POST /pdf/{name}/pages/{pageNumber}/annotations/underline | Add document page underline annotations. |
PdfApi | PostPopupAnnotation | POST /pdf/{name}/annotations/{annotationId}/popup | Add document popup annotations. |
PdfApi | PostRadioButtonFields | POST /pdf/{name}/fields/radiobutton | Add document RadioButton fields. |
PdfApi | PostSignDocument | POST /pdf/{name}/sign | Sign document. |
PdfApi | PostSignPage | POST /pdf/{name}/pages/{pageNumber}/sign | Sign page. |
PdfApi | PostSignatureField | POST /pdf/{name}/fields/signature | Add document signature field. |
PdfApi | PostSplitDocument | POST /pdf/{name}/split | Split document to parts. |
PdfApi | PostSplitRangePdfDocument | POST /pdf/{name}/splitrangepdf | Split document into ranges. |
PdfApi | PostTextBoxFields | POST /pdf/{name}/fields/textbox | Add document text box fields. |
PdfApi | PutAddNewPage | PUT /pdf/{name}/pages | Add new page to end of the document. |
PdfApi | PutAddText | PUT /pdf/{name}/pages/{pageNumber}/text | Add text to PDF document page. |
PdfApi | PutAnnotationsFlatten | PUT /pdf/{name}/annotations/flatten | Flattens the annotations of the specified types |
PdfApi | PutBookmark | PUT /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Update document bookmark. |
PdfApi | PutCaretAnnotation | PUT /pdf/{name}/annotations/caret/{annotationId} | Replace document caret annotation |
PdfApi | PutChangePasswordDocument | PUT /pdf/changepassword | Change document password from content. |
PdfApi | PutCheckBoxField | PUT /pdf/{name}/fields/checkbox/{fieldName} | Replace document checkbox field |
PdfApi | PutCircleAnnotation | PUT /pdf/{name}/annotations/circle/{annotationId} | Replace document circle annotation |
PdfApi | PutComboBoxField | PUT /pdf/{name}/fields/combobox/{fieldName} | Replace document combobox field |
PdfApi | PutCreateDocument | PUT /pdf/{name} | Create empty document. |
PdfApi | PutDecryptDocument | PUT /pdf/decrypt | Decrypt document from content. |
PdfApi | PutDocumentDisplayProperties | PUT /pdf/{name}/displayproperties | Update document display properties. |
PdfApi | PutEncryptDocument | PUT /pdf/encrypt | Encrypt document from content. |
PdfApi | PutEpubInStorageToPdf | PUT /pdf/{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutExportFieldsFromPdfToFdfInStorage | PUT /pdf/{name}/export/fdf | Export fields from from PDF in storage to FDF file in storage. |
PdfApi | PutExportFieldsFromPdfToXfdfInStorage | PUT /pdf/{name}/export/xfdf | Export fields from from PDF in storage to XFDF file in storage. |
PdfApi | PutExportFieldsFromPdfToXmlInStorage | PUT /pdf/{name}/export/xml | Export fields from from PDF in storage to XML file in storage. |
PdfApi | PutFieldsFlatten | PUT /pdf/{name}/fields/flatten | Flatten form fields in document. |
PdfApi | PutFileAttachmentAnnotation | PUT /pdf/{name}/annotations/fileattachment/{annotationId} | Replace document FileAttachment annotation |
PdfApi | PutFileAttachmentAnnotationDataExtract | PUT /pdf/{name}/annotations/fileattachment/{annotationId}/data/extract | Extract document FileAttachment annotation content to storage |
PdfApi | PutFreeTextAnnotation | PUT /pdf/{name}/annotations/freetext/{annotationId} | Replace document free text annotation |
PdfApi | PutHighlightAnnotation | PUT /pdf/{name}/annotations/highlight/{annotationId} | Replace document highlight annotation |
PdfApi | PutHtmlInStorageToPdf | PUT /pdf/{name}/create/html | Convert HTML file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutImageExtractAsGif | PUT /pdf/{name}/images/{imageId}/extract/gif | Extract document image in GIF format to folder |
PdfApi | PutImageExtractAsJpeg | PUT /pdf/{name}/images/{imageId}/extract/jpeg | Extract document image in JPEG format to folder |
PdfApi | PutImageExtractAsPng | PUT /pdf/{name}/images/{imageId}/extract/png | Extract document image in PNG format to folder |
PdfApi | PutImageExtractAsTiff | PUT /pdf/{name}/images/{imageId}/extract/tiff | Extract document image in TIFF format to folder |
PdfApi | PutImageInStorageToPdf | PUT /pdf/{name}/create/images | Convert image file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutImagesExtractAsGif | PUT /pdf/{name}/pages/{pageNumber}/images/extract/gif | Extract document images in GIF format to folder. |
PdfApi | PutImagesExtractAsJpeg | PUT /pdf/{name}/pages/{pageNumber}/images/extract/jpeg | Extract document images in JPEG format to folder. |
PdfApi | PutImagesExtractAsPng | PUT /pdf/{name}/pages/{pageNumber}/images/extract/png | Extract document images in PNG format to folder. |
PdfApi | PutImagesExtractAsTiff | PUT /pdf/{name}/pages/{pageNumber}/images/extract/tiff | Extract document images in TIFF format to folder. |
PdfApi | PutImportFieldsFromFdfInStorage | PUT /pdf/{name}/import/fdf | Update fields from FDF file in storage. |
PdfApi | PutImportFieldsFromXfdfInStorage | PUT /pdf/{name}/import/xfdf | Update fields from XFDF file in storage. |
PdfApi | PutImportFieldsFromXmlInStorage | PUT /pdf/{name}/import/xml | Update fields from XML file in storage. |
PdfApi | PutInkAnnotation | PUT /pdf/{name}/annotations/ink/{annotationId} | Replace document ink annotation |
PdfApi | PutLineAnnotation | PUT /pdf/{name}/annotations/line/{annotationId} | Replace document line annotation |
PdfApi | PutLinkAnnotation | PUT /pdf/{name}/links/{linkId} | Replace document page link annotations |
PdfApi | PutListBoxField | PUT /pdf/{name}/fields/listbox/{fieldName} | Replace document listbox field |
PdfApi | PutMarkdownInStorageToPdf | PUT /pdf/{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutMergeDocuments | PUT /pdf/{name}/merge | Merge a list of documents. |
PdfApi | PutMhtInStorageToPdf | PUT /pdf/{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutMovieAnnotation | PUT /pdf/{name}/annotations/movie/{annotationId} | Replace document movie annotation |
PdfApi | PutPageAddStamp | PUT /pdf/{name}/pages/{pageNumber}/stamp | Add page stamp. |
PdfApi | PutPageConvertToBmp | PUT /pdf/{name}/pages/{pageNumber}/convert/bmp | Convert document page to bmp image and upload resulting file to storage. |
PdfApi | PutPageConvertToEmf | PUT /pdf/{name}/pages/{pageNumber}/convert/emf | Convert document page to emf image and upload resulting file to storage. |
PdfApi | PutPageConvertToGif | PUT /pdf/{name}/pages/{pageNumber}/convert/gif | Convert document page to gif image and upload resulting file to storage. |
PdfApi | PutPageConvertToJpeg | PUT /pdf/{name}/pages/{pageNumber}/convert/jpeg | Convert document page to Jpeg image and upload resulting file to storage. |
PdfApi | PutPageConvertToPng | PUT /pdf/{name}/pages/{pageNumber}/convert/png | Convert document page to png image and upload resulting file to storage. |
PdfApi | PutPageConvertToTiff | PUT /pdf/{name}/pages/{pageNumber}/convert/tiff | Convert document page to Tiff image and upload resulting file to storage. |
PdfApi | PutPclInStorageToPdf | PUT /pdf/{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutPdfAInStorageToPdf | PUT /pdf/{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutPdfInRequestToDoc | PUT /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToEpub | PUT /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToHtml | PUT /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToMobiXml | PUT /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage. |
PdfApi | PutPdfInRequestToPdfA | PUT /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToPptx | PUT /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToSvg | PUT /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToTeX | PUT /pdf/convert/tex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToTiff | PUT /pdf/convert/tiff | Converts PDF document (in request content) to TIFF format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToXls | PUT /pdf/convert/xls | Converts PDF document (in request content) to XLS format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToXlsx | PUT /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToXml | PUT /pdf/convert/xml | Converts PDF document (in request content) to XML format and uploads resulting file to storage. |
PdfApi | PutPdfInRequestToXps | PUT /pdf/convert/xps | Converts PDF document (in request content) to XPS format and uploads resulting file to storage. |
PdfApi | PutPdfInStorageToDoc | PUT /pdf/{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage. |
PdfApi | PutPdfInStorageToEpub | PUT /pdf/{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToHtml | PUT /pdf/{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToMobiXml | PUT /pdf/{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage |
PdfApi | PutPdfInStorageToPdfA | PUT /pdf/{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToPptx | PUT /pdf/{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToSvg | PUT /pdf/{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToTeX | PUT /pdf/{name}/convert/tex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToTiff | PUT /pdf/{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToXls | PUT /pdf/{name}/convert/xls | Converts PDF document (located on storage) to XLS format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToXlsx | PUT /pdf/{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToXml | PUT /pdf/{name}/convert/xml | Converts PDF document (located on storage) to XML format and uploads resulting file to storage |
PdfApi | PutPdfInStorageToXps | PUT /pdf/{name}/convert/xps | Converts PDF document (located on storage) to XPS format and uploads resulting file to storage |
PdfApi | PutPolyLineAnnotation | PUT /pdf/{name}/annotations/polyline/{annotationId} | Replace document polyline annotation |
PdfApi | PutPolygonAnnotation | PUT /pdf/{name}/annotations/polygon/{annotationId} | Replace document polygon annotation |
PdfApi | PutPopupAnnotation | PUT /pdf/{name}/annotations/popup/{annotationId} | Replace document popup annotation |
PdfApi | PutPrivileges | PUT /pdf/{name}/privileges | Update privilege document. |
PdfApi | PutPsInStorageToPdf | PUT /pdf/{name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutRadioButtonField | PUT /pdf/{name}/fields/radiobutton/{fieldName} | Replace document RadioButton field |
PdfApi | PutRedactionAnnotation | PUT /pdf/{name}/annotations/redaction/{annotationId} | Replace document redaction annotation |
PdfApi | PutReplaceImage | PUT /pdf/{name}/images/{imageId} | Replace document image. |
PdfApi | PutScreenAnnotation | PUT /pdf/{name}/annotations/screen/{annotationId} | Replace document screen annotation |
PdfApi | PutScreenAnnotationDataExtract | PUT /pdf/{name}/annotations/screen/{annotationId}/data/extract | Extract document screen annotation content to storage |
PdfApi | PutSearchableDocument | PUT /pdf/{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document. |
PdfApi | PutSetProperty | PUT /pdf/{name}/documentproperties/{propertyName} | Add/update document property. |
PdfApi | PutSignatureField | PUT /pdf/{name}/fields/signature/{fieldName} | Replace document signature field. |
PdfApi | PutSoundAnnotation | PUT /pdf/{name}/annotations/sound/{annotationId} | Replace document sound annotation |
PdfApi | PutSoundAnnotationDataExtract | PUT /pdf/{name}/annotations/sound/{annotationId}/data/extract | Extract document sound annotation content to storage |
PdfApi | PutSquareAnnotation | PUT /pdf/{name}/annotations/square/{annotationId} | Replace document square annotation |
PdfApi | PutSquigglyAnnotation | PUT /pdf/{name}/annotations/squiggly/{annotationId} | Replace document squiggly annotation |
PdfApi | PutStampAnnotation | PUT /pdf/{name}/annotations/stamp/{annotationId} | Replace document stamp annotation |
PdfApi | PutStampAnnotationDataExtract | PUT /pdf/{name}/annotations/stamp/{annotationId}/data/extract | Extract document stamp annotation content to storage |
PdfApi | PutStrikeOutAnnotation | PUT /pdf/{name}/annotations/strikeout/{annotationId} | Replace document StrikeOut annotation |
PdfApi | PutSvgInStorageToPdf | PUT /pdf/{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutTable | PUT /pdf/{name}/tables/{tableId} | Replace document page table. |
PdfApi | PutTeXInStorageToPdf | PUT /pdf/{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutTextAnnotation | PUT /pdf/{name}/annotations/text/{annotationId} | Replace document text annotation |
PdfApi | PutTextBoxField | PUT /pdf/{name}/fields/textbox/{fieldName} | Replace document text box field |
PdfApi | PutUnderlineAnnotation | PUT /pdf/{name}/annotations/underline/{annotationId} | Replace document underline annotation |
PdfApi | PutUpdateField | PUT /pdf/{name}/fields/{fieldName} | Update field. |
PdfApi | PutUpdateFields | PUT /pdf/{name}/fields | Update fields. |
PdfApi | PutWebInStorageToPdf | PUT /pdf/{name}/create/web | Convert web page to PDF format and upload resulting file to storage. |
PdfApi | PutXfaPdfInRequestToAcroForm | PUT /pdf/convert/xfatoacroform | Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage. |
PdfApi | PutXfaPdfInStorageToAcroForm | PUT /pdf/{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage |
PdfApi | PutXmlInStorageToPdf | PUT /pdf/{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutXpsInStorageToPdf | PUT /pdf/{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | PutXslFoInStorageToPdf | PUT /pdf/{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage. |
PdfApi | StorageExists | GET /pdf/storage/{storageName}/exist | Check if storage exists |
PdfApi | UploadFile | PUT /pdf/storage/file/{path} | Upload file |
<a name="documentation-for-models"></a>
Documentation for Models
- Model.AnnotationFlags
- Model.AnnotationState
- Model.AnnotationType
- Model.AntialiasingProcessingType
- Model.AsposeResponse
- Model.Border
- Model.BorderCornerStyle
- Model.BorderEffect
- Model.BorderInfo
- Model.BorderStyle
- Model.BoxStyle
- Model.CapStyle
- Model.CaptionPosition
- Model.CaretSymbol
- Model.Cell
- Model.CellRecognized
- Model.Color
- Model.ColorDepth
- Model.ColumnAdjustment
- Model.CompressionType
- Model.CryptoAlgorithm
- Model.Dash
- Model.DefaultPageConfig
- Model.Direction
- Model.DiscUsage
- Model.DocFormat
- Model.DocMDPAccessPermissionType
- Model.DocRecognitionMode
- Model.DocumentConfig
- Model.DocumentPrivilege
- Model.EpubRecognitionMode
- Model.Error
- Model.ErrorDetails
- Model.FieldType
- Model.FileIcon
- Model.FileVersions
- Model.FilesList
- Model.FilesUploadResult
- Model.FontEncodingRules
- Model.FontSavingModes
- Model.FontStyles
- Model.FreeTextIntent
- Model.GraphInfo
- Model.HorizontalAlignment
- Model.HtmlDocumentType
- Model.HtmlMarkupGenerationModes
- Model.ImageCompressionVersion
- Model.ImageEncoding
- Model.ImageFragment
- Model.ImageSrcType
- Model.ImageTemplate
- Model.ImageTemplatesRequest
- Model.Justification
- Model.LettersPositioningMethods
- Model.LineEnding
- Model.LineIntent
- Model.LineSpacing
- Model.Link
- Model.LinkActionType
- Model.LinkElement
- Model.LinkHighlightingMode
- Model.MarginInfo
- Model.MergeDocuments
- Model.ObjectExist
- Model.OptimizeOptions
- Model.Option
- Model.OutputFormat
- Model.PageLayout
- Model.PageMode
- Model.PageRange
- Model.PageWordCount
- Model.Paragraph
- Model.PartsEmbeddingModes
- Model.PdfAType
- Model.PermissionsFlags
- Model.Point
- Model.PolyIntent
- Model.Position
- Model.RasterImagesSavingModes
- Model.Rectangle
- Model.Rotation
- Model.Row
- Model.RowRecognized
- Model.Segment
- Model.ShapeType
- Model.Signature
- Model.SignatureCustomAppearance
- Model.SignatureType
- Model.SoundEncoding
- Model.SoundIcon
- Model.SplitRangePdfOptions
- Model.SplitResult
- Model.Stamp
- Model.StampIcon
- Model.StampType
- Model.StorageExist
- Model.StorageFile
- Model.TableBroken
- Model.TextHorizontalAlignment
- Model.TextIcon
- Model.TextLine
- Model.TextRect
- Model.TextRects
- Model.TextReplace
- Model.TextReplaceListRequest
- Model.TextState
- Model.TextStyle
- Model.TimestampSettings
- Model.VerticalAlignment
- Model.WordCount
- Model.WrapMode
- Model.Annotation
- Model.AnnotationsInfo
- Model.AnnotationsInfoResponse
- Model.Attachment
- Model.AttachmentResponse
- Model.Attachments
- Model.AttachmentsResponse
- Model.Bookmark
- Model.BookmarkResponse
- Model.Bookmarks
- Model.BookmarksResponse
- Model.CaretAnnotationResponse
- Model.CaretAnnotations
- Model.CaretAnnotationsResponse
- Model.CheckBoxFieldResponse
- Model.CheckBoxFields
- Model.CheckBoxFieldsResponse
- Model.CircleAnnotationResponse
- Model.CircleAnnotations
- Model.CircleAnnotationsResponse
- Model.ComboBoxFieldResponse
- Model.ComboBoxFields
- Model.ComboBoxFieldsResponse
- Model.DisplayProperties
- Model.DisplayPropertiesResponse
- Model.Document
- Model.DocumentPageResponse
- Model.DocumentPagesResponse
- Model.DocumentProperties
- Model.DocumentPropertiesResponse
- Model.DocumentProperty
- Model.DocumentPropertyResponse
- Model.DocumentResponse
- Model.Field
- Model.FieldResponse
- Model.Fields
- Model.FieldsResponse
- Model.FileAttachmentAnnotationResponse
- Model.FileAttachmentAnnotations
- Model.FileAttachmentAnnotationsResponse
- Model.FileVersion
- Model.FormField
- Model.FreeTextAnnotationResponse
- Model.FreeTextAnnotations
- Model.FreeTextAnnotationsResponse
- Model.HighlightAnnotationResponse
- Model.HighlightAnnotations
- Model.HighlightAnnotationsResponse
- Model.Image
- Model.ImageResponse
- Model.Images
- Model.ImagesResponse
- Model.InkAnnotationResponse
- Model.InkAnnotations
- Model.InkAnnotationsResponse
- Model.LineAnnotationResponse
- Model.LineAnnotations
- Model.LineAnnotationsResponse
- Model.LinkAnnotation
- Model.LinkAnnotationResponse
- Model.LinkAnnotations
- Model.LinkAnnotationsResponse
- Model.ListBoxFieldResponse
- Model.ListBoxFields
- Model.ListBoxFieldsResponse
- Model.MovieAnnotationResponse
- Model.MovieAnnotations
- Model.MovieAnnotationsResponse
- Model.Page
- Model.Pages
- Model.PolyLineAnnotationResponse
- Model.PolyLineAnnotations
- Model.PolyLineAnnotationsResponse
- Model.PolygonAnnotationResponse
- Model.PolygonAnnotations
- Model.PolygonAnnotationsResponse
- Model.PopupAnnotationResponse
- Model.PopupAnnotations
- Model.PopupAnnotationsResponse
- Model.RadioButtonFieldResponse
- Model.RadioButtonFields
- Model.RadioButtonFieldsResponse
- Model.RedactionAnnotationResponse
- Model.RedactionAnnotations
- Model.RedactionAnnotationsResponse
- Model.ScreenAnnotationResponse
- Model.ScreenAnnotations
- Model.ScreenAnnotationsResponse
- Model.SignatureFieldResponse
- Model.SignatureFields
- Model.SignatureFieldsResponse
- Model.SignatureVerifyResponse
- Model.SoundAnnotationResponse
- Model.SoundAnnotations
- Model.SoundAnnotationsResponse
- Model.SplitResultDocument
- Model.SplitResultResponse
- Model.SquareAnnotationResponse
- Model.SquareAnnotations
- Model.SquareAnnotationsResponse
- Model.SquigglyAnnotationResponse
- Model.SquigglyAnnotations
- Model.SquigglyAnnotationsResponse
- Model.StampAnnotationResponse
- Model.StampAnnotations
- Model.StampAnnotationsResponse
- Model.StampBase
- Model.StampInfo
- Model.StampsInfo
- Model.StampsInfoResponse
- Model.StrikeOutAnnotationResponse
- Model.StrikeOutAnnotations
- Model.StrikeOutAnnotationsResponse
- Model.Table
- Model.TableRecognized
- Model.TableRecognizedResponse
- Model.TablesRecognized
- Model.TablesRecognizedResponse
- Model.TextAnnotationResponse
- Model.TextAnnotations
- Model.TextAnnotationsResponse
- Model.TextBoxFieldResponse
- Model.TextBoxFields
- Model.TextBoxFieldsResponse
- Model.TextRectsResponse
- Model.TextReplaceResponse
- Model.UnderlineAnnotationResponse
- Model.UnderlineAnnotations
- Model.UnderlineAnnotationsResponse
- Model.WordCountResponse
- Model.AnnotationInfo
- Model.CheckBoxField
- Model.ChoiceField
- Model.ImageFooter
- Model.ImageHeader
- Model.ImageStamp
- Model.MarkupAnnotation
- Model.MovieAnnotation
- Model.PageNumberStamp
- Model.PdfPageStamp
- Model.PopupAnnotation
- Model.RadioButtonOptionField
- Model.RedactionAnnotation
- Model.ScreenAnnotation
- Model.SignatureField
- Model.TextBoxField
- Model.TextFooter
- Model.TextHeader
- Model.TextStamp
- Model.CaretAnnotation
- Model.ComboBoxField
- Model.CommonFigureAnnotation
- Model.FileAttachmentAnnotation
- Model.FreeTextAnnotation
- Model.HighlightAnnotation
- Model.InkAnnotation
- Model.LineAnnotation
- Model.ListBoxField
- Model.PolyAnnotation
- Model.PopupAnnotationWithParent
- Model.RadioButtonField
- Model.SoundAnnotation
- Model.SquigglyAnnotation
- Model.StampAnnotation
- Model.StrikeOutAnnotation
- Model.TextAnnotation
- Model.UnderlineAnnotation
- Model.CircleAnnotation
- Model.PolyLineAnnotation
- Model.PolygonAnnotation
- Model.SquareAnnotation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- NewtonSoft.Json (>= 12.0.3)
- RestSharp (>= 106.12.0)
-
.NETStandard 2.0
- NewtonSoft.Json (>= 12.0.3)
- RestSharp (>= 106.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.11.0 | 2 | 11/22/2024 |
24.10.0 | 253 | 10/16/2024 |
24.9.0 | 199 | 9/20/2024 |
24.8.0 | 212 | 8/23/2024 |
24.7.0 | 224 | 7/23/2024 |
24.6.0 | 208 | 6/25/2024 |
24.5.0 | 713 | 5/16/2024 |
24.4.1 | 148 | 5/3/2024 |
24.4.0 | 132 | 4/17/2024 |
24.3.0 | 152 | 3/20/2024 |
24.2.0 | 171 | 2/20/2024 |
24.1.0 | 1,505 | 1/23/2024 |
23.12.0 | 248 | 12/19/2023 |
23.11.0 | 3,046 | 11/21/2023 |
23.10.0 | 587 | 10/23/2023 |
23.9.0 | 199 | 9/18/2023 |
23.8.0 | 223 | 8/22/2023 |
23.7.0 | 740 | 7/18/2023 |
23.6.0 | 195 | 6/27/2023 |
23.5.0 | 332 | 5/22/2023 |
23.4.0 | 638 | 4/24/2023 |
23.3.0 | 685 | 3/20/2023 |
23.2.0 | 339 | 2/21/2023 |
23.1.0 | 445 | 1/25/2023 |
22.12.0 | 382 | 12/22/2022 |
22.11.0 | 370 | 11/24/2022 |
22.10.0 | 681 | 10/25/2022 |
22.9.0 | 944 | 9/14/2022 |
22.8.0 | 1,616 | 8/19/2022 |
22.7.0 | 620 | 7/19/2022 |
22.5.0 | 2,288 | 5/24/2022 |
22.4.0 | 551 | 4/26/2022 |
22.3.0 | 541 | 3/18/2022 |
22.2.0 | 512 | 2/22/2022 |
22.1.0 | 486 | 1/27/2022 |
21.12.0 | 372 | 12/28/2021 |
21.11.0 | 439 | 11/30/2021 |
21.10.0 | 451 | 11/3/2021 |
21.9.1 | 499 | 10/4/2021 |
21.9.0 | 413 | 10/1/2021 |
20.12.0 | 8,984 | 12/16/2020 |
20.9.0 | 667 | 9/17/2020 |
20.8.0 | 572 | 8/28/2020 |
20.7.0 | 1,385 | 7/29/2020 |
20.6.1 | 799 | 6/24/2020 |
20.5.0 | 639 | 5/27/2020 |
20.4.0 | 664 | 4/14/2020 |
20.2.0 | 643 | 2/18/2020 |
20.1.0 | 761 | 1/29/2020 |
19.12.0 | 691 | 1/16/2020 |
19.11.1 | 699 | 12/6/2019 |
19.11.0 | 7,592 | 11/26/2019 |
19.10.0 | 692 | 11/7/2019 |
19.9.0 | 855 | 9/30/2019 |
19.8.0 | 656 | 9/5/2019 |
19.7.0 | 734 | 8/13/2019 |
19.6.0 | 1,024 | 7/12/2019 |
19.5.0 | 1,102 | 5/28/2019 |
19.4.0 | 711 | 5/8/2019 |
19.3.0 | 756 | 4/5/2019 |
19.2.0 | 782 | 3/6/2019 |
19.1.0 | 824 | 2/11/2019 |
18.11.0 | 870 | 12/13/2018 |
18.10.0 | 875 | 11/14/2018 |
18.9.0 | 978 | 10/9/2018 |
18.8.0 | 928 | 9/12/2018 |
18.7.0 | 1,064 | 8/4/2018 |
18.6.0 | 1,078 | 7/5/2018 |
18.5.0 | 1,034 | 6/13/2018 |
18.4.0 | 1,160 | 5/14/2018 |
18.3.2 | 1,075 | 4/25/2018 |
18.3.0 | 4,091 | 4/6/2018 |
18.2.0 | 1,037 | 2/28/2018 |
1.0.9 | 2,582 | 9/27/2017 |
1.0.8 | 1,037 | 9/27/2017 |
1.0.7 | 1,067 | 8/14/2017 |
1.0.6 | 1,525 | 1/6/2017 |
1.0.5 | 1,710 | 11/2/2016 |
1.0.4 | 1,143 | 10/20/2016 |
1.0.3 | 1,437 | 1/27/2016 |
1.0.2 | 1,690 | 1/18/2016 |
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.