diff --git a/LICENSE b/LICENSE index a9690964..650be1e9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Aspose Pty Ltd +Copyright (c) 2021 Aspose.PDF Cloud Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cb6108e5..74a45942 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposepdfcloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposepdfcloud) ![node-current](https://img.shields.io/node/v/asposepdfcloud) ![npm type definitions](https://img.shields.io/npm/types/asposepdfcloud) [![GitHub license](https://img.shields.io/github/license/aspose-pdf-cloud/aspose-pdf-cloud-node.js)](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node/blob/master/LICENSE) +![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposepdfcloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposepdfcloud) ![node-current](https://img.shields.io/node/v/asposepdfcloud) ![npm type definitions](https://img.shields.io/npm/types/asposepdfcloud) [![GitHub license](https://img.shields.io/github/license/aspose-pdf-cloud/aspose-pdf-cloud-node.js)](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node/blob/master/LICENSE) # Node.js REST API to Process PDF in Cloud [Aspose.PDF Cloud](https://products.aspose.cloud/pdf) 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. @@ -76,6 +76,7 @@ Aspose PDF SDK includes a suite of unit tests within the "test" subdirectory. Th All Aspose.PDF Cloud SDKs are licensed under [MIT License](LICENSE). ## Documentation for API Endpoints + All URIs are relative to *https://api.aspose.cloud/v3.0/* Class | Method | HTTP request | Description @@ -105,7 +106,6 @@ Class | Method | HTTP request | Description *PdfApi* | [**deleteStamp**](docs/PdfApi.md#deleteStamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID *PdfApi* | [**deleteTable**](docs/PdfApi.md#deleteTable) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID *PdfApi* | [**downloadFile**](docs/PdfApi.md#downloadFile) | **GET** /pdf/storage/file/\{path} | Download file -*PdfApi* | [**getApiInfo**](docs/PdfApi.md#getApiInfo) | **GET** /pdf/info | *PdfApi* | [**getBookmark**](docs/PdfApi.md#getBookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark. *PdfApi* | [**getBookmarks**](docs/PdfApi.md#getBookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list. *PdfApi* | [**getCaretAnnotation**](docs/PdfApi.md#getCaretAnnotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID. @@ -151,7 +151,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**getDocumentTextBoxFields**](docs/PdfApi.md#getDocumentTextBoxFields) | **GET** /pdf/\{name}/fields/textbox | Read document text box fields. *PdfApi* | [**getDocumentUnderlineAnnotations**](docs/PdfApi.md#getDocumentUnderlineAnnotations) | **GET** /pdf/\{name}/annotations/underline | Read document underline annotations. *PdfApi* | [**getDownloadDocumentAttachmentByIndex**](docs/PdfApi.md#getDownloadDocumentAttachmentByIndex) | **GET** /pdf/\{name}/attachments/\{attachmentIndex}/download | Download document attachment content by its index. -*PdfApi* | [**getEpubInStorageToPdf**](docs/PdfApi.md#getEpubInStorageToPdf) | **GET** /pdf/create/epub | Convert EPUB file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getEpubInStorageToPdf**](docs/PdfApi.md#getEpubInStorageToPdf) | **GET** /pdf/create/epub | Convert EPUB file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getExportFieldsFromPdfToFdfInStorage**](docs/PdfApi.md#getExportFieldsFromPdfToFdfInStorage) | **GET** /pdf/\{name}/export/fdf | Export fields from from PDF in storage to FDF file. *PdfApi* | [**getExportFieldsFromPdfToXfdfInStorage**](docs/PdfApi.md#getExportFieldsFromPdfToXfdfInStorage) | **GET** /pdf/\{name}/export/xfdf | Export fields from from PDF in storage to XFDF file. *PdfApi* | [**getExportFieldsFromPdfToXmlInStorage**](docs/PdfApi.md#getExportFieldsFromPdfToXmlInStorage) | **GET** /pdf/\{name}/export/xml | Export fields from from PDF in storage to XML file. @@ -163,7 +163,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**getFileVersions**](docs/PdfApi.md#getFileVersions) | **GET** /pdf/storage/version/\{path} | Get file versions *PdfApi* | [**getFreeTextAnnotation**](docs/PdfApi.md#getFreeTextAnnotation) | **GET** /pdf/\{name}/annotations/freetext/\{annotationId} | Read document page free text annotation by ID. *PdfApi* | [**getHighlightAnnotation**](docs/PdfApi.md#getHighlightAnnotation) | **GET** /pdf/\{name}/annotations/highlight/\{annotationId} | Read document page highlight annotation by ID. -*PdfApi* | [**getHtmlInStorageToPdf**](docs/PdfApi.md#getHtmlInStorageToPdf) | **GET** /pdf/create/html | Convert HTML file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getHtmlInStorageToPdf**](docs/PdfApi.md#getHtmlInStorageToPdf) | **GET** /pdf/create/html | Convert HTML file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getImage**](docs/PdfApi.md#getImage) | **GET** /pdf/\{name}/images/\{imageId} | Read document image by ID. *PdfApi* | [**getImageExtractAsGif**](docs/PdfApi.md#getImageExtractAsGif) | **GET** /pdf/\{name}/images/\{imageId}/extract/gif | Extract document image in GIF format *PdfApi* | [**getImageExtractAsJpeg**](docs/PdfApi.md#getImageExtractAsJpeg) | **GET** /pdf/\{name}/images/\{imageId}/extract/jpeg | Extract document image in JPEG format @@ -172,14 +172,14 @@ Class | Method | HTTP request | Description *PdfApi* | [**getImages**](docs/PdfApi.md#getImages) | **GET** /pdf/\{name}/pages/\{pageNumber}/images | Read document images. *PdfApi* | [**getImportFieldsFromFdfInStorage**](docs/PdfApi.md#getImportFieldsFromFdfInStorage) | **GET** /pdf/\{name}/import/fdf | Update fields from FDF file in storage. *PdfApi* | [**getImportFieldsFromXfdfInStorage**](docs/PdfApi.md#getImportFieldsFromXfdfInStorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage. -*PdfApi* | [**getImportFieldsFromXmlInStorage**](docs/PdfApi.md#getImportFieldsFromXmlInStorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getImportFieldsFromXmlInStorage**](docs/PdfApi.md#getImportFieldsFromXmlInStorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getInkAnnotation**](docs/PdfApi.md#getInkAnnotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID. -*PdfApi* | [**getLaTeXInStorageToPdf**](docs/PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getLaTeXInStorageToPdf**](docs/PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getLineAnnotation**](docs/PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID. *PdfApi* | [**getLinkAnnotation**](docs/PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID. *PdfApi* | [**getListBoxField**](docs/PdfApi.md#getListBoxField) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name. -*PdfApi* | [**getMarkdownInStorageToPdf**](docs/PdfApi.md#getMarkdownInStorageToPdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response. -*PdfApi* | [**getMhtInStorageToPdf**](docs/PdfApi.md#getMhtInStorageToPdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getMarkdownInStorageToPdf**](docs/PdfApi.md#getMarkdownInStorageToPdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getMhtInStorageToPdf**](docs/PdfApi.md#getMhtInStorageToPdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getMovieAnnotation**](docs/PdfApi.md#getMovieAnnotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID. *PdfApi* | [**getPage**](docs/PdfApi.md#getPage) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info. *PdfApi* | [**getPageAnnotations**](docs/PdfApi.md#getPageAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases. @@ -221,13 +221,12 @@ Class | Method | HTTP request | Description *PdfApi* | [**getPageTextAnnotations**](docs/PdfApi.md#getPageTextAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Read document page text annotations. *PdfApi* | [**getPageTextBoxFields**](docs/PdfApi.md#getPageTextBoxFields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/textbox | Read document page text box fields. *PdfApi* | [**getPageUnderlineAnnotations**](docs/PdfApi.md#getPageUnderlineAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Read document page underline annotations. -*PdfApi* | [**getPclInStorageToPdf**](docs/PdfApi.md#getPclInStorageToPdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response. -*PdfApi* | [**getPdfAInStorageToPdf**](docs/PdfApi.md#getPdfAInStorageToPdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getPclInStorageToPdf**](docs/PdfApi.md#getPclInStorageToPdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getPdfAInStorageToPdf**](docs/PdfApi.md#getPdfAInStorageToPdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getPdfInStorageToDoc**](docs/PdfApi.md#getPdfInStorageToDoc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToEpub**](docs/PdfApi.md#getPdfInStorageToEpub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToHtml**](docs/PdfApi.md#getPdfInStorageToHtml) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content -*PdfApi* | [**getPdfInStorageToLaTeX**](docs/PdfApi.md#getPdfInStorageToLaTeX) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content -*PdfApi* | [**getPdfInStorageToMobiXml**](docs/PdfApi.md#getPdfInStorageToMobiXml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content +*PdfApi* | [**getPdfInStorageToMobiXml**](docs/PdfApi.md#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**](docs/PdfApi.md#getPdfInStorageToPdfA) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToPptx**](docs/PdfApi.md#getPdfInStorageToPptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToSvg**](docs/PdfApi.md#getPdfInStorageToSvg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content @@ -240,7 +239,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**getPolygonAnnotation**](docs/PdfApi.md#getPolygonAnnotation) | **GET** /pdf/\{name}/annotations/polygon/\{annotationId} | Read document page polygon annotation by ID. *PdfApi* | [**getPolyLineAnnotation**](docs/PdfApi.md#getPolyLineAnnotation) | **GET** /pdf/\{name}/annotations/polyline/\{annotationId} | Read document page polyline annotation by ID. *PdfApi* | [**getPopupAnnotation**](docs/PdfApi.md#getPopupAnnotation) | **GET** /pdf/\{name}/annotations/popup/\{annotationId} | Read document page popup annotation by ID. -*PdfApi* | [**getPsInStorageToPdf**](docs/PdfApi.md#getPsInStorageToPdf) | **GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getPsInStorageToPdf**](docs/PdfApi.md#getPsInStorageToPdf) | **GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getRadioButtonField**](docs/PdfApi.md#getRadioButtonField) | **GET** /pdf/\{name}/fields/radiobutton/\{fieldName} | Read document RadioButton field by name. *PdfApi* | [**getRedactionAnnotation**](docs/PdfApi.md#getRedactionAnnotation) | **GET** /pdf/\{name}/annotations/redaction/\{annotationId} | Read document page redaction annotation by ID. *PdfApi* | [**getScreenAnnotation**](docs/PdfApi.md#getScreenAnnotation) | **GET** /pdf/\{name}/annotations/screen/\{annotationId} | Read document page screen annotation by ID. @@ -253,20 +252,20 @@ Class | Method | HTTP request | Description *PdfApi* | [**getStampAnnotation**](docs/PdfApi.md#getStampAnnotation) | **GET** /pdf/\{name}/annotations/stamp/\{annotationId} | Read document page stamp annotation by ID. *PdfApi* | [**getStampAnnotationData**](docs/PdfApi.md#getStampAnnotationData) | **GET** /pdf/\{name}/annotations/stamp/\{annotationId}/data | Read document page stamp annotation by ID. *PdfApi* | [**getStrikeOutAnnotation**](docs/PdfApi.md#getStrikeOutAnnotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID. -*PdfApi* | [**getSvgInStorageToPdf**](docs/PdfApi.md#getSvgInStorageToPdf) | **GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getSvgInStorageToPdf**](docs/PdfApi.md#getSvgInStorageToPdf) | **GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getTable**](docs/PdfApi.md#getTable) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID. -*PdfApi* | [**getTeXInStorageToPdf**](docs/PdfApi.md#getTeXInStorageToPdf) | **GET** /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getTeXInStorageToPdf**](docs/PdfApi.md#getTeXInStorageToPdf) | **GET** /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**getText**](docs/PdfApi.md#getText) | **GET** /pdf/\{name}/text | Read document text. *PdfApi* | [**getTextAnnotation**](docs/PdfApi.md#getTextAnnotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID. *PdfApi* | [**getTextBoxField**](docs/PdfApi.md#getTextBoxField) | **GET** /pdf/\{name}/fields/textbox/\{fieldName} | Read document text box field by name. *PdfApi* | [**getUnderlineAnnotation**](docs/PdfApi.md#getUnderlineAnnotation) | **GET** /pdf/\{name}/annotations/underline/\{annotationId} | Read document page underline annotation by ID. *PdfApi* | [**getVerifySignature**](docs/PdfApi.md#getVerifySignature) | **GET** /pdf/\{name}/verifySignature | Verify signature document. -*PdfApi* | [**getWebInStorageToPdf**](docs/PdfApi.md#getWebInStorageToPdf) | **GET** /pdf/create/web | Convert web page to PDF format and return resulting file in response. +*PdfApi* | [**getWebInStorageToPdf**](docs/PdfApi.md#getWebInStorageToPdf) | **GET** /pdf/create/web | Convert web page to PDF format and return resulting file in response. *PdfApi* | [**getWordsPerPage**](docs/PdfApi.md#getWordsPerPage) | **GET** /pdf/\{name}/pages/wordCount | Get number of words per document page. *PdfApi* | [**getXfaPdfInStorageToAcroForm**](docs/PdfApi.md#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**](docs/PdfApi.md#getXmlInStorageToPdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response. -*PdfApi* | [**getXpsInStorageToPdf**](docs/PdfApi.md#getXpsInStorageToPdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response. -*PdfApi* | [**getXslFoInStorageToPdf**](docs/PdfApi.md#getXslFoInStorageToPdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getXmlInStorageToPdf**](docs/PdfApi.md#getXmlInStorageToPdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getXpsInStorageToPdf**](docs/PdfApi.md#getXpsInStorageToPdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response. +*PdfApi* | [**getXslFoInStorageToPdf**](docs/PdfApi.md#getXslFoInStorageToPdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response. *PdfApi* | [**moveFile**](docs/PdfApi.md#moveFile) | **PUT** /pdf/storage/file/move/\{srcPath} | Move file *PdfApi* | [**moveFolder**](docs/PdfApi.md#moveFolder) | **PUT** /pdf/storage/folder/move/\{srcPath} | Move folder *PdfApi* | [**objectExists**](docs/PdfApi.md#objectExists) | **GET** /pdf/storage/exist/\{path} | Check if file or folder exists @@ -339,7 +338,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**putDecryptDocument**](docs/PdfApi.md#putDecryptDocument) | **PUT** /pdf/decrypt | Decrypt document from content. *PdfApi* | [**putDocumentDisplayProperties**](docs/PdfApi.md#putDocumentDisplayProperties) | **PUT** /pdf/\{name}/displayproperties | Update document display properties. *PdfApi* | [**putEncryptDocument**](docs/PdfApi.md#putEncryptDocument) | **PUT** /pdf/encrypt | Encrypt document from content. -*PdfApi* | [**putEpubInStorageToPdf**](docs/PdfApi.md#putEpubInStorageToPdf) | **PUT** /pdf/\{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putEpubInStorageToPdf**](docs/PdfApi.md#putEpubInStorageToPdf) | **PUT** /pdf/\{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putExportFieldsFromPdfToFdfInStorage**](docs/PdfApi.md#putExportFieldsFromPdfToFdfInStorage) | **PUT** /pdf/\{name}/export/fdf | Export fields from from PDF in storage to FDF file in storage. *PdfApi* | [**putExportFieldsFromPdfToXfdfInStorage**](docs/PdfApi.md#putExportFieldsFromPdfToXfdfInStorage) | **PUT** /pdf/\{name}/export/xfdf | Export fields from from PDF in storage to XFDF file in storage. *PdfApi* | [**putExportFieldsFromPdfToXmlInStorage**](docs/PdfApi.md#putExportFieldsFromPdfToXmlInStorage) | **PUT** /pdf/\{name}/export/xml | Export fields from from PDF in storage to XML file in storage. @@ -348,12 +347,12 @@ Class | Method | HTTP request | Description *PdfApi* | [**putFileAttachmentAnnotationDataExtract**](docs/PdfApi.md#putFileAttachmentAnnotationDataExtract) | **PUT** /pdf/\{name}/annotations/fileattachment/\{annotationId}/data/extract | Extract document FileAttachment annotation content to storage *PdfApi* | [**putFreeTextAnnotation**](docs/PdfApi.md#putFreeTextAnnotation) | **PUT** /pdf/\{name}/annotations/freetext/\{annotationId} | Replace document free text annotation *PdfApi* | [**putHighlightAnnotation**](docs/PdfApi.md#putHighlightAnnotation) | **PUT** /pdf/\{name}/annotations/highlight/\{annotationId} | Replace document highlight annotation -*PdfApi* | [**putHtmlInStorageToPdf**](docs/PdfApi.md#putHtmlInStorageToPdf) | **PUT** /pdf/\{name}/create/html | Convert HTML file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putHtmlInStorageToPdf**](docs/PdfApi.md#putHtmlInStorageToPdf) | **PUT** /pdf/\{name}/create/html | Convert HTML file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putImageExtractAsGif**](docs/PdfApi.md#putImageExtractAsGif) | **PUT** /pdf/\{name}/images/\{imageId}/extract/gif | Extract document image in GIF format to folder *PdfApi* | [**putImageExtractAsJpeg**](docs/PdfApi.md#putImageExtractAsJpeg) | **PUT** /pdf/\{name}/images/\{imageId}/extract/jpeg | Extract document image in JPEG format to folder *PdfApi* | [**putImageExtractAsPng**](docs/PdfApi.md#putImageExtractAsPng) | **PUT** /pdf/\{name}/images/\{imageId}/extract/png | Extract document image in PNG format to folder *PdfApi* | [**putImageExtractAsTiff**](docs/PdfApi.md#putImageExtractAsTiff) | **PUT** /pdf/\{name}/images/\{imageId}/extract/tiff | Extract document image in TIFF format to folder -*PdfApi* | [**putImageInStorageToPdf**](docs/PdfApi.md#putImageInStorageToPdf) | **PUT** /pdf/\{name}/create/images | Convert image file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putImageInStorageToPdf**](docs/PdfApi.md#putImageInStorageToPdf) | **PUT** /pdf/\{name}/create/images | Convert image file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putImagesExtractAsGif**](docs/PdfApi.md#putImagesExtractAsGif) | **PUT** /pdf/\{name}/pages/\{pageNumber}/images/extract/gif | Extract document images in GIF format to folder. *PdfApi* | [**putImagesExtractAsJpeg**](docs/PdfApi.md#putImagesExtractAsJpeg) | **PUT** /pdf/\{name}/pages/\{pageNumber}/images/extract/jpeg | Extract document images in JPEG format to folder. *PdfApi* | [**putImagesExtractAsPng**](docs/PdfApi.md#putImagesExtractAsPng) | **PUT** /pdf/\{name}/pages/\{pageNumber}/images/extract/png | Extract document images in PNG format to folder. @@ -362,13 +361,13 @@ Class | Method | HTTP request | Description *PdfApi* | [**putImportFieldsFromXfdfInStorage**](docs/PdfApi.md#putImportFieldsFromXfdfInStorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage. *PdfApi* | [**putImportFieldsFromXmlInStorage**](docs/PdfApi.md#putImportFieldsFromXmlInStorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage. *PdfApi* | [**putInkAnnotation**](docs/PdfApi.md#putInkAnnotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation -*PdfApi* | [**putLaTeXInStorageToPdf**](docs/PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putLaTeXInStorageToPdf**](docs/PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putLineAnnotation**](docs/PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation *PdfApi* | [**putLinkAnnotation**](docs/PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations *PdfApi* | [**putListBoxField**](docs/PdfApi.md#putListBoxField) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field -*PdfApi* | [**putMarkdownInStorageToPdf**](docs/PdfApi.md#putMarkdownInStorageToPdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putMarkdownInStorageToPdf**](docs/PdfApi.md#putMarkdownInStorageToPdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putMergeDocuments**](docs/PdfApi.md#putMergeDocuments) | **PUT** /pdf/\{name}/merge | Merge a list of documents. -*PdfApi* | [**putMhtInStorageToPdf**](docs/PdfApi.md#putMhtInStorageToPdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putMhtInStorageToPdf**](docs/PdfApi.md#putMhtInStorageToPdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putMovieAnnotation**](docs/PdfApi.md#putMovieAnnotation) | **PUT** /pdf/\{name}/annotations/movie/\{annotationId} | Replace document movie annotation *PdfApi* | [**putPageAddStamp**](docs/PdfApi.md#putPageAddStamp) | **PUT** /pdf/\{name}/pages/\{pageNumber}/stamp | Add page stamp. *PdfApi* | [**putPageConvertToBmp**](docs/PdfApi.md#putPageConvertToBmp) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/bmp | Convert document page to bmp image and upload resulting file to storage. @@ -377,13 +376,12 @@ Class | Method | HTTP request | Description *PdfApi* | [**putPageConvertToJpeg**](docs/PdfApi.md#putPageConvertToJpeg) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/jpeg | Convert document page to Jpeg image and upload resulting file to storage. *PdfApi* | [**putPageConvertToPng**](docs/PdfApi.md#putPageConvertToPng) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/png | Convert document page to png image and upload resulting file to storage. *PdfApi* | [**putPageConvertToTiff**](docs/PdfApi.md#putPageConvertToTiff) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/tiff | Convert document page to Tiff image and upload resulting file to storage. -*PdfApi* | [**putPclInStorageToPdf**](docs/PdfApi.md#putPclInStorageToPdf) | **PUT** /pdf/\{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage. -*PdfApi* | [**putPdfAInStorageToPdf**](docs/PdfApi.md#putPdfAInStorageToPdf) | **PUT** /pdf/\{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putPclInStorageToPdf**](docs/PdfApi.md#putPclInStorageToPdf) | **PUT** /pdf/\{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putPdfAInStorageToPdf**](docs/PdfApi.md#putPdfAInStorageToPdf) | **PUT** /pdf/\{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putPdfInRequestToDoc**](docs/PdfApi.md#putPdfInRequestToDoc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToEpub**](docs/PdfApi.md#putPdfInRequestToEpub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToHtml**](docs/PdfApi.md#putPdfInRequestToHtml) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage. -*PdfApi* | [**putPdfInRequestToLaTeX**](docs/PdfApi.md#putPdfInRequestToLaTeX) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage. -*PdfApi* | [**putPdfInRequestToMobiXml**](docs/PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage. +*PdfApi* | [**putPdfInRequestToMobiXml**](docs/PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage. *PdfApi* | [**putPdfInRequestToPdfA**](docs/PdfApi.md#putPdfInRequestToPdfA) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToPptx**](docs/PdfApi.md#putPdfInRequestToPptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToSvg**](docs/PdfApi.md#putPdfInRequestToSvg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage. @@ -396,8 +394,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**putPdfInStorageToDoc**](docs/PdfApi.md#putPdfInStorageToDoc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToEpub**](docs/PdfApi.md#putPdfInStorageToEpub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToHtml**](docs/PdfApi.md#putPdfInStorageToHtml) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage -*PdfApi* | [**putPdfInStorageToLaTeX**](docs/PdfApi.md#putPdfInStorageToLaTeX) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage -*PdfApi* | [**putPdfInStorageToMobiXml**](docs/PdfApi.md#putPdfInStorageToMobiXml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage +*PdfApi* | [**putPdfInStorageToMobiXml**](docs/PdfApi.md#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**](docs/PdfApi.md#putPdfInStorageToPdfA) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToPptx**](docs/PdfApi.md#putPdfInStorageToPptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToSvg**](docs/PdfApi.md#putPdfInStorageToSvg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage @@ -411,7 +408,7 @@ Class | Method | HTTP request | Description *PdfApi* | [**putPolyLineAnnotation**](docs/PdfApi.md#putPolyLineAnnotation) | **PUT** /pdf/\{name}/annotations/polyline/\{annotationId} | Replace document polyline annotation *PdfApi* | [**putPopupAnnotation**](docs/PdfApi.md#putPopupAnnotation) | **PUT** /pdf/\{name}/annotations/popup/\{annotationId} | Replace document popup annotation *PdfApi* | [**putPrivileges**](docs/PdfApi.md#putPrivileges) | **PUT** /pdf/\{name}/privileges | Update privilege document. -*PdfApi* | [**putPsInStorageToPdf**](docs/PdfApi.md#putPsInStorageToPdf) | **PUT** /pdf/\{name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putPsInStorageToPdf**](docs/PdfApi.md#putPsInStorageToPdf) | **PUT** /pdf/\{name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putRadioButtonField**](docs/PdfApi.md#putRadioButtonField) | **PUT** /pdf/\{name}/fields/radiobutton/\{fieldName} | Replace document RadioButton field *PdfApi* | [**putRedactionAnnotation**](docs/PdfApi.md#putRedactionAnnotation) | **PUT** /pdf/\{name}/annotations/redaction/\{annotationId} | Replace document redaction annotation *PdfApi* | [**putReplaceImage**](docs/PdfApi.md#putReplaceImage) | **PUT** /pdf/\{name}/images/\{imageId} | Replace document image. @@ -427,20 +424,20 @@ Class | Method | HTTP request | Description *PdfApi* | [**putStampAnnotation**](docs/PdfApi.md#putStampAnnotation) | **PUT** /pdf/\{name}/annotations/stamp/\{annotationId} | Replace document stamp annotation *PdfApi* | [**putStampAnnotationDataExtract**](docs/PdfApi.md#putStampAnnotationDataExtract) | **PUT** /pdf/\{name}/annotations/stamp/\{annotationId}/data/extract | Extract document stamp annotation content to storage *PdfApi* | [**putStrikeOutAnnotation**](docs/PdfApi.md#putStrikeOutAnnotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation -*PdfApi* | [**putSvgInStorageToPdf**](docs/PdfApi.md#putSvgInStorageToPdf) | **PUT** /pdf/\{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putSvgInStorageToPdf**](docs/PdfApi.md#putSvgInStorageToPdf) | **PUT** /pdf/\{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putTable**](docs/PdfApi.md#putTable) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table. -*PdfApi* | [**putTeXInStorageToPdf**](docs/PdfApi.md#putTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putTeXInStorageToPdf**](docs/PdfApi.md#putTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**putTextAnnotation**](docs/PdfApi.md#putTextAnnotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation *PdfApi* | [**putTextBoxField**](docs/PdfApi.md#putTextBoxField) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field *PdfApi* | [**putUnderlineAnnotation**](docs/PdfApi.md#putUnderlineAnnotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation *PdfApi* | [**putUpdateField**](docs/PdfApi.md#putUpdateField) | **PUT** /pdf/\{name}/fields/\{fieldName} | Update field. *PdfApi* | [**putUpdateFields**](docs/PdfApi.md#putUpdateFields) | **PUT** /pdf/\{name}/fields | Update fields. -*PdfApi* | [**putWebInStorageToPdf**](docs/PdfApi.md#putWebInStorageToPdf) | **PUT** /pdf/\{name}/create/web | Convert web page to PDF format and upload resulting file to storage. +*PdfApi* | [**putWebInStorageToPdf**](docs/PdfApi.md#putWebInStorageToPdf) | **PUT** /pdf/\{name}/create/web | Convert web page to PDF format and upload resulting file to storage. *PdfApi* | [**putXfaPdfInRequestToAcroForm**](docs/PdfApi.md#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**](docs/PdfApi.md#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**](docs/PdfApi.md#putXmlInStorageToPdf) | **PUT** /pdf/\{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage. -*PdfApi* | [**putXpsInStorageToPdf**](docs/PdfApi.md#putXpsInStorageToPdf) | **PUT** /pdf/\{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage. -*PdfApi* | [**putXslFoInStorageToPdf**](docs/PdfApi.md#putXslFoInStorageToPdf) | **PUT** /pdf/\{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putXmlInStorageToPdf**](docs/PdfApi.md#putXmlInStorageToPdf) | **PUT** /pdf/\{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putXpsInStorageToPdf**](docs/PdfApi.md#putXpsInStorageToPdf) | **PUT** /pdf/\{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage. +*PdfApi* | [**putXslFoInStorageToPdf**](docs/PdfApi.md#putXslFoInStorageToPdf) | **PUT** /pdf/\{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage. *PdfApi* | [**storageExists**](docs/PdfApi.md#storageExists) | **GET** /pdf/storage/\{storageName}/exist | Check if storage exists *PdfApi* | [**uploadFile**](docs/PdfApi.md#uploadFile) | **PUT** /pdf/storage/file/\{path} | Upload file @@ -454,9 +451,8 @@ Class | Description [**AnnotationsInfo**](docs/AnnotationsInfo.md) | Object representing a list of annotation info objects. [**AnnotationsInfoResponse**](docs/AnnotationsInfoResponse.md) | Represents multiple annotations info reponse [**AnnotationState**](docs/AnnotationState.md) | The enumeration of states to which the original annotation can be set. -[**AnnotationType**](docs/AnnotationType.md) | +[**AnnotationType**](docs/AnnotationType.md) | [**AntialiasingProcessingType**](docs/AntialiasingProcessingType.md) | This enum describes possible antialiasing measures during conversion -[**ApiInfo**](docs/ApiInfo.md) | Represents response for ApiInfo DTO [**AsposeResponse**](docs/AsposeResponse.md) | Base class for all responses. [**Attachment**](docs/Attachment.md) | Provides link to attachment. [**AttachmentResponse**](docs/AttachmentResponse.md) | Represents response containing single attachment info @@ -472,7 +468,7 @@ Class | Description [**BorderInfo**](docs/BorderInfo.md) | This class represents border for graphics elements. [**BorderStyle**](docs/BorderStyle.md) | Describes style of the annotation border. [**BoxStyle**](docs/BoxStyle.md) | Represents an enumeration of available BoxStyle types. -[**CapStyle**](docs/CapStyle.md) | Style of line ending of Ink annotation line. +[**CapStyle**](docs/CapStyle.md) | Style of line ending of Ink annotation line. [**CaptionPosition**](docs/CaptionPosition.md) | Enumeration of the annotation’s caption positioning. [**CaretAnnotation**](docs/CaretAnnotation.md) | Provides CaretAnnotation. [**CaretAnnotationResponse**](docs/CaretAnnotationResponse.md) | Represents response containing single caret annotation object @@ -480,7 +476,7 @@ Class | Description [**CaretAnnotationsResponse**](docs/CaretAnnotationsResponse.md) | Represents response containing multiple caret annotation objects [**CaretSymbol**](docs/CaretSymbol.md) | A symbol to be associated with the caret. [**Cell**](docs/Cell.md) | Represents a cell of the table's row. -[**CellRecognized**](docs/CellRecognized.md) | +[**CellRecognized**](docs/CellRecognized.md) | [**CheckBoxField**](docs/CheckBoxField.md) | Provides CheckBoxField. [**CheckBoxFieldResponse**](docs/CheckBoxFieldResponse.md) | Represents response containing single checkbox field object [**CheckBoxFields**](docs/CheckBoxFields.md) | Object representing a list of checkbox fields. @@ -519,7 +515,7 @@ Class | Description [**DocumentProperty**](docs/DocumentProperty.md) | Pdf document property. [**DocumentPropertyResponse**](docs/DocumentPropertyResponse.md) | Represents response containing single document property info [**DocumentResponse**](docs/DocumentResponse.md) | Represents response containing document info -[**EpubRecognitionMode**](docs/EpubRecognitionMode.md) | When 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. +[**EpubRecognitionMode**](docs/EpubRecognitionMode.md) | When 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. [**Error**](docs/Error.md) | Error [**ErrorDetails**](docs/ErrorDetails.md) | The error details [**Field**](docs/Field.md) | Represents form field. @@ -537,7 +533,7 @@ Class | Description [**FileVersion**](docs/FileVersion.md) | File Version [**FileVersions**](docs/FileVersions.md) | File versions FileVersion. [**FontEncodingRules**](docs/FontEncodingRules.md) | This enumeration defines rules which tune encoding logic -[**FontSavingModes**](docs/FontSavingModes.md) | Enumerates modes that can be used for saving of fonts referenced in saved PDF +[**FontSavingModes**](docs/FontSavingModes.md) | Enumerates modes that can be used for saving of fonts referenced in saved PDF [**FontStyles**](docs/FontStyles.md) | Specifies style information applied to text. [**FormField**](docs/FormField.md) | Provides form field. [**FreeTextAnnotation**](docs/FreeTextAnnotation.md) | Provides FreeTextAnnotation. @@ -552,7 +548,7 @@ Class | Description [**HighlightAnnotationsResponse**](docs/HighlightAnnotationsResponse.md) | Represents response containing multiple highlight annotation objects [**HorizontalAlignment**](docs/HorizontalAlignment.md) | Describes horizontal alignment. [**HtmlDocumentType**](docs/HtmlDocumentType.md) | Represents enumeration of the Html document types. -[**HtmlMarkupGenerationModes**](docs/HtmlMarkupGenerationModes.md) | Sometimes 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. +[**HtmlMarkupGenerationModes**](docs/HtmlMarkupGenerationModes.md) | Sometimes 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. [**Image**](docs/Image.md) | Represents image DTO. [**ImageCompressionVersion**](docs/ImageCompressionVersion.md) | Describes versions of image compression algorithm. [**ImageEncoding**](docs/ImageEncoding.md) | Image encoding type. @@ -571,7 +567,7 @@ Class | Description [**InkAnnotations**](docs/InkAnnotations.md) | Object representing a list of ink annotations. [**InkAnnotationsResponse**](docs/InkAnnotationsResponse.md) | Represents response containing multiple ink annotation objects [**Justification**](docs/Justification.md) | Enumerates the forms of quadding (justification) to be used in displaying the annotation’s text. -[**LettersPositioningMethods**](docs/LettersPositioningMethods.md) | It enumerates possible modes of positioning of letters in words in result HTML +[**LettersPositioningMethods**](docs/LettersPositioningMethods.md) | It enumerates possible modes of positioning of letters in words in result HTML [**LineAnnotation**](docs/LineAnnotation.md) | Provides LineAnnotation. [**LineAnnotationResponse**](docs/LineAnnotationResponse.md) | Represents response containing single line annotation object [**LineAnnotations**](docs/LineAnnotations.md) | Object representing a list of line annotations. @@ -609,7 +605,7 @@ Class | Description [**Pages**](docs/Pages.md) | Represents list of pages. [**PageWordCount**](docs/PageWordCount.md) | Page words count. [**Paragraph**](docs/Paragraph.md) | Represents text paragraphs as multiline text object. -[**PartsEmbeddingModes**](docs/PartsEmbeddingModes.md) | This 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 +[**PartsEmbeddingModes**](docs/PartsEmbeddingModes.md) | This 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 [**PdfAType**](docs/PdfAType.md) | Allows to specify PdfA file format. [**PdfPageStamp**](docs/PdfPageStamp.md) | Represents Pdf stamps. [**PermissionsFlags**](docs/PermissionsFlags.md) | This enum represents user's permissions for a pdf. @@ -635,7 +631,7 @@ Class | Description [**RadioButtonFields**](docs/RadioButtonFields.md) | Object representing a list of radiobox fields. [**RadioButtonFieldsResponse**](docs/RadioButtonFieldsResponse.md) | Represents response containing multiple RadioButton field objects [**RadioButtonOptionField**](docs/RadioButtonOptionField.md) | Provides RadioButtonField. -[**RasterImagesSavingModes**](docs/RasterImagesSavingModes.md) | Converted 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 +[**RasterImagesSavingModes**](docs/RasterImagesSavingModes.md) | Converted 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 [**Rectangle**](docs/Rectangle.md) | Represents rectangle DTO. [**RedactionAnnotation**](docs/RedactionAnnotation.md) | Provides RedactionAnnotation. [**RedactionAnnotationResponse**](docs/RedactionAnnotationResponse.md) | Represents response containing single redaction annotation object @@ -643,7 +639,7 @@ Class | Description [**RedactionAnnotationsResponse**](docs/RedactionAnnotationsResponse.md) | Represents response containing multiple redaction annotation objects [**Rotation**](docs/Rotation.md) | Enumeration of possible rotation values. [**Row**](docs/Row.md) | Represents a row of the table. -[**RowRecognized**](docs/RowRecognized.md) | +[**RowRecognized**](docs/RowRecognized.md) | [**ScreenAnnotation**](docs/ScreenAnnotation.md) | Provides ScreenAnnotation. [**ScreenAnnotationResponse**](docs/ScreenAnnotationResponse.md) | Represents response containing single screen annotation object [**ScreenAnnotations**](docs/ScreenAnnotations.md) | Object representing a list of screen annotations. @@ -662,7 +658,7 @@ Class | Description [**SoundAnnotationResponse**](docs/SoundAnnotationResponse.md) | Represents response containing single Sound annotation object [**SoundAnnotations**](docs/SoundAnnotations.md) | Object representing a list of Sound annotations. [**SoundAnnotationsResponse**](docs/SoundAnnotationsResponse.md) | Represents response containing multiple sound annotation objects -[**SoundEncoding**](docs/SoundEncoding.md) | The encoding format for the sample data. +[**SoundEncoding**](docs/SoundEncoding.md) | The encoding format for the sample data. [**SoundIcon**](docs/SoundIcon.md) | An icon to be used in displaying the annotation. [**SplitResult**](docs/SplitResult.md) | Represents split result object. [**SplitResultDocument**](docs/SplitResultDocument.md) | Represents split result document, @@ -694,7 +690,7 @@ Class | Description [**StrikeOutAnnotationsResponse**](docs/StrikeOutAnnotationsResponse.md) | Represents response containing multiple strikeout annotation objects [**Table**](docs/Table.md) | Represents a table that can be added to the page. [**TableBroken**](docs/TableBroken.md) | Enumerates the table broken. -[**TableRecognized**](docs/TableRecognized.md) | +[**TableRecognized**](docs/TableRecognized.md) | [**TableRecognizedResponse**](docs/TableRecognizedResponse.md) | Represents response containing single recognized table [**TablesRecognized**](docs/TablesRecognized.md) | Represents list of recognized tables. [**TablesRecognizedResponse**](docs/TablesRecognizedResponse.md) | Represents response containing multiple tables info @@ -729,13 +725,3 @@ Class | Description [**WordCount**](docs/WordCount.md) | Number of words per document pages. [**WordCountResponse**](docs/WordCountResponse.md) | Number of words per document pages. [**WrapMode**](docs/WrapMode.md) | Defines word wrapping strategies - - - ## Aspose.PDF Cloud SDKs in Popular Languages - - | .NET | Java | PHP | Python | Ruby | Node.js | Android | Swift|Go| - |---|---|---|---|---|---|---|--|--| - | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-dotnet) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-java) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-php) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-python) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-ruby) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-node.js) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-android) | [GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift)|[GitHub](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-go) | - | [NuGet](https://www.nuget.org/packages/Aspose.pdf-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-pdf-cloud) | [Composer](https://packagist.org/packages/aspose/pdf-sdk-php) | [PIP](https://pypi.org/project/asposepdfcloud/) | [GEM](https://rubygems.org/gems/aspose_pdf_cloud) | [NPM](https://www.npmjs.com/package/asposepdfcloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-pdf-cloud) | [Cocoapods](https://cocoapods.org/pods/AsposepdfCloud)|[Go.Dev](https://pkg.go.dev/github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v20#readme-aspose-pdf-cloud) | - -[Product Page](https://products.aspose.cloud/pdf/nodejs) | [Documentation](https://docs.aspose.cloud/display/pdfcloud/Home) | [API Reference](https://apireference.aspose.cloud/pdf/) | [Code Samples](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-nodejs) | [Blog](https://blog.aspose.cloud/category/pdf/) | [Free Support](https://forum.aspose.cloud/c/pdf) | [Free Trial](https://dashboard.aspose.cloud/#/apps) diff --git a/docs/ApiInfo.md b/docs/ApiInfo.md deleted file mode 100644 index 86e56b03..00000000 --- a/docs/ApiInfo.md +++ /dev/null @@ -1,11 +0,0 @@ -# ApiInfo -Represents response for ApiInfo DTO - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | **string** | Product name. | [optional] -**version** | **string** | API version. | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/apiInfo.ts) - diff --git a/docs/PdfApi.md b/docs/PdfApi.md index 838463c6..e62ad74e 100644 --- a/docs/PdfApi.md +++ b/docs/PdfApi.md @@ -29,7 +29,6 @@ Method | HTTP request | Description *PdfApi* | [**deleteStamp**](PdfApi.md#deleteStamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID *PdfApi* | [**deleteTable**](PdfApi.md#deleteTable) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID *PdfApi* | [**downloadFile**](PdfApi.md#downloadFile) | **GET** /pdf/storage/file/\{path} | Download file -*PdfApi* | [**getApiInfo**](PdfApi.md#getApiInfo) | **GET** /pdf/info | *PdfApi* | [**getBookmark**](PdfApi.md#getBookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark. *PdfApi* | [**getBookmarks**](PdfApi.md#getBookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list. *PdfApi* | [**getCaretAnnotation**](PdfApi.md#getCaretAnnotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID. @@ -150,8 +149,7 @@ Method | HTTP request | Description *PdfApi* | [**getPdfInStorageToDoc**](PdfApi.md#getPdfInStorageToDoc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToEpub**](PdfApi.md#getPdfInStorageToEpub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToHtml**](PdfApi.md#getPdfInStorageToHtml) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content -*PdfApi* | [**getPdfInStorageToLaTeX**](PdfApi.md#getPdfInStorageToLaTeX) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content -*PdfApi* | [**getPdfInStorageToMobiXml**](PdfApi.md#getPdfInStorageToMobiXml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content +*PdfApi* | [**getPdfInStorageToMobiXml**](PdfApi.md#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**](PdfApi.md#getPdfInStorageToPdfA) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToPptx**](PdfApi.md#getPdfInStorageToPptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content *PdfApi* | [**getPdfInStorageToSvg**](PdfApi.md#getPdfInStorageToSvg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content @@ -306,8 +304,7 @@ Method | HTTP request | Description *PdfApi* | [**putPdfInRequestToDoc**](PdfApi.md#putPdfInRequestToDoc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToEpub**](PdfApi.md#putPdfInRequestToEpub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToHtml**](PdfApi.md#putPdfInRequestToHtml) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage. -*PdfApi* | [**putPdfInRequestToLaTeX**](PdfApi.md#putPdfInRequestToLaTeX) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage. -*PdfApi* | [**putPdfInRequestToMobiXml**](PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage. +*PdfApi* | [**putPdfInRequestToMobiXml**](PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage. *PdfApi* | [**putPdfInRequestToPdfA**](PdfApi.md#putPdfInRequestToPdfA) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToPptx**](PdfApi.md#putPdfInRequestToPptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage. *PdfApi* | [**putPdfInRequestToSvg**](PdfApi.md#putPdfInRequestToSvg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage. @@ -320,8 +317,7 @@ Method | HTTP request | Description *PdfApi* | [**putPdfInStorageToDoc**](PdfApi.md#putPdfInStorageToDoc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToEpub**](PdfApi.md#putPdfInStorageToEpub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToHtml**](PdfApi.md#putPdfInStorageToHtml) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage -*PdfApi* | [**putPdfInStorageToLaTeX**](PdfApi.md#putPdfInStorageToLaTeX) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage -*PdfApi* | [**putPdfInStorageToMobiXml**](PdfApi.md#putPdfInStorageToMobiXml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage +*PdfApi* | [**putPdfInStorageToMobiXml**](PdfApi.md#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**](PdfApi.md#putPdfInStorageToPdfA) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToPptx**](PdfApi.md#putPdfInStorageToPptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage *PdfApi* | [**putPdfInStorageToSvg**](PdfApi.md#putPdfInStorageToSvg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage @@ -932,26 +928,6 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: multipart/form-data - -## **getApiInfo** -> getApiInfo() - - - -### Parameters -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - - -### Return type - -[**ApiInfo**](ApiInfo.md) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: application/json - ## **getBookmark** > getBookmark(name, bookmarkPath, folder, storage) @@ -3719,28 +3695,6 @@ Name | Type | Description | Notes **Buffer** -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: multipart/form-data - - -## **getPdfInStorageToLaTeX** -> getPdfInStorageToLaTeX(name, folder, storage) - -Converts PDF document (located on storage) to TeX format and returns resulting file in response content - -### Parameters -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -**name** | **string** | The document name. | -**folder** | **string** | The document folder. | [optional] -**storage** | **string** | The document storage. | [optional] - -### Return type - -**Buffer** - ### HTTP request headers - **Content-Type**: application/json @@ -3750,7 +3704,7 @@ Name | Type | Description | Notes ## **getPdfInStorageToMobiXml** > getPdfInStorageToMobiXml(name, folder, storage) -Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content +Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content. ### Parameters Name | Type | Description | Notes @@ -7498,28 +7452,6 @@ Name | Type | Description | Notes [**AsposeResponse**](AsposeResponse.md) -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -## **putPdfInRequestToLaTeX** -> putPdfInRequestToLaTeX(outPath, storage, file) - -Converts PDF document (in request content) to TeX format and uploads resulting file to storage. - -### Parameters -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) | -**storage** | **string** | The document storage. | [optional] -**file** | **Buffer** | A file to be converted. | [optional] - -### Return type - -[**AsposeResponse**](AsposeResponse.md) - ### HTTP request headers - **Content-Type**: multipart/form-data @@ -7529,7 +7461,7 @@ Name | Type | Description | Notes ## **putPdfInRequestToMobiXml** > putPdfInRequestToMobiXml(outPath, storage, file) -Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage. +Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage. ### Parameters Name | Type | Description | Notes @@ -7874,29 +7806,6 @@ Name | Type | Description | Notes [**AsposeResponse**](AsposeResponse.md) -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: application/json - - -## **putPdfInStorageToLaTeX** -> putPdfInStorageToLaTeX(name, outPath, folder, storage) - -Converts PDF document (located on storage) to TeX format and uploads resulting file to storage - -### Parameters -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- -**name** | **string** | The document name. | -**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) | -**folder** | **string** | The document folder. | [optional] -**storage** | **string** | The document storage. | [optional] - -### Return type - -[**AsposeResponse**](AsposeResponse.md) - ### HTTP request headers - **Content-Type**: application/json @@ -7906,7 +7815,7 @@ Name | Type | Description | Notes ## **putPdfInStorageToMobiXml** > putPdfInStorageToMobiXml(name, outPath, folder, storage) -Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage +Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage ### Parameters Name | Type | Description | Notes diff --git a/docs/TextReplace.md b/docs/TextReplace.md index 2f903992..ad5700d6 100644 --- a/docs/TextReplace.md +++ b/docs/TextReplace.md @@ -5,7 +5,7 @@ Single text replacement setting. Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **oldValue** | **string** | Original text. | -**newValue** | **string** | New text. | +**newValue** | **string** | New text. | [optional] **regex** | **boolean** | Gets or sets a value indicating whether search text is regular expression. | **textState** | [**TextState**](TextState.md) | Text properties of a new text. | [optional] **rect** | [**Rectangle**](Rectangle.md) | Rectangle area where searched original text. | [optional] diff --git a/package-lock.json b/package-lock.json index 90f5b6c2..69176af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asposepdfcloud", - "version": "20.12.0", + "version": "21.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -29,9 +29,9 @@ "dev": true }, "@types/node": { - "version": "10.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.11.tgz", - "integrity": "sha512-3iIOhNiPGTdcUNVCv9e5G7GotfvJJe2pc9w2UgDXlUwnxSZ3RgcUocIU+xYm+rTU54jIKih998QE4dMOyMN1NQ==" + "version": "14.17.20", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.20.tgz", + "integrity": "sha512-gI5Sl30tmhXsqkNvopFydP7ASc4c2cLfGNQrVKN3X90ADFWFsPEsotm/8JHSUJQKTHbwowAHtcJPeyVhtKv0TQ==" }, "@types/request": { "version": "2.48.1", diff --git a/package.json b/package.json index 895fe50a..9f01edd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asposepdfcloud", - "version": "20.12.0", + "version": "21.9.0", "description": "Aspose.PDF Cloud SDK", "homepage": "https://products.aspose.cloud/pdf/cloud", "author": { @@ -17,7 +17,107 @@ "keywords": [ "Aspose", "Cloud", - "PDF" + "PDF", + "Aspose.PDF", + "Aspose.PDF-Cloud", + "Aspose.Total-Cloud", + "REST", + "API", + "EPUB", + "HTML", + "TEX", + "MHT", + "PCL", + "PS", + "PostScript", + "SVG", + "XML", + "XPS", + "XSLFO", + "MD", + "Markdown", + "XLS", + "XLSX", + "PPTX", + "DOC", + "DOCX", + "EPUB", + "HTML", + "MobiXML", + "SVG", + "JPEG", + "EMF", + "PNG", + "BMP", + "GIF", + "TIFF", + "XML", + "XPS", + "Text", + "FDF", + "XFDF", + "PDFA3", + "PDF-to-DOC", + "PDF-to-DOCX", + "PDF-to-HTML", + "PDF-to-PDFA", + "PDF-to-TIFF", + "PDF-to-SVG", + "PDF-to-EPUB", + "PDF-to-PPTX", + "PDF-to-TEX", + "PDF-to-MobiXML", + "PDF-to-XFA", + "PDF-to-XML", + "PDF-to-XPS", + "PDF-to-XLS", + "EPUB-to-PDF", + "Web-to-PDF", + "TEX-to-PDF", + "MHT-to-PDF", + "HTML-to-PDF", + "PS-to-PDF", + "PostScript-to-PDF", + "XSIF-to-PDF", + "XPS-to-PDF", + "SVG-to-PDF", + "DOC-to-PDF", + "DOCX-to-PDF", + "PCL-to-PDF", + "XML-to-PDF", + "Markdown-to-PDF", + "MD-to-PDF", + "Annotation", + "Line-Annotation", + "Circle-Annotation", + "Square-Annotation", + "Underline-Annotation", + "Squiggly-Annotation", + "PDF-Bookmark", + "PDF-Link", + "PDF-Attachment", + "PDF-Document", + "PDF-Page", + "PDF-Form-Fields", + "PDF-Text", + "PDF-Image", + "Replace-Text", + "Fetch-Text", + "Replace-Image", + "Extract-Image", + "Convert-PDF", + "Convert", + "Converter", + "PDF-to-Image", + "Create-PDF", + "Convert-PDF", + "Stamp", + "PDF-OCR", + "OCR-Layers", + ".NET", + "C#", + "dotnet", + "CSharp" ], "readmeFilename": "README.md", "main": "src/api/api.js", @@ -37,6 +137,7 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", + "@types/node": "^14.14.25", "mocha": "^7.0.0", "ts-node": "^7.0.0", "typescript": "^2.4.2" diff --git a/src/api/api.ts b/src/api/api.ts index fd1fc72d..e4af659b 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -23,7 +23,6 @@ import { AnnotationFlags } from "../models/annotationFlags"; import { AnnotationState } from "../models/annotationState"; import { AnnotationType } from "../models/annotationType"; import { AntialiasingProcessingType } from "../models/antialiasingProcessingType"; -import { ApiInfo } from "../models/apiInfo"; import { AsposeResponse } from "../models/asposeResponse"; import { Border } from "../models/border"; import { BorderCornerStyle } from "../models/borderCornerStyle"; @@ -1761,40 +1760,6 @@ export class PdfApi { } - /** - * - */ - public async getApiInfo () : Promise<{ response: http.IncomingMessage; body: ApiInfo; }> { - const localVarPath = this.basePath + '/pdf/info'; - let localVarQueryParameters: any = {}; - let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); - let localVarFormParams: any = {}; - - - let localVarUseFormData = false; - let fileData = null; - let localVarRequestOptions: localVarRequest.Options = { - method: 'GET', - qs: localVarQueryParameters, - headers: localVarHeaderParams, - uri: localVarPath, - useQuerystring: this._useQuerystring, - json: true, - }; - - if (Object.keys(localVarFormParams).length) { - if (localVarUseFormData) { - (localVarRequestOptions).formData = localVarFormParams; - } else { - localVarRequestOptions.form = localVarFormParams; - } - } - const response = await invokeApiMethod(localVarRequestOptions, this.configuration, false, fileData); - const result = ObjectSerializer.deserialize(response.body, "ApiInfo"); - return Promise.resolve({body: result, response}); - } - - /** * * @summary Read document bookmark. @@ -8883,59 +8848,7 @@ export class PdfApi { /** * - * @summary Converts PDF document (located on storage) to TeX format and returns resulting file in response content - * @param name The document name. - * @param folder The document folder. - * @param storage The document storage. - */ - public async getPdfInStorageToLaTeX (name: string, folder?: string, storage?: string) : Promise<{ response: http.IncomingMessage; body: Buffer; }> { - const localVarPath = this.basePath + '/pdf/{name}/convert/latex' - .replace('{' + 'name' + '}', encodeURIComponent(String(name)).replace('%2F', '/')); - let localVarQueryParameters: any = {}; - let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); - let localVarFormParams: any = {}; - - // verify required parameter 'name' is not null or undefined - if (name === null || name === undefined) { - throw new Error('Required parameter name was null or undefined when calling getPdfInStorageToLaTeX.'); - } - - if (folder !== undefined && null !== folder) { - localVarQueryParameters['folder'] = ObjectSerializer.serialize(folder, "string"); - } - - if (storage !== undefined && null !== storage) { - localVarQueryParameters['storage'] = ObjectSerializer.serialize(storage, "string"); - } - - - let localVarUseFormData = false; - let fileData = null; - let localVarRequestOptions: localVarRequest.Options = { - method: 'GET', - qs: localVarQueryParameters, - headers: localVarHeaderParams, - uri: localVarPath, - useQuerystring: this._useQuerystring, - encoding: null, - }; - - if (Object.keys(localVarFormParams).length) { - if (localVarUseFormData) { - (localVarRequestOptions).formData = localVarFormParams; - } else { - localVarRequestOptions.form = localVarFormParams; - } - } - const response = await invokeApiMethod(localVarRequestOptions, this.configuration, false, fileData); - const result = ObjectSerializer.deserialize(response.body, "Buffer"); - return Promise.resolve({body: result, response}); - } - - - /** - * - * @summary Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content + * @summary Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content. * @param name The document name. * @param folder The document folder. * @param storage The document storage. @@ -19330,65 +19243,7 @@ export class PdfApi { /** * - * @summary Converts PDF document (in request content) to TeX format and uploads resulting file to storage. - * @param outPath Full resulting filename (ex. /folder1/folder2/result.tex) - * @param storage The document storage. - * @param file A file to be converted. - */ - public async putPdfInRequestToLaTeX (outPath: string, storage?: string, file?: Buffer) : Promise<{ response: http.IncomingMessage; body: AsposeResponse; }> { - const localVarPath = this.basePath + '/pdf/convert/latex'; - let localVarQueryParameters: any = {}; - let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); - let localVarFormParams: any = {}; - - // verify required parameter 'outPath' is not null or undefined - if (outPath === null || outPath === undefined) { - throw new Error('Required parameter outPath was null or undefined when calling putPdfInRequestToLaTeX.'); - } - - if (outPath !== undefined && null !== outPath) { - localVarQueryParameters['outPath'] = ObjectSerializer.serialize(outPath, "string"); - } - - if (storage !== undefined && null !== storage) { - localVarQueryParameters['storage'] = ObjectSerializer.serialize(storage, "string"); - } - - - let localVarUseFormData = false; - let fileData = null; - if (file !== undefined) { - localVarFormParams['file'] = file; - fileData = file; - } - localVarUseFormData = true; - - - let localVarRequestOptions: localVarRequest.Options = { - method: 'PUT', - qs: localVarQueryParameters, - headers: localVarHeaderParams, - uri: localVarPath, - useQuerystring: this._useQuerystring, - json: true, - }; - - if (Object.keys(localVarFormParams).length) { - if (localVarUseFormData) { - (localVarRequestOptions).formData = localVarFormParams; - } else { - localVarRequestOptions.form = localVarFormParams; - } - } - const response = await invokeApiMethod(localVarRequestOptions, this.configuration, false, fileData); - const result = ObjectSerializer.deserialize(response.body, "AsposeResponse"); - return Promise.resolve({body: result, response}); - } - - - /** - * - * @summary Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage. + * @summary Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage. * @param outPath Full resulting filename (ex. /folder1/folder2/result.mobixml) * @param storage The document storage. * @param file A file to be converted. @@ -20484,69 +20339,7 @@ export class PdfApi { /** * - * @summary Converts PDF document (located on storage) to TeX format and uploads resulting file to storage - * @param name The document name. - * @param outPath Full resulting filename (ex. /folder1/folder2/result.tex) - * @param folder The document folder. - * @param storage The document storage. - */ - public async putPdfInStorageToLaTeX (name: string, outPath: string, folder?: string, storage?: string) : Promise<{ response: http.IncomingMessage; body: AsposeResponse; }> { - const localVarPath = this.basePath + '/pdf/{name}/convert/latex' - .replace('{' + 'name' + '}', encodeURIComponent(String(name)).replace('%2F', '/')); - let localVarQueryParameters: any = {}; - let localVarHeaderParams: any = (Object).assign({}, this.defaultHeaders); - let localVarFormParams: any = {}; - - // verify required parameter 'name' is not null or undefined - if (name === null || name === undefined) { - throw new Error('Required parameter name was null or undefined when calling putPdfInStorageToLaTeX.'); - } - - // verify required parameter 'outPath' is not null or undefined - if (outPath === null || outPath === undefined) { - throw new Error('Required parameter outPath was null or undefined when calling putPdfInStorageToLaTeX.'); - } - - if (outPath !== undefined && null !== outPath) { - localVarQueryParameters['outPath'] = ObjectSerializer.serialize(outPath, "string"); - } - - if (folder !== undefined && null !== folder) { - localVarQueryParameters['folder'] = ObjectSerializer.serialize(folder, "string"); - } - - if (storage !== undefined && null !== storage) { - localVarQueryParameters['storage'] = ObjectSerializer.serialize(storage, "string"); - } - - - let localVarUseFormData = false; - let fileData = null; - let localVarRequestOptions: localVarRequest.Options = { - method: 'PUT', - qs: localVarQueryParameters, - headers: localVarHeaderParams, - uri: localVarPath, - useQuerystring: this._useQuerystring, - json: true, - }; - - if (Object.keys(localVarFormParams).length) { - if (localVarUseFormData) { - (localVarRequestOptions).formData = localVarFormParams; - } else { - localVarRequestOptions.form = localVarFormParams; - } - } - const response = await invokeApiMethod(localVarRequestOptions, this.configuration, false, fileData); - const result = ObjectSerializer.deserialize(response.body, "AsposeResponse"); - return Promise.resolve({body: result, response}); - } - - - /** - * - * @summary Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage + * @summary Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage * @param name The document name. * @param outPath Full resulting filename (ex. /folder1/folder2/result.mobixml) * @param folder The document folder. diff --git a/src/auth.ts b/src/auth.ts index c08e60a4..12d6df84 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/configuration.ts b/src/configuration.ts index c53f48a6..cee3cba7 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotation.ts b/src/models/annotation.ts index 9fd8d42a..0f8607c1 100644 --- a/src/models/annotation.ts +++ b/src/models/annotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationFlags.ts b/src/models/annotationFlags.ts index d6ea6a17..34e97ad9 100644 --- a/src/models/annotationFlags.ts +++ b/src/models/annotationFlags.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationInfo.ts b/src/models/annotationInfo.ts index c0c84cc8..449e4374 100644 --- a/src/models/annotationInfo.ts +++ b/src/models/annotationInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationState.ts b/src/models/annotationState.ts index d3119bc8..b6d3d04f 100644 --- a/src/models/annotationState.ts +++ b/src/models/annotationState.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationType.ts b/src/models/annotationType.ts index ee892faa..b92ae67b 100644 --- a/src/models/annotationType.ts +++ b/src/models/annotationType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationsInfo.ts b/src/models/annotationsInfo.ts index 5c501249..5324af63 100644 --- a/src/models/annotationsInfo.ts +++ b/src/models/annotationsInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/annotationsInfoResponse.ts b/src/models/annotationsInfoResponse.ts index daae107e..c3a140f9 100644 --- a/src/models/annotationsInfoResponse.ts +++ b/src/models/annotationsInfoResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/antialiasingProcessingType.ts b/src/models/antialiasingProcessingType.ts index bba660ca..3c513964 100644 --- a/src/models/antialiasingProcessingType.ts +++ b/src/models/antialiasingProcessingType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/apiInfo.ts b/src/models/apiInfo.ts deleted file mode 100644 index 995973cb..00000000 --- a/src/models/apiInfo.ts +++ /dev/null @@ -1,55 +0,0 @@ - /** - * - * Copyright (c) 2020 Aspose.PDF Cloud - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - */ - - -/** -* Represents response for ApiInfo DTO -*/ -export class ApiInfo { - /** - * Product name. - */ - 'name': string; - /** - * API version. - */ - 'version': string; - - static discriminator = undefined; - - static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ - { - "name": "name", - "baseName": "Name", - "type": "string" - }, - { - "name": "version", - "baseName": "Version", - "type": "string" - } ]; - - static getAttributeTypeMap() { - return ApiInfo.attributeTypeMap; - } -} - - diff --git a/src/models/asposeResponse.ts b/src/models/asposeResponse.ts index 02638435..cb833285 100644 --- a/src/models/asposeResponse.ts +++ b/src/models/asposeResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/attachment.ts b/src/models/attachment.ts index 1c9cc6c3..16e08c22 100644 --- a/src/models/attachment.ts +++ b/src/models/attachment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/attachmentResponse.ts b/src/models/attachmentResponse.ts index baa717f0..43889fbf 100644 --- a/src/models/attachmentResponse.ts +++ b/src/models/attachmentResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/attachments.ts b/src/models/attachments.ts index 88272c94..80492fdf 100644 --- a/src/models/attachments.ts +++ b/src/models/attachments.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/attachmentsResponse.ts b/src/models/attachmentsResponse.ts index aa685420..4ddd362e 100644 --- a/src/models/attachmentsResponse.ts +++ b/src/models/attachmentsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/bookmark.ts b/src/models/bookmark.ts index 6e3afb39..acc1e02e 100644 --- a/src/models/bookmark.ts +++ b/src/models/bookmark.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/bookmarkResponse.ts b/src/models/bookmarkResponse.ts index dc7924f3..e4aedbcc 100644 --- a/src/models/bookmarkResponse.ts +++ b/src/models/bookmarkResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/bookmarks.ts b/src/models/bookmarks.ts index c25a9e22..ca4e9c44 100644 --- a/src/models/bookmarks.ts +++ b/src/models/bookmarks.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/bookmarksResponse.ts b/src/models/bookmarksResponse.ts index 0dd1171f..731b9d67 100644 --- a/src/models/bookmarksResponse.ts +++ b/src/models/bookmarksResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/border.ts b/src/models/border.ts index 42478ee4..e671bbc2 100644 --- a/src/models/border.ts +++ b/src/models/border.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/borderCornerStyle.ts b/src/models/borderCornerStyle.ts index ae293f85..cbc1b7ae 100644 --- a/src/models/borderCornerStyle.ts +++ b/src/models/borderCornerStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/borderEffect.ts b/src/models/borderEffect.ts index 7e187ad1..ed46733e 100644 --- a/src/models/borderEffect.ts +++ b/src/models/borderEffect.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/borderInfo.ts b/src/models/borderInfo.ts index 53425867..83459c93 100644 --- a/src/models/borderInfo.ts +++ b/src/models/borderInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/borderStyle.ts b/src/models/borderStyle.ts index 3c9e0671..cfe04767 100644 --- a/src/models/borderStyle.ts +++ b/src/models/borderStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/boxStyle.ts b/src/models/boxStyle.ts index 1d3442c4..e8cb3251 100644 --- a/src/models/boxStyle.ts +++ b/src/models/boxStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/capStyle.ts b/src/models/capStyle.ts index 9c493c12..fc1da95c 100644 --- a/src/models/capStyle.ts +++ b/src/models/capStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/captionPosition.ts b/src/models/captionPosition.ts index f048ff3c..c238c6ea 100644 --- a/src/models/captionPosition.ts +++ b/src/models/captionPosition.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/caretAnnotation.ts b/src/models/caretAnnotation.ts index 64d4de1d..8be3c061 100644 --- a/src/models/caretAnnotation.ts +++ b/src/models/caretAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/caretAnnotationResponse.ts b/src/models/caretAnnotationResponse.ts index 53aa5e92..6c6293f5 100644 --- a/src/models/caretAnnotationResponse.ts +++ b/src/models/caretAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/caretAnnotations.ts b/src/models/caretAnnotations.ts index 45604823..f7be3d89 100644 --- a/src/models/caretAnnotations.ts +++ b/src/models/caretAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/caretAnnotationsResponse.ts b/src/models/caretAnnotationsResponse.ts index 42a1e6d8..880847f5 100644 --- a/src/models/caretAnnotationsResponse.ts +++ b/src/models/caretAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/caretSymbol.ts b/src/models/caretSymbol.ts index e8893528..993f1dbd 100644 --- a/src/models/caretSymbol.ts +++ b/src/models/caretSymbol.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/cell.ts b/src/models/cell.ts index f40320ee..f00e348c 100644 --- a/src/models/cell.ts +++ b/src/models/cell.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/cellRecognized.ts b/src/models/cellRecognized.ts index ae100da8..3a187114 100644 --- a/src/models/cellRecognized.ts +++ b/src/models/cellRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/checkBoxField.ts b/src/models/checkBoxField.ts index 784ea4f3..b7c99f33 100644 --- a/src/models/checkBoxField.ts +++ b/src/models/checkBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/checkBoxFieldResponse.ts b/src/models/checkBoxFieldResponse.ts index c1681351..e5d54647 100644 --- a/src/models/checkBoxFieldResponse.ts +++ b/src/models/checkBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/checkBoxFields.ts b/src/models/checkBoxFields.ts index bd87d904..7a3da14f 100644 --- a/src/models/checkBoxFields.ts +++ b/src/models/checkBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/checkBoxFieldsResponse.ts b/src/models/checkBoxFieldsResponse.ts index 6f862148..29c8363b 100644 --- a/src/models/checkBoxFieldsResponse.ts +++ b/src/models/checkBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/choiceField.ts b/src/models/choiceField.ts index 20a9f9e3..ab1e1b99 100644 --- a/src/models/choiceField.ts +++ b/src/models/choiceField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/circleAnnotation.ts b/src/models/circleAnnotation.ts index a35b7387..188aa79d 100644 --- a/src/models/circleAnnotation.ts +++ b/src/models/circleAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/circleAnnotationResponse.ts b/src/models/circleAnnotationResponse.ts index 4542ad20..b9707ccc 100644 --- a/src/models/circleAnnotationResponse.ts +++ b/src/models/circleAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/circleAnnotations.ts b/src/models/circleAnnotations.ts index b1d17715..9104e4ed 100644 --- a/src/models/circleAnnotations.ts +++ b/src/models/circleAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/circleAnnotationsResponse.ts b/src/models/circleAnnotationsResponse.ts index 1168e640..3c950a1a 100644 --- a/src/models/circleAnnotationsResponse.ts +++ b/src/models/circleAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/color.ts b/src/models/color.ts index 2813b9b0..d7749c37 100644 --- a/src/models/color.ts +++ b/src/models/color.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/colorDepth.ts b/src/models/colorDepth.ts index f720fb6e..e527a93b 100644 --- a/src/models/colorDepth.ts +++ b/src/models/colorDepth.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/columnAdjustment.ts b/src/models/columnAdjustment.ts index 106196d7..ff2523e8 100644 --- a/src/models/columnAdjustment.ts +++ b/src/models/columnAdjustment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/comboBoxField.ts b/src/models/comboBoxField.ts index d8d21ce2..d81e911c 100644 --- a/src/models/comboBoxField.ts +++ b/src/models/comboBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/comboBoxFieldResponse.ts b/src/models/comboBoxFieldResponse.ts index 50ad5e6e..ff983716 100644 --- a/src/models/comboBoxFieldResponse.ts +++ b/src/models/comboBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/comboBoxFields.ts b/src/models/comboBoxFields.ts index dfa145a6..327dc8d7 100644 --- a/src/models/comboBoxFields.ts +++ b/src/models/comboBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/comboBoxFieldsResponse.ts b/src/models/comboBoxFieldsResponse.ts index 74a7dde2..94269a37 100644 --- a/src/models/comboBoxFieldsResponse.ts +++ b/src/models/comboBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/commonFigureAnnotation.ts b/src/models/commonFigureAnnotation.ts index 53a2a25b..75086466 100644 --- a/src/models/commonFigureAnnotation.ts +++ b/src/models/commonFigureAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/compressionType.ts b/src/models/compressionType.ts index de1fffd1..11dd6412 100644 --- a/src/models/compressionType.ts +++ b/src/models/compressionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/cryptoAlgorithm.ts b/src/models/cryptoAlgorithm.ts index a8740d3c..38cd1931 100644 --- a/src/models/cryptoAlgorithm.ts +++ b/src/models/cryptoAlgorithm.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/dash.ts b/src/models/dash.ts index c7667cb2..fc23f3d9 100644 --- a/src/models/dash.ts +++ b/src/models/dash.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/defaultPageConfig.ts b/src/models/defaultPageConfig.ts index 9ebd4559..d8dbd818 100644 --- a/src/models/defaultPageConfig.ts +++ b/src/models/defaultPageConfig.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/direction.ts b/src/models/direction.ts index 2c92e9a1..be6b9374 100644 --- a/src/models/direction.ts +++ b/src/models/direction.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/discUsage.ts b/src/models/discUsage.ts index ff78388e..9b1fa03f 100644 --- a/src/models/discUsage.ts +++ b/src/models/discUsage.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/displayProperties.ts b/src/models/displayProperties.ts index e61d256f..959967d5 100644 --- a/src/models/displayProperties.ts +++ b/src/models/displayProperties.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/displayPropertiesResponse.ts b/src/models/displayPropertiesResponse.ts index f1be22dd..ce2d5ed5 100644 --- a/src/models/displayPropertiesResponse.ts +++ b/src/models/displayPropertiesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/docFormat.ts b/src/models/docFormat.ts index 7655e37a..d4d80fa5 100644 --- a/src/models/docFormat.ts +++ b/src/models/docFormat.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/docMDPAccessPermissionType.ts b/src/models/docMDPAccessPermissionType.ts index b94808c9..78961d6c 100644 --- a/src/models/docMDPAccessPermissionType.ts +++ b/src/models/docMDPAccessPermissionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/docRecognitionMode.ts b/src/models/docRecognitionMode.ts index 06c7e125..249ea93a 100644 --- a/src/models/docRecognitionMode.ts +++ b/src/models/docRecognitionMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/document.ts b/src/models/document.ts index 8c1ec4ca..f77247bb 100644 --- a/src/models/document.ts +++ b/src/models/document.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentConfig.ts b/src/models/documentConfig.ts index 92b62cec..49f2caac 100644 --- a/src/models/documentConfig.ts +++ b/src/models/documentConfig.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentPageResponse.ts b/src/models/documentPageResponse.ts index 732b50cc..e45037dc 100644 --- a/src/models/documentPageResponse.ts +++ b/src/models/documentPageResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentPagesResponse.ts b/src/models/documentPagesResponse.ts index af6027d2..fe46ce97 100644 --- a/src/models/documentPagesResponse.ts +++ b/src/models/documentPagesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentPrivilege.ts b/src/models/documentPrivilege.ts index a6336fc5..9745f74c 100644 --- a/src/models/documentPrivilege.ts +++ b/src/models/documentPrivilege.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentProperties.ts b/src/models/documentProperties.ts index 4129bcfb..76c772cc 100644 --- a/src/models/documentProperties.ts +++ b/src/models/documentProperties.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentPropertiesResponse.ts b/src/models/documentPropertiesResponse.ts index be6b7def..67e4ad94 100644 --- a/src/models/documentPropertiesResponse.ts +++ b/src/models/documentPropertiesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentProperty.ts b/src/models/documentProperty.ts index 6def12e3..7e808161 100644 --- a/src/models/documentProperty.ts +++ b/src/models/documentProperty.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentPropertyResponse.ts b/src/models/documentPropertyResponse.ts index d94466fe..d75604f6 100644 --- a/src/models/documentPropertyResponse.ts +++ b/src/models/documentPropertyResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/documentResponse.ts b/src/models/documentResponse.ts index ebe4b9e8..03c65d27 100644 --- a/src/models/documentResponse.ts +++ b/src/models/documentResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/epubRecognitionMode.ts b/src/models/epubRecognitionMode.ts index fb06cf4a..8231644c 100644 --- a/src/models/epubRecognitionMode.ts +++ b/src/models/epubRecognitionMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/errorDetails.ts b/src/models/errorDetails.ts index 68af396f..8b5cefea 100644 --- a/src/models/errorDetails.ts +++ b/src/models/errorDetails.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/field.ts b/src/models/field.ts index 4c1ef4d4..27a8dab9 100644 --- a/src/models/field.ts +++ b/src/models/field.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fieldResponse.ts b/src/models/fieldResponse.ts index 7fe6c9f3..026006d7 100644 --- a/src/models/fieldResponse.ts +++ b/src/models/fieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fieldType.ts b/src/models/fieldType.ts index 21614099..4224dceb 100644 --- a/src/models/fieldType.ts +++ b/src/models/fieldType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fields.ts b/src/models/fields.ts index d4cab0de..5bfab75f 100644 --- a/src/models/fields.ts +++ b/src/models/fields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fieldsResponse.ts b/src/models/fieldsResponse.ts index 75a6dcec..c5da8a5d 100644 --- a/src/models/fieldsResponse.ts +++ b/src/models/fieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileAttachmentAnnotation.ts b/src/models/fileAttachmentAnnotation.ts index 291a9400..916842dd 100644 --- a/src/models/fileAttachmentAnnotation.ts +++ b/src/models/fileAttachmentAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileAttachmentAnnotationResponse.ts b/src/models/fileAttachmentAnnotationResponse.ts index 558b3ab7..8bab6022 100644 --- a/src/models/fileAttachmentAnnotationResponse.ts +++ b/src/models/fileAttachmentAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileAttachmentAnnotations.ts b/src/models/fileAttachmentAnnotations.ts index fe84c9f8..9e33def9 100644 --- a/src/models/fileAttachmentAnnotations.ts +++ b/src/models/fileAttachmentAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileAttachmentAnnotationsResponse.ts b/src/models/fileAttachmentAnnotationsResponse.ts index 47ae22e8..edbe9c1e 100644 --- a/src/models/fileAttachmentAnnotationsResponse.ts +++ b/src/models/fileAttachmentAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileIcon.ts b/src/models/fileIcon.ts index 3fe5b8ac..bb703300 100644 --- a/src/models/fileIcon.ts +++ b/src/models/fileIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileVersion.ts b/src/models/fileVersion.ts index adbc6ada..ae27bb3e 100644 --- a/src/models/fileVersion.ts +++ b/src/models/fileVersion.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fileVersions.ts b/src/models/fileVersions.ts index d77f2119..69fdd1cb 100644 --- a/src/models/fileVersions.ts +++ b/src/models/fileVersions.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/filesList.ts b/src/models/filesList.ts index c2125dc9..15e77b2d 100644 --- a/src/models/filesList.ts +++ b/src/models/filesList.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/filesUploadResult.ts b/src/models/filesUploadResult.ts index da5a2e38..70a365fd 100644 --- a/src/models/filesUploadResult.ts +++ b/src/models/filesUploadResult.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fontEncodingRules.ts b/src/models/fontEncodingRules.ts index 07f15bbe..69e52e0d 100644 --- a/src/models/fontEncodingRules.ts +++ b/src/models/fontEncodingRules.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fontSavingModes.ts b/src/models/fontSavingModes.ts index 895bcf9e..70300916 100644 --- a/src/models/fontSavingModes.ts +++ b/src/models/fontSavingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/fontStyles.ts b/src/models/fontStyles.ts index 748b8c9f..9e2d533b 100644 --- a/src/models/fontStyles.ts +++ b/src/models/fontStyles.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/formField.ts b/src/models/formField.ts index b1af2295..1d980fe9 100644 --- a/src/models/formField.ts +++ b/src/models/formField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/freeTextAnnotation.ts b/src/models/freeTextAnnotation.ts index b689a170..fa84c1e0 100644 --- a/src/models/freeTextAnnotation.ts +++ b/src/models/freeTextAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/freeTextAnnotationResponse.ts b/src/models/freeTextAnnotationResponse.ts index 2b5bc811..a94bdb74 100644 --- a/src/models/freeTextAnnotationResponse.ts +++ b/src/models/freeTextAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/freeTextAnnotations.ts b/src/models/freeTextAnnotations.ts index 032c744e..0c7acb98 100644 --- a/src/models/freeTextAnnotations.ts +++ b/src/models/freeTextAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/freeTextAnnotationsResponse.ts b/src/models/freeTextAnnotationsResponse.ts index bf5df10a..493b4769 100644 --- a/src/models/freeTextAnnotationsResponse.ts +++ b/src/models/freeTextAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/freeTextIntent.ts b/src/models/freeTextIntent.ts index a0d2627a..316fd2d3 100644 --- a/src/models/freeTextIntent.ts +++ b/src/models/freeTextIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/graphInfo.ts b/src/models/graphInfo.ts index e20de0a5..5a5c479b 100644 --- a/src/models/graphInfo.ts +++ b/src/models/graphInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/highlightAnnotation.ts b/src/models/highlightAnnotation.ts index adb92fa6..bc9151bf 100644 --- a/src/models/highlightAnnotation.ts +++ b/src/models/highlightAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/highlightAnnotationResponse.ts b/src/models/highlightAnnotationResponse.ts index 0988ed91..12bcfcec 100644 --- a/src/models/highlightAnnotationResponse.ts +++ b/src/models/highlightAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/highlightAnnotations.ts b/src/models/highlightAnnotations.ts index 174e7351..f71289d0 100644 --- a/src/models/highlightAnnotations.ts +++ b/src/models/highlightAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/highlightAnnotationsResponse.ts b/src/models/highlightAnnotationsResponse.ts index aba0f2eb..add3072b 100644 --- a/src/models/highlightAnnotationsResponse.ts +++ b/src/models/highlightAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/horizontalAlignment.ts b/src/models/horizontalAlignment.ts index b169fa1c..7d0f46df 100644 --- a/src/models/horizontalAlignment.ts +++ b/src/models/horizontalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/htmlDocumentType.ts b/src/models/htmlDocumentType.ts index 2a965999..275c820d 100644 --- a/src/models/htmlDocumentType.ts +++ b/src/models/htmlDocumentType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/htmlMarkupGenerationModes.ts b/src/models/htmlMarkupGenerationModes.ts index 935df934..f9d45fd3 100644 --- a/src/models/htmlMarkupGenerationModes.ts +++ b/src/models/htmlMarkupGenerationModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/image.ts b/src/models/image.ts index bc99cb6d..6c256658 100644 --- a/src/models/image.ts +++ b/src/models/image.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageCompressionVersion.ts b/src/models/imageCompressionVersion.ts index 4d07ab78..b291d516 100644 --- a/src/models/imageCompressionVersion.ts +++ b/src/models/imageCompressionVersion.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageEncoding.ts b/src/models/imageEncoding.ts index 161e3cbf..e006b887 100644 --- a/src/models/imageEncoding.ts +++ b/src/models/imageEncoding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageFooter.ts b/src/models/imageFooter.ts index 98cadb98..c41dfa7f 100644 --- a/src/models/imageFooter.ts +++ b/src/models/imageFooter.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageFragment.ts b/src/models/imageFragment.ts index 4b84d082..0f4115ec 100644 --- a/src/models/imageFragment.ts +++ b/src/models/imageFragment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageHeader.ts b/src/models/imageHeader.ts index f64b5843..cdad3af7 100644 --- a/src/models/imageHeader.ts +++ b/src/models/imageHeader.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageResponse.ts b/src/models/imageResponse.ts index 9d927988..f21e51dc 100644 --- a/src/models/imageResponse.ts +++ b/src/models/imageResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageSrcType.ts b/src/models/imageSrcType.ts index 17e7e209..00cf658d 100644 --- a/src/models/imageSrcType.ts +++ b/src/models/imageSrcType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageStamp.ts b/src/models/imageStamp.ts index 1909eaf6..edc1792a 100644 --- a/src/models/imageStamp.ts +++ b/src/models/imageStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageTemplate.ts b/src/models/imageTemplate.ts index 1122fb36..9419f680 100644 --- a/src/models/imageTemplate.ts +++ b/src/models/imageTemplate.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imageTemplatesRequest.ts b/src/models/imageTemplatesRequest.ts index e65748d5..87ed8dd7 100644 --- a/src/models/imageTemplatesRequest.ts +++ b/src/models/imageTemplatesRequest.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/images.ts b/src/models/images.ts index 35d92b33..4ab49221 100644 --- a/src/models/images.ts +++ b/src/models/images.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/imagesResponse.ts b/src/models/imagesResponse.ts index d4f99590..4e804da4 100644 --- a/src/models/imagesResponse.ts +++ b/src/models/imagesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/inkAnnotation.ts b/src/models/inkAnnotation.ts index 8ab8dfc9..151a7221 100644 --- a/src/models/inkAnnotation.ts +++ b/src/models/inkAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/inkAnnotationResponse.ts b/src/models/inkAnnotationResponse.ts index 3d0256db..26f9011c 100644 --- a/src/models/inkAnnotationResponse.ts +++ b/src/models/inkAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/inkAnnotations.ts b/src/models/inkAnnotations.ts index 7d591471..502bbcd8 100644 --- a/src/models/inkAnnotations.ts +++ b/src/models/inkAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/inkAnnotationsResponse.ts b/src/models/inkAnnotationsResponse.ts index fa4102fd..66c4da47 100644 --- a/src/models/inkAnnotationsResponse.ts +++ b/src/models/inkAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/justification.ts b/src/models/justification.ts index 01e37a17..a480a5b4 100644 --- a/src/models/justification.ts +++ b/src/models/justification.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lettersPositioningMethods.ts b/src/models/lettersPositioningMethods.ts index 5f8263a0..720cf302 100644 --- a/src/models/lettersPositioningMethods.ts +++ b/src/models/lettersPositioningMethods.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineAnnotation.ts b/src/models/lineAnnotation.ts index b99e72c8..d7bce674 100644 --- a/src/models/lineAnnotation.ts +++ b/src/models/lineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineAnnotationResponse.ts b/src/models/lineAnnotationResponse.ts index b03fb804..39ae6437 100644 --- a/src/models/lineAnnotationResponse.ts +++ b/src/models/lineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineAnnotations.ts b/src/models/lineAnnotations.ts index e8014de2..81519e79 100644 --- a/src/models/lineAnnotations.ts +++ b/src/models/lineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineAnnotationsResponse.ts b/src/models/lineAnnotationsResponse.ts index d8b18f21..e3826031 100644 --- a/src/models/lineAnnotationsResponse.ts +++ b/src/models/lineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineEnding.ts b/src/models/lineEnding.ts index bc54ff17..fc1c7402 100644 --- a/src/models/lineEnding.ts +++ b/src/models/lineEnding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineIntent.ts b/src/models/lineIntent.ts index 35e808c7..dbce9b62 100644 --- a/src/models/lineIntent.ts +++ b/src/models/lineIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/lineSpacing.ts b/src/models/lineSpacing.ts index edd28357..9f9d6373 100644 --- a/src/models/lineSpacing.ts +++ b/src/models/lineSpacing.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/link.ts b/src/models/link.ts index 295e8242..c0eb8d38 100644 --- a/src/models/link.ts +++ b/src/models/link.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkActionType.ts b/src/models/linkActionType.ts index 24c8fd7b..da726301 100644 --- a/src/models/linkActionType.ts +++ b/src/models/linkActionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkAnnotation.ts b/src/models/linkAnnotation.ts index 903b07b0..b644c0ae 100644 --- a/src/models/linkAnnotation.ts +++ b/src/models/linkAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkAnnotationResponse.ts b/src/models/linkAnnotationResponse.ts index 3f0a93fa..501414ec 100644 --- a/src/models/linkAnnotationResponse.ts +++ b/src/models/linkAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkAnnotations.ts b/src/models/linkAnnotations.ts index 5c4026f5..85432a72 100644 --- a/src/models/linkAnnotations.ts +++ b/src/models/linkAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkAnnotationsResponse.ts b/src/models/linkAnnotationsResponse.ts index a8086cae..d2a9ba15 100644 --- a/src/models/linkAnnotationsResponse.ts +++ b/src/models/linkAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkElement.ts b/src/models/linkElement.ts index c08b6473..d3a46d60 100644 --- a/src/models/linkElement.ts +++ b/src/models/linkElement.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/linkHighlightingMode.ts b/src/models/linkHighlightingMode.ts index 2cdde16d..c6f55e69 100644 --- a/src/models/linkHighlightingMode.ts +++ b/src/models/linkHighlightingMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/listBoxField.ts b/src/models/listBoxField.ts index a42b3b5a..f9e0bd6c 100644 --- a/src/models/listBoxField.ts +++ b/src/models/listBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/listBoxFieldResponse.ts b/src/models/listBoxFieldResponse.ts index c3d7b543..bfef58bb 100644 --- a/src/models/listBoxFieldResponse.ts +++ b/src/models/listBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/listBoxFields.ts b/src/models/listBoxFields.ts index afbdf865..9497c2d0 100644 --- a/src/models/listBoxFields.ts +++ b/src/models/listBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/listBoxFieldsResponse.ts b/src/models/listBoxFieldsResponse.ts index 2d51f6eb..c431befa 100644 --- a/src/models/listBoxFieldsResponse.ts +++ b/src/models/listBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/marginInfo.ts b/src/models/marginInfo.ts index 61ca475c..71f8ea3b 100644 --- a/src/models/marginInfo.ts +++ b/src/models/marginInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/markupAnnotation.ts b/src/models/markupAnnotation.ts index 1afd7ff1..e882efe8 100644 --- a/src/models/markupAnnotation.ts +++ b/src/models/markupAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/mergeDocuments.ts b/src/models/mergeDocuments.ts index bc863bba..59fb8be7 100644 --- a/src/models/mergeDocuments.ts +++ b/src/models/mergeDocuments.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/modelError.ts b/src/models/modelError.ts index 48992fbb..f24f31ac 100644 --- a/src/models/modelError.ts +++ b/src/models/modelError.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/movieAnnotation.ts b/src/models/movieAnnotation.ts index 08fab206..05ffc4ea 100644 --- a/src/models/movieAnnotation.ts +++ b/src/models/movieAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/movieAnnotationResponse.ts b/src/models/movieAnnotationResponse.ts index 4605084a..6f95875c 100644 --- a/src/models/movieAnnotationResponse.ts +++ b/src/models/movieAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/movieAnnotations.ts b/src/models/movieAnnotations.ts index 9dcc43b2..4338b8ec 100644 --- a/src/models/movieAnnotations.ts +++ b/src/models/movieAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/movieAnnotationsResponse.ts b/src/models/movieAnnotationsResponse.ts index be401a2e..ed6baa11 100644 --- a/src/models/movieAnnotationsResponse.ts +++ b/src/models/movieAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/objectExist.ts b/src/models/objectExist.ts index ca9b9983..0dc9da59 100644 --- a/src/models/objectExist.ts +++ b/src/models/objectExist.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/optimizeOptions.ts b/src/models/optimizeOptions.ts index e64f03c9..55e7c8d6 100644 --- a/src/models/optimizeOptions.ts +++ b/src/models/optimizeOptions.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/option.ts b/src/models/option.ts index 5af0a032..ae62c375 100644 --- a/src/models/option.ts +++ b/src/models/option.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/outputFormat.ts b/src/models/outputFormat.ts index 23f52a4b..01fa9ed7 100644 --- a/src/models/outputFormat.ts +++ b/src/models/outputFormat.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/page.ts b/src/models/page.ts index d4832583..11933137 100644 --- a/src/models/page.ts +++ b/src/models/page.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pageLayout.ts b/src/models/pageLayout.ts index 2c6063c9..57aff3d7 100644 --- a/src/models/pageLayout.ts +++ b/src/models/pageLayout.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pageMode.ts b/src/models/pageMode.ts index 28dcc672..14ba0f83 100644 --- a/src/models/pageMode.ts +++ b/src/models/pageMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pageNumberStamp.ts b/src/models/pageNumberStamp.ts index 7d8a9b34..945f6de7 100644 --- a/src/models/pageNumberStamp.ts +++ b/src/models/pageNumberStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pageWordCount.ts b/src/models/pageWordCount.ts index 3eb06d0f..fb22f5f5 100644 --- a/src/models/pageWordCount.ts +++ b/src/models/pageWordCount.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pages.ts b/src/models/pages.ts index 98d15272..aad8856f 100644 --- a/src/models/pages.ts +++ b/src/models/pages.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/paragraph.ts b/src/models/paragraph.ts index 99befd69..370c90c8 100644 --- a/src/models/paragraph.ts +++ b/src/models/paragraph.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/partsEmbeddingModes.ts b/src/models/partsEmbeddingModes.ts index c5eab27a..0122162d 100644 --- a/src/models/partsEmbeddingModes.ts +++ b/src/models/partsEmbeddingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pdfAType.ts b/src/models/pdfAType.ts index 37ab40c2..63e74bb8 100644 --- a/src/models/pdfAType.ts +++ b/src/models/pdfAType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/pdfPageStamp.ts b/src/models/pdfPageStamp.ts index b44cb97e..474b9908 100644 --- a/src/models/pdfPageStamp.ts +++ b/src/models/pdfPageStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/permissionsFlags.ts b/src/models/permissionsFlags.ts index c9410a43..db43161c 100644 --- a/src/models/permissionsFlags.ts +++ b/src/models/permissionsFlags.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/point.ts b/src/models/point.ts index 50b5a4b4..0a546972 100644 --- a/src/models/point.ts +++ b/src/models/point.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyAnnotation.ts b/src/models/polyAnnotation.ts index eaa1889c..f2a640f4 100644 --- a/src/models/polyAnnotation.ts +++ b/src/models/polyAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyIntent.ts b/src/models/polyIntent.ts index f7ee91e6..ae05c04e 100644 --- a/src/models/polyIntent.ts +++ b/src/models/polyIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyLineAnnotation.ts b/src/models/polyLineAnnotation.ts index 91f39711..c5d4b2ec 100644 --- a/src/models/polyLineAnnotation.ts +++ b/src/models/polyLineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyLineAnnotationResponse.ts b/src/models/polyLineAnnotationResponse.ts index 9cbbdf9d..e8cce282 100644 --- a/src/models/polyLineAnnotationResponse.ts +++ b/src/models/polyLineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyLineAnnotations.ts b/src/models/polyLineAnnotations.ts index e8f9cf14..a37c2046 100644 --- a/src/models/polyLineAnnotations.ts +++ b/src/models/polyLineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polyLineAnnotationsResponse.ts b/src/models/polyLineAnnotationsResponse.ts index 3548281e..0686b522 100644 --- a/src/models/polyLineAnnotationsResponse.ts +++ b/src/models/polyLineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polygonAnnotation.ts b/src/models/polygonAnnotation.ts index 985e601d..aad0d966 100644 --- a/src/models/polygonAnnotation.ts +++ b/src/models/polygonAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polygonAnnotationResponse.ts b/src/models/polygonAnnotationResponse.ts index 7924b8b2..a816e3c7 100644 --- a/src/models/polygonAnnotationResponse.ts +++ b/src/models/polygonAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polygonAnnotations.ts b/src/models/polygonAnnotations.ts index 7266b997..44012ec0 100644 --- a/src/models/polygonAnnotations.ts +++ b/src/models/polygonAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/polygonAnnotationsResponse.ts b/src/models/polygonAnnotationsResponse.ts index 8a9e07d0..22d62399 100644 --- a/src/models/polygonAnnotationsResponse.ts +++ b/src/models/polygonAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/popupAnnotation.ts b/src/models/popupAnnotation.ts index 397a50d6..e5acc5e7 100644 --- a/src/models/popupAnnotation.ts +++ b/src/models/popupAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/popupAnnotationResponse.ts b/src/models/popupAnnotationResponse.ts index 70969a0c..68c011e7 100644 --- a/src/models/popupAnnotationResponse.ts +++ b/src/models/popupAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/popupAnnotationWithParent.ts b/src/models/popupAnnotationWithParent.ts index c55dd0ef..e0482480 100644 --- a/src/models/popupAnnotationWithParent.ts +++ b/src/models/popupAnnotationWithParent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/popupAnnotations.ts b/src/models/popupAnnotations.ts index 788e3c61..08e5d015 100644 --- a/src/models/popupAnnotations.ts +++ b/src/models/popupAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/popupAnnotationsResponse.ts b/src/models/popupAnnotationsResponse.ts index fc9c5241..68d3d9b9 100644 --- a/src/models/popupAnnotationsResponse.ts +++ b/src/models/popupAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/position.ts b/src/models/position.ts index 26f61123..f17881b3 100644 --- a/src/models/position.ts +++ b/src/models/position.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/radioButtonField.ts b/src/models/radioButtonField.ts index ae682a9f..44e4a9f5 100644 --- a/src/models/radioButtonField.ts +++ b/src/models/radioButtonField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/radioButtonFieldResponse.ts b/src/models/radioButtonFieldResponse.ts index 5ce60002..9535a685 100644 --- a/src/models/radioButtonFieldResponse.ts +++ b/src/models/radioButtonFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/radioButtonFields.ts b/src/models/radioButtonFields.ts index 919448c6..26978634 100644 --- a/src/models/radioButtonFields.ts +++ b/src/models/radioButtonFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/radioButtonFieldsResponse.ts b/src/models/radioButtonFieldsResponse.ts index afa48d7f..99eae6ba 100644 --- a/src/models/radioButtonFieldsResponse.ts +++ b/src/models/radioButtonFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/radioButtonOptionField.ts b/src/models/radioButtonOptionField.ts index 9ed8b9d3..b22fffe3 100644 --- a/src/models/radioButtonOptionField.ts +++ b/src/models/radioButtonOptionField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/rasterImagesSavingModes.ts b/src/models/rasterImagesSavingModes.ts index c3523242..461803d2 100644 --- a/src/models/rasterImagesSavingModes.ts +++ b/src/models/rasterImagesSavingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/rectangle.ts b/src/models/rectangle.ts index c28c8806..808cfeda 100644 --- a/src/models/rectangle.ts +++ b/src/models/rectangle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/redactionAnnotation.ts b/src/models/redactionAnnotation.ts index c2dc06a1..df2ff24c 100644 --- a/src/models/redactionAnnotation.ts +++ b/src/models/redactionAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/redactionAnnotationResponse.ts b/src/models/redactionAnnotationResponse.ts index 357b0978..f5a56e7e 100644 --- a/src/models/redactionAnnotationResponse.ts +++ b/src/models/redactionAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/redactionAnnotations.ts b/src/models/redactionAnnotations.ts index a066296a..58bea026 100644 --- a/src/models/redactionAnnotations.ts +++ b/src/models/redactionAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/redactionAnnotationsResponse.ts b/src/models/redactionAnnotationsResponse.ts index 446dc30e..e7cc8da2 100644 --- a/src/models/redactionAnnotationsResponse.ts +++ b/src/models/redactionAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/rotation.ts b/src/models/rotation.ts index 1f6ce879..f3941a2a 100644 --- a/src/models/rotation.ts +++ b/src/models/rotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/row.ts b/src/models/row.ts index b424f1c0..91054596 100644 --- a/src/models/row.ts +++ b/src/models/row.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/rowRecognized.ts b/src/models/rowRecognized.ts index c58939cc..fdc0c7a4 100644 --- a/src/models/rowRecognized.ts +++ b/src/models/rowRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/screenAnnotation.ts b/src/models/screenAnnotation.ts index 7eeb16cb..60d58c56 100644 --- a/src/models/screenAnnotation.ts +++ b/src/models/screenAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/screenAnnotationResponse.ts b/src/models/screenAnnotationResponse.ts index 31b67b04..195f121f 100644 --- a/src/models/screenAnnotationResponse.ts +++ b/src/models/screenAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/screenAnnotations.ts b/src/models/screenAnnotations.ts index 297255b1..16b3db4f 100644 --- a/src/models/screenAnnotations.ts +++ b/src/models/screenAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/screenAnnotationsResponse.ts b/src/models/screenAnnotationsResponse.ts index 494d5ede..fc30c089 100644 --- a/src/models/screenAnnotationsResponse.ts +++ b/src/models/screenAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/segment.ts b/src/models/segment.ts index b59f10bf..d49389d2 100644 --- a/src/models/segment.ts +++ b/src/models/segment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/shapeType.ts b/src/models/shapeType.ts index e96adf1e..b4476e33 100644 --- a/src/models/shapeType.ts +++ b/src/models/shapeType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signature.ts b/src/models/signature.ts index b3f2c941..4b4adf0c 100644 --- a/src/models/signature.ts +++ b/src/models/signature.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureCustomAppearance.ts b/src/models/signatureCustomAppearance.ts index fe8a94c9..d66540ed 100644 --- a/src/models/signatureCustomAppearance.ts +++ b/src/models/signatureCustomAppearance.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureField.ts b/src/models/signatureField.ts index d0d804e0..a2c18ddb 100644 --- a/src/models/signatureField.ts +++ b/src/models/signatureField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureFieldResponse.ts b/src/models/signatureFieldResponse.ts index 841b542a..8b65e89a 100644 --- a/src/models/signatureFieldResponse.ts +++ b/src/models/signatureFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureFields.ts b/src/models/signatureFields.ts index dfb37383..1841af57 100644 --- a/src/models/signatureFields.ts +++ b/src/models/signatureFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureFieldsResponse.ts b/src/models/signatureFieldsResponse.ts index 27f12272..b7837656 100644 --- a/src/models/signatureFieldsResponse.ts +++ b/src/models/signatureFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureType.ts b/src/models/signatureType.ts index ccdcba2d..d556458b 100644 --- a/src/models/signatureType.ts +++ b/src/models/signatureType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/signatureVerifyResponse.ts b/src/models/signatureVerifyResponse.ts index 4ac75ac0..c9013d2c 100644 --- a/src/models/signatureVerifyResponse.ts +++ b/src/models/signatureVerifyResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundAnnotation.ts b/src/models/soundAnnotation.ts index 2897f1c8..ab2307ab 100644 --- a/src/models/soundAnnotation.ts +++ b/src/models/soundAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundAnnotationResponse.ts b/src/models/soundAnnotationResponse.ts index 5453a153..b1d01077 100644 --- a/src/models/soundAnnotationResponse.ts +++ b/src/models/soundAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundAnnotations.ts b/src/models/soundAnnotations.ts index 83580ec9..c99423c8 100644 --- a/src/models/soundAnnotations.ts +++ b/src/models/soundAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundAnnotationsResponse.ts b/src/models/soundAnnotationsResponse.ts index 695b6713..5cf88d40 100644 --- a/src/models/soundAnnotationsResponse.ts +++ b/src/models/soundAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundEncoding.ts b/src/models/soundEncoding.ts index 471125f9..19b1a35e 100644 --- a/src/models/soundEncoding.ts +++ b/src/models/soundEncoding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/soundIcon.ts b/src/models/soundIcon.ts index 12b44081..34a9293d 100644 --- a/src/models/soundIcon.ts +++ b/src/models/soundIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/splitResult.ts b/src/models/splitResult.ts index 147e1842..c85427ae 100644 --- a/src/models/splitResult.ts +++ b/src/models/splitResult.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/splitResultDocument.ts b/src/models/splitResultDocument.ts index 04eb65ab..ce8c8379 100644 --- a/src/models/splitResultDocument.ts +++ b/src/models/splitResultDocument.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/splitResultResponse.ts b/src/models/splitResultResponse.ts index 7babd279..700c2a4d 100644 --- a/src/models/splitResultResponse.ts +++ b/src/models/splitResultResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squareAnnotation.ts b/src/models/squareAnnotation.ts index 79591b7a..50e76c88 100644 --- a/src/models/squareAnnotation.ts +++ b/src/models/squareAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squareAnnotationResponse.ts b/src/models/squareAnnotationResponse.ts index 91fdaad7..23d05d4e 100644 --- a/src/models/squareAnnotationResponse.ts +++ b/src/models/squareAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squareAnnotations.ts b/src/models/squareAnnotations.ts index 89b82137..694f031a 100644 --- a/src/models/squareAnnotations.ts +++ b/src/models/squareAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squareAnnotationsResponse.ts b/src/models/squareAnnotationsResponse.ts index 70378b72..f36e4cc0 100644 --- a/src/models/squareAnnotationsResponse.ts +++ b/src/models/squareAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squigglyAnnotation.ts b/src/models/squigglyAnnotation.ts index 20a1c9d6..be8773bb 100644 --- a/src/models/squigglyAnnotation.ts +++ b/src/models/squigglyAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squigglyAnnotationResponse.ts b/src/models/squigglyAnnotationResponse.ts index eabb3aab..6f4ac97a 100644 --- a/src/models/squigglyAnnotationResponse.ts +++ b/src/models/squigglyAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squigglyAnnotations.ts b/src/models/squigglyAnnotations.ts index 2721a7b4..4fee550a 100644 --- a/src/models/squigglyAnnotations.ts +++ b/src/models/squigglyAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/squigglyAnnotationsResponse.ts b/src/models/squigglyAnnotationsResponse.ts index 96cc7dab..9747be29 100644 --- a/src/models/squigglyAnnotationsResponse.ts +++ b/src/models/squigglyAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stamp.ts b/src/models/stamp.ts index 7cd73cea..a4c5ea09 100644 --- a/src/models/stamp.ts +++ b/src/models/stamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampAnnotation.ts b/src/models/stampAnnotation.ts index 1ce5c367..f8a49012 100644 --- a/src/models/stampAnnotation.ts +++ b/src/models/stampAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampAnnotationResponse.ts b/src/models/stampAnnotationResponse.ts index aa942c9b..c8323ede 100644 --- a/src/models/stampAnnotationResponse.ts +++ b/src/models/stampAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampAnnotations.ts b/src/models/stampAnnotations.ts index 3f00c945..6bb25811 100644 --- a/src/models/stampAnnotations.ts +++ b/src/models/stampAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampAnnotationsResponse.ts b/src/models/stampAnnotationsResponse.ts index c85bd432..408eadb1 100644 --- a/src/models/stampAnnotationsResponse.ts +++ b/src/models/stampAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampBase.ts b/src/models/stampBase.ts index 1b984851..142eb664 100644 --- a/src/models/stampBase.ts +++ b/src/models/stampBase.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampIcon.ts b/src/models/stampIcon.ts index 8f405b67..ca515c1c 100644 --- a/src/models/stampIcon.ts +++ b/src/models/stampIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampInfo.ts b/src/models/stampInfo.ts index 72686744..e0ca3e66 100644 --- a/src/models/stampInfo.ts +++ b/src/models/stampInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampType.ts b/src/models/stampType.ts index 5ad90637..51d40369 100644 --- a/src/models/stampType.ts +++ b/src/models/stampType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampsInfo.ts b/src/models/stampsInfo.ts index 88375a13..df5969c3 100644 --- a/src/models/stampsInfo.ts +++ b/src/models/stampsInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/stampsInfoResponse.ts b/src/models/stampsInfoResponse.ts index 00efc7db..79ff4718 100644 --- a/src/models/stampsInfoResponse.ts +++ b/src/models/stampsInfoResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/storageExist.ts b/src/models/storageExist.ts index 9fd58539..198c5ece 100644 --- a/src/models/storageExist.ts +++ b/src/models/storageExist.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/storageFile.ts b/src/models/storageFile.ts index a36d402d..4468c34a 100644 --- a/src/models/storageFile.ts +++ b/src/models/storageFile.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/strikeOutAnnotation.ts b/src/models/strikeOutAnnotation.ts index 9e426ced..041daacb 100644 --- a/src/models/strikeOutAnnotation.ts +++ b/src/models/strikeOutAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/strikeOutAnnotationResponse.ts b/src/models/strikeOutAnnotationResponse.ts index 04a1f372..9b262cb0 100644 --- a/src/models/strikeOutAnnotationResponse.ts +++ b/src/models/strikeOutAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/strikeOutAnnotations.ts b/src/models/strikeOutAnnotations.ts index 6a2077ab..7364afb6 100644 --- a/src/models/strikeOutAnnotations.ts +++ b/src/models/strikeOutAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/strikeOutAnnotationsResponse.ts b/src/models/strikeOutAnnotationsResponse.ts index 71a1e319..da55f270 100644 --- a/src/models/strikeOutAnnotationsResponse.ts +++ b/src/models/strikeOutAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/table.ts b/src/models/table.ts index e189e40b..bdd3b7e2 100644 --- a/src/models/table.ts +++ b/src/models/table.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/tableBroken.ts b/src/models/tableBroken.ts index 0db47f01..e012f8b0 100644 --- a/src/models/tableBroken.ts +++ b/src/models/tableBroken.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/tableRecognized.ts b/src/models/tableRecognized.ts index b30f1b70..789f9066 100644 --- a/src/models/tableRecognized.ts +++ b/src/models/tableRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/tableRecognizedResponse.ts b/src/models/tableRecognizedResponse.ts index 494cf41f..8d342799 100644 --- a/src/models/tableRecognizedResponse.ts +++ b/src/models/tableRecognizedResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/tablesRecognized.ts b/src/models/tablesRecognized.ts index 89a42336..ca1bbbcc 100644 --- a/src/models/tablesRecognized.ts +++ b/src/models/tablesRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/tablesRecognizedResponse.ts b/src/models/tablesRecognizedResponse.ts index 73423f51..9d3ab4f8 100644 --- a/src/models/tablesRecognizedResponse.ts +++ b/src/models/tablesRecognizedResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textAnnotation.ts b/src/models/textAnnotation.ts index 9635f68c..4fa2b419 100644 --- a/src/models/textAnnotation.ts +++ b/src/models/textAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textAnnotationResponse.ts b/src/models/textAnnotationResponse.ts index 917d908f..90977a7d 100644 --- a/src/models/textAnnotationResponse.ts +++ b/src/models/textAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textAnnotations.ts b/src/models/textAnnotations.ts index c75c091d..aedb39cc 100644 --- a/src/models/textAnnotations.ts +++ b/src/models/textAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textAnnotationsResponse.ts b/src/models/textAnnotationsResponse.ts index 91ae17d0..12af97f0 100644 --- a/src/models/textAnnotationsResponse.ts +++ b/src/models/textAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textBoxField.ts b/src/models/textBoxField.ts index 150c580e..2b8db810 100644 --- a/src/models/textBoxField.ts +++ b/src/models/textBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textBoxFieldResponse.ts b/src/models/textBoxFieldResponse.ts index 223c8dfc..b160a1d0 100644 --- a/src/models/textBoxFieldResponse.ts +++ b/src/models/textBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textBoxFields.ts b/src/models/textBoxFields.ts index cf84ba3b..959f08a4 100644 --- a/src/models/textBoxFields.ts +++ b/src/models/textBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textBoxFieldsResponse.ts b/src/models/textBoxFieldsResponse.ts index 02b50e3d..829c12d1 100644 --- a/src/models/textBoxFieldsResponse.ts +++ b/src/models/textBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textFooter.ts b/src/models/textFooter.ts index 3ea5658f..dabe62b2 100644 --- a/src/models/textFooter.ts +++ b/src/models/textFooter.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textHeader.ts b/src/models/textHeader.ts index f8d40305..942a82e5 100644 --- a/src/models/textHeader.ts +++ b/src/models/textHeader.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textHorizontalAlignment.ts b/src/models/textHorizontalAlignment.ts index 800b98a0..6f884c14 100644 --- a/src/models/textHorizontalAlignment.ts +++ b/src/models/textHorizontalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textIcon.ts b/src/models/textIcon.ts index b187dcc8..1b6e9376 100644 --- a/src/models/textIcon.ts +++ b/src/models/textIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textLine.ts b/src/models/textLine.ts index 0cbca262..7c0e9b5f 100644 --- a/src/models/textLine.ts +++ b/src/models/textLine.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textRect.ts b/src/models/textRect.ts index f75b1c6d..3330c3b7 100644 --- a/src/models/textRect.ts +++ b/src/models/textRect.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textRects.ts b/src/models/textRects.ts index a6450f15..fe530106 100644 --- a/src/models/textRects.ts +++ b/src/models/textRects.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textRectsResponse.ts b/src/models/textRectsResponse.ts index bd820b3a..68ecd7c5 100644 --- a/src/models/textRectsResponse.ts +++ b/src/models/textRectsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textReplace.ts b/src/models/textReplace.ts index 7250ca32..f9efcaa9 100644 --- a/src/models/textReplace.ts +++ b/src/models/textReplace.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textReplaceListRequest.ts b/src/models/textReplaceListRequest.ts index 1411c587..26eebf8f 100644 --- a/src/models/textReplaceListRequest.ts +++ b/src/models/textReplaceListRequest.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textReplaceResponse.ts b/src/models/textReplaceResponse.ts index 0f3141ad..7fe65997 100644 --- a/src/models/textReplaceResponse.ts +++ b/src/models/textReplaceResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textStamp.ts b/src/models/textStamp.ts index e61a51ce..4e9af97a 100644 --- a/src/models/textStamp.ts +++ b/src/models/textStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textState.ts b/src/models/textState.ts index 53ceea88..a43dfac8 100644 --- a/src/models/textState.ts +++ b/src/models/textState.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/textStyle.ts b/src/models/textStyle.ts index 224345a3..a1786b50 100644 --- a/src/models/textStyle.ts +++ b/src/models/textStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/timestampSettings.ts b/src/models/timestampSettings.ts index 9821c0d7..c9818022 100644 --- a/src/models/timestampSettings.ts +++ b/src/models/timestampSettings.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/underlineAnnotation.ts b/src/models/underlineAnnotation.ts index 8075fb90..e5e920a9 100644 --- a/src/models/underlineAnnotation.ts +++ b/src/models/underlineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/underlineAnnotationResponse.ts b/src/models/underlineAnnotationResponse.ts index 0c3e61e4..d2b64601 100644 --- a/src/models/underlineAnnotationResponse.ts +++ b/src/models/underlineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/underlineAnnotations.ts b/src/models/underlineAnnotations.ts index abf5a58b..7fac39b0 100644 --- a/src/models/underlineAnnotations.ts +++ b/src/models/underlineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/underlineAnnotationsResponse.ts b/src/models/underlineAnnotationsResponse.ts index 6d5ccc6d..1bbdc7a7 100644 --- a/src/models/underlineAnnotationsResponse.ts +++ b/src/models/underlineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/verticalAlignment.ts b/src/models/verticalAlignment.ts index 7a8c99e4..40de593c 100644 --- a/src/models/verticalAlignment.ts +++ b/src/models/verticalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/wordCount.ts b/src/models/wordCount.ts index dc7f203b..53db85f3 100644 --- a/src/models/wordCount.ts +++ b/src/models/wordCount.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/wordCountResponse.ts b/src/models/wordCountResponse.ts index 1ba9561b..09c61063 100644 --- a/src/models/wordCountResponse.ts +++ b/src/models/wordCountResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/wrapMode.ts b/src/models/wrapMode.ts index 644fab66..51b6b0ca 100644 --- a/src/models/wrapMode.ts +++ b/src/models/wrapMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/objectSerializer.ts b/src/objectSerializer.ts index 65492515..1e4f8d03 100644 --- a/src/objectSerializer.ts +++ b/src/objectSerializer.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2020 Aspose.PDF Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -23,7 +23,6 @@ import { AnnotationFlags } from "./models/annotationFlags"; import { AnnotationState } from "./models/annotationState"; import { AnnotationType } from "./models/annotationType"; import { AntialiasingProcessingType } from "./models/antialiasingProcessingType"; -import { ApiInfo } from "./models/apiInfo"; import { AsposeResponse } from "./models/asposeResponse"; import { Border } from "./models/border"; import { BorderCornerStyle } from "./models/borderCornerStyle"; @@ -364,7 +363,6 @@ let enumsMap: {[index: string]: any} = { } let typeMap: {[index: string]: any} = { - "ApiInfo": ApiInfo, "AsposeResponse": AsposeResponse, "Border": Border, "BorderInfo": BorderInfo, diff --git a/src/requestHelper.ts b/src/requestHelper.ts index ff24683a..9933db60 100644 --- a/src/requestHelper.ts +++ b/src/requestHelper.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -93,7 +93,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura //headers sa.set("User-Agent", "pdf nodejs sdk"); sa.set("x-aspose-client", "nodejs sdk"); - sa.set("x-aspose-client-version", "20.12.0"); + sa.set("x-aspose-client-version", "21.9.0"); if (!requestOptions.headers) { requestOptions.headers = {}; diff --git a/test/baseTestPdfApi.ts b/test/baseTestPdfApi.ts index 3f9313e3..33c329f5 100644 --- a/test/baseTestPdfApi.ts +++ b/test/baseTestPdfApi.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -20,8 +20,6 @@ */ import http = require('http'); import { PdfApi } from "../src/api/api"; -import { AsposeResponse } from "../src/models/asposeResponse"; -import { TextState } from '../src/models/textState'; import { FontStyles } from '../src/models/fontStyles'; import { Table } from '../src/models/table'; import { GraphInfo } from '../src/models/graphInfo'; diff --git a/test/testAnnotations.ts b/test/testAnnotations.ts index 5e0b0c0b..32407872 100644 --- a/test/testAnnotations.ts +++ b/test/testAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testAppend.ts b/test/testAppend.ts index b78e2636..ecd8a642 100644 --- a/test/testAppend.ts +++ b/test/testAppend.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -21,7 +21,6 @@ import * as BaseTest from "./baseTestPdfApi"; import "mocha"; -import { AppendDocument } from "../src/models/appendDocument"; var assert = require('assert'); describe("Append Tests", () => { diff --git a/test/testAttachments.ts b/test/testAttachments.ts index 7b9ec96d..a4cdec2a 100644 --- a/test/testAttachments.ts +++ b/test/testAttachments.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testBookmarks.ts b/test/testBookmarks.ts index 41fc5377..a886ba8e 100644 --- a/test/testBookmarks.ts +++ b/test/testBookmarks.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testCaretAnnotations.ts b/test/testCaretAnnotations.ts index d25c5eef..d82a4372 100644 --- a/test/testCaretAnnotations.ts +++ b/test/testCaretAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testCircleAnnotations.ts b/test/testCircleAnnotations.ts index ec9c5614..3fc2bf44 100644 --- a/test/testCircleAnnotations.ts +++ b/test/testCircleAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testConvert.ts b/test/testConvert.ts index 8f6366ba..d7bfa4e7 100644 --- a/test/testConvert.ts +++ b/test/testConvert.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testConvertToPdf.ts b/test/testConvertToPdf.ts index c5862186..dabddbee 100644 --- a/test/testConvertToPdf.ts +++ b/test/testConvertToPdf.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testDocument.ts b/test/testDocument.ts index a51e7cb1..09fda8e3 100644 --- a/test/testDocument.ts +++ b/test/testDocument.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testEncryptDecrypt.ts b/test/testEncryptDecrypt.ts index 23c7e3a1..f685bf28 100644 --- a/test/testEncryptDecrypt.ts +++ b/test/testEncryptDecrypt.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testExportImport.ts b/test/testExportImport.ts index 4ebee146..5e0f6319 100644 --- a/test/testExportImport.ts +++ b/test/testExportImport.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testFields.ts b/test/testFields.ts index b24f7694..a1fb9e4c 100644 --- a/test/testFields.ts +++ b/test/testFields.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testFileAttachmentAnnotations.ts b/test/testFileAttachmentAnnotations.ts index 5289629b..e2e06c24 100644 --- a/test/testFileAttachmentAnnotations.ts +++ b/test/testFileAttachmentAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testFreeTextAnnotations.ts b/test/testFreeTextAnnotations.ts index 7efb2d6d..62b45e8e 100644 --- a/test/testFreeTextAnnotations.ts +++ b/test/testFreeTextAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testHeaderFooter.ts b/test/testHeaderFooter.ts index 105d5ff7..0e50721e 100644 --- a/test/testHeaderFooter.ts +++ b/test/testHeaderFooter.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testHighlightAnnotations.ts b/test/testHighlightAnnotations.ts index 0c3e6f93..43168783 100644 --- a/test/testHighlightAnnotations.ts +++ b/test/testHighlightAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testImages.ts b/test/testImages.ts index 3b9df184..a0a8893f 100644 --- a/test/testImages.ts +++ b/test/testImages.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testInkAnnotations.ts b/test/testInkAnnotations.ts index 2a28c675..e4b2cb73 100644 --- a/test/testInkAnnotations.ts +++ b/test/testInkAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testLineAnnotations.ts b/test/testLineAnnotations.ts index fda7a65c..2f158b20 100644 --- a/test/testLineAnnotations.ts +++ b/test/testLineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testLinkAnnotations.ts b/test/testLinkAnnotations.ts index f3d2d287..a7c3677e 100644 --- a/test/testLinkAnnotations.ts +++ b/test/testLinkAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testMerge.ts b/test/testMerge.ts index 759b9ba9..a26bcdfe 100644 --- a/test/testMerge.ts +++ b/test/testMerge.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testMovieAnnotations.ts b/test/testMovieAnnotations.ts index aa6a9ebf..3f336bab 100644 --- a/test/testMovieAnnotations.ts +++ b/test/testMovieAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testOcr.ts b/test/testOcr.ts index 6a8d6676..bacc434a 100644 --- a/test/testOcr.ts +++ b/test/testOcr.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPageConvertToImage.ts b/test/testPageConvertToImage.ts index 8c20885d..de0fc76b 100644 --- a/test/testPageConvertToImage.ts +++ b/test/testPageConvertToImage.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPages.ts b/test/testPages.ts index c4688854..1b2b48a3 100644 --- a/test/testPages.ts +++ b/test/testPages.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPolyLineAnnotations.ts b/test/testPolyLineAnnotations.ts index 47986a39..fa0104cb 100644 --- a/test/testPolyLineAnnotations.ts +++ b/test/testPolyLineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPolygonAnnotations.ts b/test/testPolygonAnnotations.ts index fa65626d..b3fbb831 100644 --- a/test/testPolygonAnnotations.ts +++ b/test/testPolygonAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPopupAnnotations.ts b/test/testPopupAnnotations.ts index 73ad667d..774ef7c2 100644 --- a/test/testPopupAnnotations.ts +++ b/test/testPopupAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testPrivileges.ts b/test/testPrivileges.ts index 331a5254..b7b92275 100644 --- a/test/testPrivileges.ts +++ b/test/testPrivileges.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testProperties.ts b/test/testProperties.ts index 781e587d..43778b89 100644 --- a/test/testProperties.ts +++ b/test/testProperties.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testRedactionAnnotations.ts b/test/testRedactionAnnotations.ts index 8ab11122..9522ebab 100644 --- a/test/testRedactionAnnotations.ts +++ b/test/testRedactionAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testScreenAnnotations.ts b/test/testScreenAnnotations.ts index 9f4e32be..4ec035dd 100644 --- a/test/testScreenAnnotations.ts +++ b/test/testScreenAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testSign.ts b/test/testSign.ts index 4427491c..a0d37bf8 100644 --- a/test/testSign.ts +++ b/test/testSign.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testSoundAnnotations.ts b/test/testSoundAnnotations.ts index bc043445..0974d874 100644 --- a/test/testSoundAnnotations.ts +++ b/test/testSoundAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testSquareAnnotations.ts b/test/testSquareAnnotations.ts index 5070764c..5393adaf 100644 --- a/test/testSquareAnnotations.ts +++ b/test/testSquareAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testSquigglyAnnotations.ts b/test/testSquigglyAnnotations.ts index 18af52eb..c91bd2c2 100644 --- a/test/testSquigglyAnnotations.ts +++ b/test/testSquigglyAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testStampAnnotations.ts b/test/testStampAnnotations.ts index 9636561d..85944d94 100644 --- a/test/testStampAnnotations.ts +++ b/test/testStampAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testStamps.ts b/test/testStamps.ts index 0b99bc1c..578dcae6 100644 --- a/test/testStamps.ts +++ b/test/testStamps.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testStorage.ts b/test/testStorage.ts index 7e9a2480..3b2c1407 100644 --- a/test/testStorage.ts +++ b/test/testStorage.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testStrikeOutAnnotations.ts b/test/testStrikeOutAnnotations.ts index 520b200f..9dd10afd 100644 --- a/test/testStrikeOutAnnotations.ts +++ b/test/testStrikeOutAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testTables.ts b/test/testTables.ts index 522139a8..a987217f 100644 --- a/test/testTables.ts +++ b/test/testTables.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testText.ts b/test/testText.ts index e1b56874..80f729e2 100644 --- a/test/testText.ts +++ b/test/testText.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testTextAnnotations.ts b/test/testTextAnnotations.ts index d953a47f..b59e0b2d 100644 --- a/test/testTextAnnotations.ts +++ b/test/testTextAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testTextReplace.ts b/test/testTextReplace.ts index 6a402c0a..073d8adb 100644 --- a/test/testTextReplace.ts +++ b/test/testTextReplace.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2019 Aspose.Pdf for Cloud + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/test/testUnderlineAnnotations.ts b/test/testUnderlineAnnotations.ts index a3e3b1a6..c4a9c341 100644 --- a/test/testUnderlineAnnotations.ts +++ b/test/testUnderlineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2020 Aspose Pty Ltd + * Copyright (c) 2021 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights