Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asposepdfcloud

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposepdfcloud

Aspose.PDF Cloud SDK

  • 19.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.3K
decreased by-31.49%
Maintainers
1
Weekly downloads
 
Created
Source

Aspose.PDF 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.

Installation

NPM

From the command line:

$ npm install asposepdfcloud --save

Usage

APIs of this SDK can be called as follows:


const { PdfApi } = require("asposepdfcloud");

let pdfApi = new PdfApi(AppSid, AppKey);

let pageNumber = 1;
let pdfDocName = "example.pdf";
let remoteFolder = "folderName"; 

pdfApi.getPageAnnotations(pdfDocName, pageNumber, null, remoteFolder)
.then((result) => {
console.log(result.response);
console.log(result.body);
});

Unit Tests

Aspose PDF 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 SDK.

Licensing

All Aspose.PDF Cloud SDKs are licensed under MIT License.

Resources

Documentation for API Endpoints

All URIs are relative to https://api.aspose.cloud/v2.0/

ClassMethodHTTP requestDescription
PdfApideleteAnnotationDELETE /pdf/{name}/annotations/{annotationId}Delete document annotation by ID
PdfApideleteDocumentAnnotationsDELETE /pdf/{name}/annotationsDelete all annotations from the document
PdfApideleteDocumentLinkAnnotationsDELETE /pdf/{name}/linksDelete all link annotations from the document
PdfApideleteDocumentStampsDELETE /pdf/{name}/stampsDelete all stamps from the document
PdfApideleteDocumentTablesDELETE /pdf/{name}/tablesDelete all tables from the document
PdfApideleteFieldDELETE /pdf/{name}/fields/{fieldName}Delete document field by name.
PdfApideleteFileDELETE /storage/fileRemove a specific file
PdfApideleteFolderDELETE /storage/folderRemove a specific folder
PdfApideleteImageDELETE /pdf/{name}/images/{imageId}Delete image from document page.
PdfApideleteLinkAnnotationDELETE /pdf/{name}/links/{linkId}Delete document page link annotation by ID
PdfApideletePageDELETE /pdf/{name}/pages/{pageNumber}Delete document page by its number.
PdfApideletePageAnnotationsDELETE /pdf/{name}/pages/{pageNumber}/annotationsDelete all annotations from the page
PdfApideletePageLinkAnnotationsDELETE /pdf/{name}/pages/{pageNumber}/linksDelete all link annotations from the page
PdfApideletePageStampsDELETE /pdf/{name}/pages/{pageNumber}/stampsDelete all stamps from the page
PdfApideletePageTablesDELETE /pdf/{name}/pages/{pageNumber}/tablesDelete all tables from the page
PdfApideletePropertiesDELETE /pdf/{name}/documentpropertiesDelete custom document properties.
PdfApideletePropertyDELETE /pdf/{name}/documentproperties/{propertyName}Delete document property.
PdfApideleteStampDELETE /pdf/{name}/stamps/{stampId}Delete document stamp by ID
PdfApideleteTableDELETE /pdf/{name}/tables/{tableId}Delete document table by ID
PdfApigetCaretAnnotationGET /pdf/{name}/annotations/caret/{annotationId}Read document page caret annotation by ID.
PdfApigetCircleAnnotationGET /pdf/{name}/annotations/circle/{annotationId}Read document page circle annotation by ID.
PdfApigetDiscUsageGET /storage/discCheck the disk usage of the current account
PdfApigetDocumentGET /pdf/{name}Read common document info.
PdfApigetDocumentAnnotationsGET /pdf/{name}/annotationsRead documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
PdfApigetDocumentAttachmentByIndexGET /pdf/{name}/attachments/{attachmentIndex}Read document attachment info by its index.
PdfApigetDocumentAttachmentsGET /pdf/{name}/attachmentsRead document attachments info.
PdfApigetDocumentBookmarksGET /pdf/{name}/bookmarksRead document bookmark/bookmarks (including children).
PdfApigetDocumentCaretAnnotationsGET /pdf/{name}/annotations/caretRead document caret annotations.
PdfApigetDocumentCircleAnnotationsGET /pdf/{name}/annotations/circleRead document circle annotations.
PdfApigetDocumentFileAttachmentAnnotationsGET /pdf/{name}/annotations/fileattachmentRead document FileAttachment annotations.
PdfApigetDocumentFreeTextAnnotationsGET /pdf/{name}/annotations/freetextRead document free text annotations.
PdfApigetDocumentHighlightAnnotationsGET /pdf/{name}/annotations/highlightRead document highlight annotations.
PdfApigetDocumentInkAnnotationsGET /pdf/{name}/annotations/inkRead document ink annotations.
PdfApigetDocumentLineAnnotationsGET /pdf/{name}/annotations/lineRead document line annotations.
PdfApigetDocumentMovieAnnotationsGET /pdf/{name}/annotations/movieRead document movie annotations.
PdfApigetDocumentPolygonAnnotationsGET /pdf/{name}/annotations/polygonRead document polygon annotations.
PdfApigetDocumentPolyLineAnnotationsGET /pdf/{name}/annotations/polylineRead document polyline annotations.
PdfApigetDocumentPopupAnnotationsGET /pdf/{name}/annotations/popupRead document popup annotations.
PdfApigetDocumentPopupAnnotationsByParentGET /pdf/{name}/annotations/{annotationId}/popupRead document popup annotations by parent id.
PdfApigetDocumentPropertiesGET /pdf/{name}/documentpropertiesRead document properties.
PdfApigetDocumentPropertyGET /pdf/{name}/documentproperties/{propertyName}Read document property by name.
PdfApigetDocumentRedactionAnnotationsGET /pdf/{name}/annotations/redactionRead document redaction annotations.
PdfApigetDocumentScreenAnnotationsGET /pdf/{name}/annotations/screenRead document screen annotations.
PdfApigetDocumentSoundAnnotationsGET /pdf/{name}/annotations/soundRead document sound annotations.
PdfApigetDocumentSquareAnnotationsGET /pdf/{name}/annotations/squareRead document square annotations.
PdfApigetDocumentSquigglyAnnotationsGET /pdf/{name}/annotations/squigglyRead document squiggly annotations.
PdfApigetDocumentStampAnnotationsGET /pdf/{name}/annotations/stampRead document stamp annotations.
PdfApigetDocumentStampsGET /pdf/{name}/stampsRead document stamps.
PdfApigetDocumentStrikeOutAnnotationsGET /pdf/{name}/annotations/strikeoutRead document StrikeOut annotations.
PdfApigetDocumentTablesGET /pdf/{name}/tablesRead document tables.
PdfApigetDocumentTextAnnotationsGET /pdf/{name}/annotations/textRead document text annotations.
PdfApigetDocumentUnderlineAnnotationsGET /pdf/{name}/annotations/underlineRead document underline annotations.
PdfApigetDownloadGET /storage/fileDownload a specific file
PdfApigetDownloadDocumentAttachmentByIndexGET /pdf/{name}/attachments/{attachmentIndex}/downloadDownload document attachment content by its index.
PdfApigetEpubInStorageToPdfGET /pdf/create/epubConvert EPUB file (located on storage) to PDF format and return resulting file in response.
PdfApigetFieldGET /pdf/{name}/fields/{fieldName}Get document field by name.
PdfApigetFieldsGET /pdf/{name}/fieldsGet document fields.
PdfApigetFileAttachmentAnnotationGET /pdf/{name}/annotations/fileattachment/{annotationId}Read document page FileAttachment annotation by ID.
PdfApigetFileAttachmentAnnotationDataGET /pdf/{name}/annotations/fileattachment/{annotationId}/dataRead document page FileAttachment annotation by ID.
PdfApigetFreeTextAnnotationGET /pdf/{name}/annotations/freetext/{annotationId}Read document page free text annotation by ID.
PdfApigetHighlightAnnotationGET /pdf/{name}/annotations/highlight/{annotationId}Read document page highlight annotation by ID.
PdfApigetHtmlInStorageToPdfGET /pdf/create/htmlConvert HTML file (located on storage) to PDF format and return resulting file in response.
PdfApigetImageGET /pdf/{name}/images/{imageId}Read document image by ID.
PdfApigetImageExtractAsGifGET /pdf/{name}/images/{imageId}/extract/gifExtract document image in GIF format
PdfApigetImageExtractAsJpegGET /pdf/{name}/images/{imageId}/extract/jpegExtract document image in JPEG format
PdfApigetImageExtractAsPngGET /pdf/{name}/images/{imageId}/extract/pngExtract document image in PNG format
PdfApigetImageExtractAsTiffGET /pdf/{name}/images/{imageId}/extract/tiffExtract document image in TIFF format
PdfApigetImagesGET /pdf/{name}/pages/{pageNumber}/imagesRead document images.
PdfApigetInkAnnotationGET /pdf/{name}/annotations/ink/{annotationId}Read document page ink annotation by ID.
PdfApigetIsExistGET /storage/existCheck if a specific file or folder exists
PdfApigetIsStorageExistGET /storage/{name}/existCheck if storage exists
PdfApigetLaTeXInStorageToPdfGET /pdf/create/latexConvert LaTeX file (located on storage) to PDF format and return resulting file in response.
PdfApigetLineAnnotationGET /pdf/{name}/annotations/line/{annotationId}Read document page line annotation by ID.
PdfApigetLinkAnnotationGET /pdf/{name}/links/{linkId}Read document link annotation by ID.
PdfApigetListFilesGET /storage/folderGet the file listing of a specific folder
PdfApigetListFileVersionsGET /storage/versionGet the file's versions list
PdfApigetMhtInStorageToPdfGET /pdf/create/mhtConvert MHT file (located on storage) to PDF format and return resulting file in response.
PdfApigetMovieAnnotationGET /pdf/{name}/annotations/movie/{annotationId}Read document page movie annotation by ID.
PdfApigetPageGET /pdf/{name}/pages/{pageNumber}Read document page info.
PdfApigetPageAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotationsRead document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
PdfApigetPageCaretAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/caretRead document page caret annotations.
PdfApigetPageCircleAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/circleRead document page circle annotations.
PdfApigetPageConvertToBmpGET /pdf/{name}/pages/{pageNumber}/convert/bmpConvert document page to Bmp image and return resulting file in response.
PdfApigetPageConvertToEmfGET /pdf/{name}/pages/{pageNumber}/convert/emfConvert document page to Emf image and return resulting file in response.
PdfApigetPageConvertToGifGET /pdf/{name}/pages/{pageNumber}/convert/gifConvert document page to Gif image and return resulting file in response.
PdfApigetPageConvertToJpegGET /pdf/{name}/pages/{pageNumber}/convert/jpegConvert document page to Jpeg image and return resulting file in response.
PdfApigetPageConvertToPngGET /pdf/{name}/pages/{pageNumber}/convert/pngConvert document page to Png image and return resulting file in response.
PdfApigetPageConvertToTiffGET /pdf/{name}/pages/{pageNumber}/convert/tiffConvert document page to Tiff image and return resulting file in response.
PdfApigetPageFileAttachmentAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/fileattachmentRead document page FileAttachment annotations.
PdfApigetPageFreeTextAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/freetextRead document page free text annotations.
PdfApigetPageHighlightAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/highlightRead document page highlight annotations.
PdfApigetPageInkAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/inkRead document page ink annotations.
PdfApigetPageLineAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/lineRead document page line annotations.
PdfApigetPageLinkAnnotationGET /pdf/{name}/pages/{pageNumber}/links/{linkId}Read document page link annotation by ID.
PdfApigetPageLinkAnnotationsGET /pdf/{name}/pages/{pageNumber}/linksRead document page link annotations.
PdfApigetPageMovieAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/movieRead document page movie annotations.
PdfApigetPagePolygonAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/polygonRead document page polygon annotations.
PdfApigetPagePolyLineAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/polylineRead document page polyline annotations.
PdfApigetPagePopupAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/popupRead document page popup annotations.
PdfApigetPageRedactionAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/redactionRead document page redaction annotations.
PdfApigetPagesGET /pdf/{name}/pagesRead document pages info.
PdfApigetPageScreenAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/screenRead document page screen annotations.
PdfApigetPageSoundAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/soundRead document page sound annotations.
PdfApigetPageSquareAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/squareRead document page square annotations.
PdfApigetPageSquigglyAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/squigglyRead document page squiggly annotations.
PdfApigetPageStampAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/stampRead document page stamp annotations.
PdfApigetPageStampsGET /pdf/{name}/pages/{pageNumber}/stampsRead page document stamps.
PdfApigetPageStrikeOutAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/strikeoutRead document page StrikeOut annotations.
PdfApigetPageTablesGET /pdf/{name}/pages/{pageNumber}/tablesRead document page tables.
PdfApigetPageTextGET /pdf/{name}/pages/{pageNumber}/textRead page text items.
PdfApigetPageTextAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/textRead document page text annotations.
PdfApigetPageUnderlineAnnotationsGET /pdf/{name}/pages/{pageNumber}/annotations/underlineRead document page underline annotations.
PdfApigetPclInStorageToPdfGET /pdf/create/pclConvert PCL file (located on storage) to PDF format and return resulting file in response.
PdfApigetPdfInStorageToDocGET /pdf/{name}/convert/docConverts PDF document (located on storage) to DOC format and returns resulting file in response content
PdfApigetPdfInStorageToEpubGET /pdf/{name}/convert/epubConverts PDF document (located on storage) to EPUB format and returns resulting file in response content
PdfApigetPdfInStorageToHtmlGET /pdf/{name}/convert/htmlConverts PDF document (located on storage) to Html format and returns resulting file in response content
PdfApigetPdfInStorageToLaTeXGET /pdf/{name}/convert/latexConverts PDF document (located on storage) to LaTeX format and returns resulting file in response content
PdfApigetPdfInStorageToMobiXmlGET /pdf/{name}/convert/mobixmlConverts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
PdfApigetPdfInStorageToPdfAGET /pdf/{name}/convert/pdfaConverts PDF document (located on storage) to PdfA format and returns resulting file in response content
PdfApigetPdfInStorageToPptxGET /pdf/{name}/convert/pptxConverts PDF document (located on storage) to PPTX format and returns resulting file in response content
PdfApigetPdfInStorageToSvgGET /pdf/{name}/convert/svgConverts PDF document (located on storage) to SVG format and returns resulting file in response content
PdfApigetPdfInStorageToTiffGET /pdf/{name}/convert/tiffConverts PDF document (located on storage) to TIFF format and returns resulting file in response content
PdfApigetPdfInStorageToXlsGET /pdf/{name}/convert/xlsConverts PDF document (located on storage) to XLS format and returns resulting file in response content
PdfApigetPdfInStorageToXmlGET /pdf/{name}/convert/xmlConverts PDF document (located on storage) to XML format and returns resulting file in response content
PdfApigetPdfInStorageToXpsGET /pdf/{name}/convert/xpsConverts PDF document (located on storage) to XPS format and returns resulting file in response content
PdfApigetPolygonAnnotationGET /pdf/{name}/annotations/polygon/{annotationId}Read document page polygon annotation by ID.
PdfApigetPolyLineAnnotationGET /pdf/{name}/annotations/polyline/{annotationId}Read document page polyline annotation by ID.
PdfApigetPopupAnnotationGET /pdf/{name}/annotations/popup/{annotationId}Read document page popup annotation by ID.
PdfApigetPsInStorageToPdfGET /pdf/create/psConvert PS file (located on storage) to PDF format and return resulting file in response.
PdfApigetRedactionAnnotationGET /pdf/{name}/annotations/redaction/{annotationId}Read document page redaction annotation by ID.
PdfApigetScreenAnnotationGET /pdf/{name}/annotations/screen/{annotationId}Read document page screen annotation by ID.
PdfApigetScreenAnnotationDataGET /pdf/{name}/annotations/screen/{annotationId}/dataRead document page screen annotation by ID.
PdfApigetSoundAnnotationGET /pdf/{name}/annotations/sound/{annotationId}Read document page sound annotation by ID.
PdfApigetSoundAnnotationDataGET /pdf/{name}/annotations/sound/{annotationId}/dataRead document page sound annotation by ID.
PdfApigetSquareAnnotationGET /pdf/{name}/annotations/square/{annotationId}Read document page square annotation by ID.
PdfApigetSquigglyAnnotationGET /pdf/{name}/annotations/squiggly/{annotationId}Read document page squiggly annotation by ID.
PdfApigetStampAnnotationGET /pdf/{name}/annotations/stamp/{annotationId}Read document page stamp annotation by ID.
PdfApigetStampAnnotationDataGET /pdf/{name}/annotations/stamp/{annotationId}/dataRead document page stamp annotation by ID.
PdfApigetStrikeOutAnnotationGET /pdf/{name}/annotations/strikeout/{annotationId}Read document page StrikeOut annotation by ID.
PdfApigetSvgInStorageToPdfGET /pdf/create/svgConvert SVG file (located on storage) to PDF format and return resulting file in response.
PdfApigetTableGET /pdf/{name}/tables/{tableId}Read document page table by ID.
PdfApigetTextGET /pdf/{name}/textRead document text.
PdfApigetTextAnnotationGET /pdf/{name}/annotations/text/{annotationId}Read document page text annotation by ID.
PdfApigetUnderlineAnnotationGET /pdf/{name}/annotations/underline/{annotationId}Read document page underline annotation by ID.
PdfApigetVerifySignatureGET /pdf/{name}/verifySignatureVerify signature document.
PdfApigetWebInStorageToPdfGET /pdf/create/webConvert web page to PDF format and return resulting file in response.
PdfApigetWordsPerPageGET /pdf/{name}/pages/wordCountGet number of words per document page.
PdfApigetXfaPdfInStorageToAcroFormGET /pdf/{name}/convert/xfatoacroformConverts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
PdfApigetXmlInStorageToPdfGET /pdf/create/xmlConvert XML file (located on storage) to PDF format and return resulting file in response.
PdfApigetXpsInStorageToPdfGET /pdf/create/xpsConvert XPS file (located on storage) to PDF format and return resulting file in response.
PdfApigetXslFoInStorageToPdfGET /pdf/create/xslfoConvert XslFo file (located on storage) to PDF format and return resulting file in response.
PdfApipostAppendDocumentPOST /pdf/{name}/appendDocumentAppend document to existing one.
PdfApipostCreateFieldPOST /pdf/{name}/fieldsCreate field.
PdfApipostDocumentTextReplacePOST /pdf/{name}/text/replaceDocument's replace text method.
PdfApipostFlattenDocumentPOST /pdf/{name}/flattenFlatten the document.
PdfApipostInsertImagePOST /pdf/{name}/pages/{pageNumber}/imagesInsert image to document page.
PdfApipostMoveFilePOST /storage/fileMove a specific file
PdfApipostMoveFolderPOST /storage/folderMove a specific folder
PdfApipostMovePagePOST /pdf/{name}/pages/{pageNumber}/movePageMove page to new position.
PdfApipostOptimizeDocumentPOST /pdf/{name}/optimizeOptimize document.
PdfApipostPageCaretAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/caretAdd document page caret annotations.
PdfApipostPageCircleAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/circleAdd document page circle annotations.
PdfApipostPageFileAttachmentAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/fileattachmentAdd document page FileAttachment annotations.
PdfApipostPageFreeTextAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/freetextAdd document page free text annotations.
PdfApipostPageHighlightAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/highlightAdd document page highlight annotations.
PdfApipostPageImageStampsPOST /pdf/{name}/pages/{pageNumber}/stamps/imageAdd document page image stamps.
PdfApipostPageInkAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/inkAdd document page ink annotations.
PdfApipostPageLineAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/lineAdd document page line annotations.
PdfApipostPageLinkAnnotationsPOST /pdf/{name}/pages/{pageNumber}/linksAdd document page link annotations.
PdfApipostPageMovieAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/movieAdd document page movie annotations.
PdfApipostPagePdfPageStampsPOST /pdf/{name}/pages/{pageNumber}/stamps/pdfpageAdd document pdf page stamps.
PdfApipostPagePolygonAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/polygonAdd document page polygon annotations.
PdfApipostPagePolyLineAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/polylineAdd document page polyline annotations.
PdfApipostPageRedactionAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/redactionAdd document page redaction annotations.
PdfApipostPageScreenAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/screenAdd document page screen annotations.
PdfApipostPageSoundAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/soundAdd document page sound annotations.
PdfApipostPageSquareAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/squareAdd document page square annotations.
PdfApipostPageSquigglyAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/squigglyAdd document page squiggly annotations.
PdfApipostPageStampAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/stampAdd document page stamp annotations.
PdfApipostPageStrikeOutAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/strikeoutAdd document page StrikeOut annotations.
PdfApipostPageTextAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/textAdd document page text annotations.
PdfApipostPageTextReplacePOST /pdf/{name}/pages/{pageNumber}/text/replacePage's replace text method.
PdfApipostPageTextStampsPOST /pdf/{name}/pages/{pageNumber}/stamps/textAdd document page text stamps.
PdfApipostPageUnderlineAnnotationsPOST /pdf/{name}/pages/{pageNumber}/annotations/underlineAdd document page underline annotations.
PdfApipostPopupAnnotationPOST /pdf/{name}/annotations/{annotationId}/popupAdd document popup annotations.
PdfApipostSignDocumentPOST /pdf/{name}/signSign document.
PdfApipostSignPagePOST /pdf/{name}/pages/{pageNumber}/signSign page.
PdfApipostSplitDocumentPOST /pdf/{name}/splitSplit document to parts.
PdfApiputAddNewPagePUT /pdf/{name}/pagesAdd new page to end of the document.
PdfApiputAddTextPUT /pdf/{name}/pages/{pageNumber}/textAdd text to PDF document page.
PdfApiputAnnotationsFlattenPUT /pdf/{name}/annotations/flattenFlattens the annotations of the specified types
PdfApiputCaretAnnotationPUT /pdf/{name}/annotations/caret/{annotationId}Replace document caret annotation
PdfApiputCircleAnnotationPUT /pdf/{name}/annotations/circle/{annotationId}Replace document circle annotation
PdfApiputCreatePUT /storage/fileUpload a specific file
PdfApiputCreateDocumentPUT /pdf/{name}Create empty document.
PdfApiputCreateFolderPUT /storage/folderCreate the folder
PdfApiputEpubInStorageToPdfPUT /pdf/{name}/create/epubConvert EPUB file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputFieldsFlattenPUT /pdf/{name}/fields/flattenFlatten form fields in document.
PdfApiputFileAttachmentAnnotationPUT /pdf/{name}/annotations/fileattachment/{annotationId}Replace document FileAttachment annotation
PdfApiputFileAttachmentAnnotationDataExtractPUT /pdf/{name}/annotations/fileattachment/{annotationId}/data/extractExtract document FileAttachment annotation content to storage
PdfApiputFreeTextAnnotationPUT /pdf/{name}/annotations/freetext/{annotationId}Replace document free text annotation
PdfApiputHighlightAnnotationPUT /pdf/{name}/annotations/highlight/{annotationId}Replace document highlight annotation
PdfApiputHtmlInStorageToPdfPUT /pdf/{name}/create/htmlConvert HTML file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputImageExtractAsGifPUT /pdf/{name}/images/{imageId}/extract/gifExtract document image in GIF format to folder
PdfApiputImageExtractAsJpegPUT /pdf/{name}/images/{imageId}/extract/jpegExtract document image in JPEG format to folder
PdfApiputImageExtractAsPngPUT /pdf/{name}/images/{imageId}/extract/pngExtract document image in PNG format to folder
PdfApiputImageExtractAsTiffPUT /pdf/{name}/images/{imageId}/extract/tiffExtract document image in TIFF format to folder
PdfApiputImageInStorageToPdfPUT /pdf/{name}/create/imagesConvert image file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputImagesExtractAsGifPUT /pdf/{name}/pages/{pageNumber}/images/extract/gifExtract document images in GIF format to folder.
PdfApiputImagesExtractAsJpegPUT /pdf/{name}/pages/{pageNumber}/images/extract/jpegExtract document images in JPEG format to folder.
PdfApiputImagesExtractAsPngPUT /pdf/{name}/pages/{pageNumber}/images/extract/pngExtract document images in PNG format to folder.
PdfApiputImagesExtractAsTiffPUT /pdf/{name}/pages/{pageNumber}/images/extract/tiffExtract document images in TIFF format to folder.
PdfApiputInkAnnotationPUT /pdf/{name}/annotations/ink/{annotationId}Replace document ink annotation
PdfApiputLaTeXInStorageToPdfPUT /pdf/{name}/create/latexConvert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputLineAnnotationPUT /pdf/{name}/annotations/line/{annotationId}Replace document line annotation
PdfApiputLinkAnnotationPUT /pdf/{name}/links/{linkId}Replace document page link annotations
PdfApiputMergeDocumentsPUT /pdf/{name}/mergeMerge a list of documents.
PdfApiputMhtInStorageToPdfPUT /pdf/{name}/create/mhtConvert MHT file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputMovieAnnotationPUT /pdf/{name}/annotations/movie/{annotationId}Replace document movie annotation
PdfApiputPageAddStampPUT /pdf/{name}/pages/{pageNumber}/stampAdd page stamp.
PdfApiputPageConvertToBmpPUT /pdf/{name}/pages/{pageNumber}/convert/bmpConvert document page to bmp image and upload resulting file to storage.
PdfApiputPageConvertToEmfPUT /pdf/{name}/pages/{pageNumber}/convert/emfConvert document page to emf image and upload resulting file to storage.
PdfApiputPageConvertToGifPUT /pdf/{name}/pages/{pageNumber}/convert/gifConvert document page to gif image and upload resulting file to storage.
PdfApiputPageConvertToJpegPUT /pdf/{name}/pages/{pageNumber}/convert/jpegConvert document page to Jpeg image and upload resulting file to storage.
PdfApiputPageConvertToPngPUT /pdf/{name}/pages/{pageNumber}/convert/pngConvert document page to png image and upload resulting file to storage.
PdfApiputPageConvertToTiffPUT /pdf/{name}/pages/{pageNumber}/convert/tiffConvert document page to Tiff image and upload resulting file to storage.
PdfApiputPclInStorageToPdfPUT /pdf/{name}/create/pclConvert PCL file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputPdfInRequestToDocPUT /pdf/convert/docConverts PDF document (in request content) to DOC format and uploads resulting file to storage.
PdfApiputPdfInRequestToEpubPUT /pdf/convert/epubConverts PDF document (in request content) to EPUB format and uploads resulting file to storage.
PdfApiputPdfInRequestToHtmlPUT /pdf/convert/htmlConverts PDF document (in request content) to Html format and uploads resulting file to storage.
PdfApiputPdfInRequestToLaTeXPUT /pdf/convert/latexConverts PDF document (in request content) to LaTeX format and uploads resulting file to storage.
PdfApiputPdfInRequestToMobiXmlPUT /pdf/convert/mobixmlConverts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
PdfApiputPdfInRequestToPdfAPUT /pdf/convert/pdfaConverts PDF document (in request content) to PdfA format and uploads resulting file to storage.
PdfApiputPdfInRequestToPptxPUT /pdf/convert/pptxConverts PDF document (in request content) to PPTX format and uploads resulting file to storage.
PdfApiputPdfInRequestToSvgPUT /pdf/convert/svgConverts PDF document (in request content) to SVG format and uploads resulting file to storage.
PdfApiputPdfInRequestToTiffPUT /pdf/convert/tiffConverts PDF document (in request content) to TIFF format and uploads resulting file to storage.
PdfApiputPdfInRequestToXlsPUT /pdf/convert/xlsConverts PDF document (in request content) to XLS format and uploads resulting file to storage.
PdfApiputPdfInRequestToXmlPUT /pdf/convert/xmlConverts PDF document (in request content) to XML format and uploads resulting file to storage.
PdfApiputPdfInRequestToXpsPUT /pdf/convert/xpsConverts PDF document (in request content) to XPS format and uploads resulting file to storage.
PdfApiputPdfInStorageToDocPUT /pdf/{name}/convert/docConverts PDF document (located on storage) to DOC format and uploads resulting file to storage
PdfApiputPdfInStorageToEpubPUT /pdf/{name}/convert/epubConverts PDF document (located on storage) to EPUB format and uploads resulting file to storage
PdfApiputPdfInStorageToHtmlPUT /pdf/{name}/convert/htmlConverts PDF document (located on storage) to Html format and uploads resulting file to storage
PdfApiputPdfInStorageToLaTeXPUT /pdf/{name}/convert/latexConverts PDF document (located on storage) to LaTeX format and uploads resulting file to storage
PdfApiputPdfInStorageToMobiXmlPUT /pdf/{name}/convert/mobixmlConverts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
PdfApiputPdfInStorageToPdfAPUT /pdf/{name}/convert/pdfaConverts PDF document (located on storage) to PdfA format and uploads resulting file to storage
PdfApiputPdfInStorageToPptxPUT /pdf/{name}/convert/pptxConverts PDF document (located on storage) to PPTX format and uploads resulting file to storage
PdfApiputPdfInStorageToSvgPUT /pdf/{name}/convert/svgConverts PDF document (located on storage) to SVG format and uploads resulting file to storage
PdfApiputPdfInStorageToTiffPUT /pdf/{name}/convert/tiffConverts PDF document (located on storage) to TIFF format and uploads resulting file to storage
PdfApiputPdfInStorageToXlsPUT /pdf/{name}/convert/xlsConverts PDF document (located on storage) to XLS format and uploads resulting file to storage
PdfApiputPdfInStorageToXmlPUT /pdf/{name}/convert/xmlConverts PDF document (located on storage) to XML format and uploads resulting file to storage
PdfApiputPdfInStorageToXpsPUT /pdf/{name}/convert/xpsConverts PDF document (located on storage) to XPS format and uploads resulting file to storage
PdfApiputPolygonAnnotationPUT /pdf/{name}/annotations/polygon/{annotationId}Replace document polygon annotation
PdfApiputPolyLineAnnotationPUT /pdf/{name}/annotations/polyline/{annotationId}Replace document polyline annotation
PdfApiputPopupAnnotationPUT /pdf/{name}/annotations/popup/{annotationId}Replace document popup annotation
PdfApiputPrivilegesPUT /pdf/{name}/privilegesUpdate privilege document.
PdfApiputPsInStorageToPdfPUT /pdf/{name}/create/psConvert PS file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputRedactionAnnotationPUT /pdf/{name}/annotations/redaction/{annotationId}Replace document redaction annotation
PdfApiputReplaceImagePUT /pdf/{name}/images/{imageId}Replace document image.
PdfApiputScreenAnnotationPUT /pdf/{name}/annotations/screen/{annotationId}Replace document screen annotation
PdfApiputScreenAnnotationDataExtractPUT /pdf/{name}/annotations/screen/{annotationId}/data/extractExtract document screen annotation content to storage
PdfApiputSearchableDocumentPUT /pdf/{name}/ocrCreate searchable PDF document. Generate OCR layer for images in input PDF document.
PdfApiputSetPropertyPUT /pdf/{name}/documentproperties/{propertyName}Add/update document property.
PdfApiputSoundAnnotationPUT /pdf/{name}/annotations/sound/{annotationId}Replace document sound annotation
PdfApiputSoundAnnotationDataExtractPUT /pdf/{name}/annotations/sound/{annotationId}/data/extractExtract document sound annotation content to storage
PdfApiputSquareAnnotationPUT /pdf/{name}/annotations/square/{annotationId}Replace document square annotation
PdfApiputSquigglyAnnotationPUT /pdf/{name}/annotations/squiggly/{annotationId}Replace document squiggly annotation
PdfApiputStampAnnotationPUT /pdf/{name}/annotations/stamp/{annotationId}Replace document stamp annotation
PdfApiputStampAnnotationDataExtractPUT /pdf/{name}/annotations/stamp/{annotationId}/data/extractExtract document stamp annotation content to storage
PdfApiputStrikeOutAnnotationPUT /pdf/{name}/annotations/strikeout/{annotationId}Replace document StrikeOut annotation
PdfApiputSvgInStorageToPdfPUT /pdf/{name}/create/svgConvert SVG file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputTextAnnotationPUT /pdf/{name}/annotations/text/{annotationId}Replace document text annotation
PdfApiputUnderlineAnnotationPUT /pdf/{name}/annotations/underline/{annotationId}Replace document underline annotation
PdfApiputUpdateFieldPUT /pdf/{name}/fields/{fieldName}Update field.
PdfApiputUpdateFieldsPUT /pdf/{name}/fieldsUpdate fields.
PdfApiputWebInStorageToPdfPUT /pdf/{name}/create/webConvert web page to PDF format and upload resulting file to storage.
PdfApiputXfaPdfInRequestToAcroFormPUT /pdf/convert/xfatoacroformConverts PDF document which contatins XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
PdfApiputXfaPdfInStorageToAcroFormPUT /pdf/{name}/convert/xfatoacroformConverts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
PdfApiputXmlInStorageToPdfPUT /pdf/{name}/create/xmlConvert XML file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputXpsInStorageToPdfPUT /pdf/{name}/create/xpsConvert XPS file (located on storage) to PDF format and upload resulting file to storage.
PdfApiputXslFoInStorageToPdfPUT /pdf/{name}/create/xslfoConvert XslFo file (located on storage) to PDF format and upload resulting file to storage.

Documentation for Models

ClassDescription
AnnotationProvides annotation.
AnnotationFlagsA set of flags specifying various characteristics of the annotation.
AnnotationInfoProvides annotation.
AnnotationsInfoObject representing a list of annotation info objects.
AnnotationsInfoResponseRepresents multiple annotations info reponse
AnnotationStateThe enumeration of states to which the original annotation can be set.
AnnotationType
AntialiasingProcessingTypeThis enum describes possible antialiasing measures during conversion
AppendDocumentClass for appendDocument service request building.
AsposeResponseBase class for all responses.
AttachmentProvides link to attachment.
AttachmentResponseRepresents response containing single attachment info
AttachmentsRepresents list of attachment.
AttachmentsResponseRepresents response containing multiple attachments info
CapStyleStyle of line ending of Ink annotation line.
CaptionPositionEnumeration of the annotation’s caption positioning.
CaretAnnotationProvides CaretAnnotation.
CaretAnnotationResponseRepresents response containing single caret annotation object
CaretAnnotationsObject representing a list of caret annotations.
CaretAnnotationsResponseRepresents response containing multiple caret annotation objects
CaretSymbolA symbol to be associated with the caret.
CellRecognized
CircleAnnotationProvides CircleAnnotation.
CircleAnnotationResponseRepresents response containing single circle annotation object
CircleAnnotationsObject representing a list of circle annotations.
CircleAnnotationsResponseRepresents response containing multiple circle annotation objects
ColorRepresents color DTO.
ColorDepthUsed to specify the parameter value passed to a Tiff image device.
CommonFigureAnnotationProvides CommonFigureAnnotation.
CompressionTypeUsed to specify the parameter value passed to a Tiff image device.
DiscUsage
DiscUsageResponse
DocFormatAllows to specify .doc or .docx file format.
DocRecognitionModeAllows to control how a PDF document is converted into a word processing document.
DocumentRepresents document DTO.
DocumentPageResponseRepresents response containing single page info
DocumentPagesResponseRepresents response containing multiple pages info
DocumentPrivilegeRepresents the privileges for accessing Pdf file./>.
DocumentPropertiesRepresents list of PDF document properties.
DocumentPropertiesResponseRepresents response containing multiple document properties info
DocumentPropertyPdf document property.
DocumentPropertyResponseRepresents response containing single document property info
DocumentResponseRepresents response containing document info
EpubRecognitionModeWhen PDF file (that usually has fixed layout) is being converted, the conversion engine tries to perform grouping and multi-level analysis to restore the original document author's intent and produce result in flow layout. This property tunes that conversion for this or that desirable method of recognition of content.
FieldRepresents form field.
FieldResponseRepresents response containing single field info
FieldsRepresents list of form fields.
FieldsResponseRepresents response containing multiple fields info
FieldTypeRepresents an enumeration of available field types.
FileRepresents file DTO.
FileAttachmentAnnotationProvides FileAttachmentAnnotation.
FileAttachmentAnnotationResponseRepresents response containing single FileAttachment annotation object
FileAttachmentAnnotationsObject representing a list of FileAttachment annotations.
FileAttachmentAnnotationsResponseRepresents response containing multiple FileAttachment annotation objects
FileExist
FileExistResponse
FileIconAn icon to be used in displaying the annotation.
FilesResponse
FileVersion
FileVersionsResponse
FontEncodingRulesThis enumeration defines rules which tune encoding logic
FontSavingModesEnumerates modes that can be used for saving of fonts referenced in saved PDF
FontStylesSpecifies style information applied to text.
FreeTextAnnotationProvides FreeTextAnnotation.
FreeTextAnnotationResponseRepresents response containing single free text annotation object
FreeTextAnnotationsObject representing a list of free text annotations.
FreeTextAnnotationsResponseRepresents response containing multiple free text annotation objects
FreeTextIntentEnumerates the intents of the free text annotation.
HighlightAnnotationProvides HighlightAnnotation.
HighlightAnnotationResponseRepresents response containing single highlight annotation object
HighlightAnnotationsObject representing a list of highlight annotations.
HighlightAnnotationsResponseRepresents response containing multiple highlight annotation objects
HorizontalAlignmentDescribes horizontal alignment.
HtmlDocumentTypeRepresents enumeration of the Html document types.
HtmlMarkupGenerationModesSometimes specific reqirments to created HTML are present. This enum defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments.
ImageRepresents image DTO.
ImageResponseRepresents response containing single image info
ImagesRepresents list of images.
ImageSrcTypeAllows to specify image file format.
ImagesResponseRepresents response containing multiple images info
ImageStampRepresents Pdf stamps.
ImageTemplateTemplate of image.
ImageTemplatesRequestCreate document from images request.
InkAnnotationProvides InkAnnotation.
InkAnnotationResponseRepresents response containing single ink annotation object
InkAnnotationsObject representing a list of ink annotations.
InkAnnotationsResponseRepresents response containing multiple ink annotation objects
JustificationEnumerates the forms of quadding (justification) to be used in displaying the annotation’s text.
LettersPositioningMethodsIt enumerates possible modes of positioning of letters in words in result HTML
LineAnnotationProvides LineAnnotation.
LineAnnotationResponseRepresents response containing single line annotation object
LineAnnotationsObject representing a list of line annotations.
LineAnnotationsResponseRepresents response containing multiple line annotation objects
LineEndingEnumerates the line ending styles to be used in drawing the line.
LineIntentEnumerates the intents of the line annotation.
LineSpacingDefines line spacing specifics
LinkProvides information for the object link. This is supposed to be an atom:link, therefore it should have all attributes specified here http://tools.ietf.org/html/rfc4287#section-4.2.7
LinkActionTypeRepresents list of link action types.
LinkAnnotationProvides link to linkAnnotation.
LinkAnnotationResponseRepresents response containing single link info
LinkAnnotationsObject representing a list of link annotations.
LinkAnnotationsResponseRepresents response containing multiple links info
LinkElementRepresents base DTO object.
LinkHighlightingModeEnumerates the annotation’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.
MarginInfo
MarkupAnnotationProvides MarkupAnnotation.
MergeDocumentsDocuments for merging.
MovieAnnotationProvides MovieAnnotation.
MovieAnnotationResponseRepresents response containing single movie annotation object
MovieAnnotationsObject representing a list of movie annotations.
MovieAnnotationsResponseRepresents response containing multiple movie annotation objects
OptimizeOptionsRepresents Pdf optimize options.
PageProvides link to page.
PagesRepresents list of pages.
PageWordCountPage words count.
ParagraphRepresents text paragraphs as multiline text object.
PartsEmbeddingModesThis enum enumerates possible modes of embedding of files referenced in HTML It allows to control whether referenced files (HTML, Fonts,Images, CSSes) will be embedded into main HTML file or will be generated as apart binary entities
PdfATypeAllows to specify PdfA file format.
PdfPageStampRepresents Pdf stamps.
PointRepresent point with fractional coordinates.
PolyAnnotationProvides PolyAnnotation.
PolygonAnnotationProvides PolygonAnnotation.
PolygonAnnotationResponseRepresents response containing single polygon annotation object
PolygonAnnotationsObject representing a list of polygon annotations.
PolygonAnnotationsResponseRepresents response containing multiple polygon annotation objects
PolyIntentEnumerates the intents of the polygon or polyline annotation.
PolyLineAnnotationProvides PolyLineAnnotation.
PolyLineAnnotationResponseRepresents response containing single polyline annotation object
PolyLineAnnotationsObject representing a list of polyline annotations.
PolyLineAnnotationsResponseRepresents response containing multiple polyline annotation objects
PopupAnnotationProvides PopupAnnotation.
PopupAnnotationResponseRepresents response containing single popup annotation object
PopupAnnotationsObject representing a list of popup annotations.
PopupAnnotationsResponseRepresents response containing multiple popup annotation objects
PopupAnnotationWithParentProvides PopupAnnotation.
PositionRepresents a position object
RasterImagesSavingModesConverted PDF can contain raster images(.png, *.jpeg etc.) This enum defines methods of how raster images can be handled during conversion of PDF to HTML
RectangleRepresents rectangle DTO.
RedactionAnnotationProvides RedactionAnnotation.
RedactionAnnotationResponseRepresents response containing single redaction annotation object
RedactionAnnotationsObject representing a list of redaction annotations.
RedactionAnnotationsResponseRepresents response containing multiple redaction annotation objects
RotationEnumeration of possible rotation values.
RowRecognized
ScreenAnnotationProvides ScreenAnnotation.
ScreenAnnotationResponseRepresents response containing single screen annotation object
ScreenAnnotationsObject representing a list of screen annotations.
ScreenAnnotationsResponseRepresents response containing multiple screen annotation objects
SegmentRepresents segment of Pdf text.
ShapeTypeThis enum represents shape type for the extracted images.
SignatureRepresents signature.
SignatureTypeThe type of signature.
SignatureVerifyResponseRepresent responce containing signature verification result
SoundAnnotationProvides SoundAnnotation.
SoundAnnotationResponseRepresents response containing single Sound annotation object
SoundAnnotationsObject representing a list of Sound annotations.
SoundAnnotationsResponseRepresents response containing multiple sound annotation objects
SoundEncodingThe encoding format for the sample data.
SoundIconAn icon to be used in displaying the annotation.
SplitResultRepresents split result object.
SplitResultDocumentRepresents split result document,
SplitResultResponseRepresents responce containing split result.
SquareAnnotationProvides SquareAnnotation.
SquareAnnotationResponseRepresents response containing single square annotation object
SquareAnnotationsObject representing a list of square annotations.
SquareAnnotationsResponseRepresents response containing multiple square annotation objects
SquigglyAnnotationProvides SquigglyAnnotation.
SquigglyAnnotationResponseRepresents response containing single squiggly-underline annotation object
SquigglyAnnotationsObject representing a list of squiggly-underline annotations.
SquigglyAnnotationsResponseRepresents response containing multiple squiggly-underline annotation objects
StampRepresents Pdf stamps.
StampAnnotationProvides StampAnnotation.
StampAnnotationResponseRepresents response containing single stamp annotation object
StampAnnotationsObject representing a list of stamp annotations.
StampAnnotationsResponseRepresents response containing multiple stamp annotation objects
StampBaseRepresents Pdf stamps.
StampIconEnumerates the icons to be used in displaying the annotation.
StampInfoProvides stamp info.
StampsInfoObject representing a list of stamps.
StampsInfoResponseRepresents multiple stamps info reponse
StampTypeRepresents enumeration of the stamp types.
StorageExistResponse
StrikeOutAnnotationProvides StrikeOutAnnotation.
StrikeOutAnnotationResponseRepresents response containing single strikeout annotation object
StrikeOutAnnotationsObject representing a list of strikeout annotations.
StrikeOutAnnotationsResponseRepresents response containing multiple strikeout annotation objects
TableRecognized
TableRecognizedResponseRepresents response containing single recognized table
TablesRecognizedRepresents list of recognized tables.
TablesRecognizedResponseRepresents response containing multiple tables info
TextAnnotationProvides TextAnnotation.
TextAnnotationResponseRepresents response containing single text annotation object
TextAnnotationsObject representing a list of text annotations.
TextAnnotationsResponseRepresents response containing multiple text annotation objects
TextHorizontalAlignmentDescribes text horizontal alignment.
TextIconEnumerates the icons to be used in displaying the annotation.
TextLineA line of text to be inserted into paragraph.
TextRectRepresents text occurrence.
TextRectsRepresents multiple text occurrences DTO.
TextRectsResponseRepresents response containing multiple text occurrences info
TextReplaceSingle text replacement setting.
TextReplaceListRequestMultiple text replacements request.
TextReplaceResponseRepresents response containing the result of text replacement
TextStampRepresents Pdf stamps.
TextStateRepresents a text state of a text
TextStyleRepresents a text style of a text
UnderlineAnnotationProvides UnderlineAnnotation.
UnderlineAnnotationResponseRepresents response containing single underline annotation object
UnderlineAnnotationsObject representing a list of underline annotations.
UnderlineAnnotationsResponseRepresents response containing multiple underline annotation objects
VerticalAlignmentEnumeration of possible vertical alignment values.
WordCountNumber of words per document pages.
WordCountResponseNumber of words per document pages.
WrapModeDefines word wrapping strategies

Keywords

FAQs

Package last updated on 05 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc