diff --git a/LICENSE b/LICENSE index 650be1e9..4ff42132 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Aspose.PDF Cloud +Copyright (c) 2022 Aspose.PDF Cloud 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 c529af55..d10bc186 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text ## Read PDF Formats MHT, PCL, PS, XSLFO, MD -## Enhancements in Version 21.12 +## Enhancements in Version 22.1 - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET. ## Enhancements in Version 20.9 diff --git a/package-lock.json b/package-lock.json index 71545f90..c5aa7e5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "asposepdfcloud", - "version": "21.12.0", + "version": "22.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "asposepdfcloud", - "version": "21.12.0", + "version": "22.1.0", "license": "MIT", "dependencies": { "@types/bluebird": "*", diff --git a/package.json b/package.json index a241ab4f..9694ca81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asposepdfcloud", - "version": "21.12.0", + "version": "22.1.0", "description": "Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.", "homepage": "https://products.aspose.cloud/pdf/cloud", "author": { @@ -137,7 +137,7 @@ }, "devDependencies": { "@types/mocha": "^5.2.5", - "mocha": "^9.1.3", + "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 e4af659b..3c546017 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/auth.ts b/src/auth.ts index 12d6df84..d1c9368b 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of 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 cee3cba7..643962a7 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0f8607c1..e1773854 100644 --- a/src/models/annotation.ts +++ b/src/models/annotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 34e97ad9..bc5a9ad3 100644 --- a/src/models/annotationFlags.ts +++ b/src/models/annotationFlags.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 449e4374..3a5f14dc 100644 --- a/src/models/annotationInfo.ts +++ b/src/models/annotationInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b6d3d04f..787f8370 100644 --- a/src/models/annotationState.ts +++ b/src/models/annotationState.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b92ae67b..e11babf3 100644 --- a/src/models/annotationType.ts +++ b/src/models/annotationType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 5324af63..78800117 100644 --- a/src/models/annotationsInfo.ts +++ b/src/models/annotationsInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c3a140f9..e6881782 100644 --- a/src/models/annotationsInfoResponse.ts +++ b/src/models/annotationsInfoResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 3c513964..2576eb0b 100644 --- a/src/models/antialiasingProcessingType.ts +++ b/src/models/antialiasingProcessingType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/models/asposeResponse.ts b/src/models/asposeResponse.ts index cb833285..83268a76 100644 --- a/src/models/asposeResponse.ts +++ b/src/models/asposeResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 16e08c22..b62576f3 100644 --- a/src/models/attachment.ts +++ b/src/models/attachment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 43889fbf..9e5dcc88 100644 --- a/src/models/attachmentResponse.ts +++ b/src/models/attachmentResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 80492fdf..b5be18ff 100644 --- a/src/models/attachments.ts +++ b/src/models/attachments.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4ddd362e..2333edca 100644 --- a/src/models/attachmentsResponse.ts +++ b/src/models/attachmentsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 acc1e02e..b29c2517 100644 --- a/src/models/bookmark.ts +++ b/src/models/bookmark.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e4aedbcc..30611e08 100644 --- a/src/models/bookmarkResponse.ts +++ b/src/models/bookmarkResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ca4e9c44..54c23fb4 100644 --- a/src/models/bookmarks.ts +++ b/src/models/bookmarks.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 731b9d67..f5b4701c 100644 --- a/src/models/bookmarksResponse.ts +++ b/src/models/bookmarksResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e671bbc2..0a8e1d5a 100644 --- a/src/models/border.ts +++ b/src/models/border.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 cbc1b7ae..99193752 100644 --- a/src/models/borderCornerStyle.ts +++ b/src/models/borderCornerStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ed46733e..6cd89e92 100644 --- a/src/models/borderEffect.ts +++ b/src/models/borderEffect.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 83459c93..319fe518 100644 --- a/src/models/borderInfo.ts +++ b/src/models/borderInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 cfe04767..c42b7282 100644 --- a/src/models/borderStyle.ts +++ b/src/models/borderStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e8cb3251..ad744d3c 100644 --- a/src/models/boxStyle.ts +++ b/src/models/boxStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fc1da95c..d8cefbbe 100644 --- a/src/models/capStyle.ts +++ b/src/models/capStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c238c6ea..ef8db1b2 100644 --- a/src/models/captionPosition.ts +++ b/src/models/captionPosition.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8be3c061..cbf29310 100644 --- a/src/models/caretAnnotation.ts +++ b/src/models/caretAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6c6293f5..4453dcdd 100644 --- a/src/models/caretAnnotationResponse.ts +++ b/src/models/caretAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f7be3d89..18a4f5ea 100644 --- a/src/models/caretAnnotations.ts +++ b/src/models/caretAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 880847f5..20d7f357 100644 --- a/src/models/caretAnnotationsResponse.ts +++ b/src/models/caretAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 993f1dbd..bb847c0f 100644 --- a/src/models/caretSymbol.ts +++ b/src/models/caretSymbol.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f00e348c..6f1551e9 100644 --- a/src/models/cell.ts +++ b/src/models/cell.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 3a187114..c8fa3ddf 100644 --- a/src/models/cellRecognized.ts +++ b/src/models/cellRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b7c99f33..94683a9b 100644 --- a/src/models/checkBoxField.ts +++ b/src/models/checkBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e5d54647..3b528eed 100644 --- a/src/models/checkBoxFieldResponse.ts +++ b/src/models/checkBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7a3da14f..b012880c 100644 --- a/src/models/checkBoxFields.ts +++ b/src/models/checkBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 29c8363b..80c306b5 100644 --- a/src/models/checkBoxFieldsResponse.ts +++ b/src/models/checkBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ab1e1b99..b933b5e4 100644 --- a/src/models/choiceField.ts +++ b/src/models/choiceField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 188aa79d..df37c001 100644 --- a/src/models/circleAnnotation.ts +++ b/src/models/circleAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b9707ccc..592c8af7 100644 --- a/src/models/circleAnnotationResponse.ts +++ b/src/models/circleAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9104e4ed..2d2f3f06 100644 --- a/src/models/circleAnnotations.ts +++ b/src/models/circleAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 3c950a1a..89e1aebe 100644 --- a/src/models/circleAnnotationsResponse.ts +++ b/src/models/circleAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d7749c37..382d6fa1 100644 --- a/src/models/color.ts +++ b/src/models/color.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e527a93b..9c3a6497 100644 --- a/src/models/colorDepth.ts +++ b/src/models/colorDepth.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ff2523e8..1022a646 100644 --- a/src/models/columnAdjustment.ts +++ b/src/models/columnAdjustment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d81e911c..4bc4d59f 100644 --- a/src/models/comboBoxField.ts +++ b/src/models/comboBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ff983716..aea2f730 100644 --- a/src/models/comboBoxFieldResponse.ts +++ b/src/models/comboBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 327dc8d7..d76ad589 100644 --- a/src/models/comboBoxFields.ts +++ b/src/models/comboBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 94269a37..154c5103 100644 --- a/src/models/comboBoxFieldsResponse.ts +++ b/src/models/comboBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 75086466..022df4fd 100644 --- a/src/models/commonFigureAnnotation.ts +++ b/src/models/commonFigureAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 11dd6412..fd408e45 100644 --- a/src/models/compressionType.ts +++ b/src/models/compressionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 38cd1931..403e12f3 100644 --- a/src/models/cryptoAlgorithm.ts +++ b/src/models/cryptoAlgorithm.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fc23f3d9..0f4d020b 100644 --- a/src/models/dash.ts +++ b/src/models/dash.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d8dbd818..c9a32a51 100644 --- a/src/models/defaultPageConfig.ts +++ b/src/models/defaultPageConfig.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 be6b9374..b0316592 100644 --- a/src/models/direction.ts +++ b/src/models/direction.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9b1fa03f..c1719e8a 100644 --- a/src/models/discUsage.ts +++ b/src/models/discUsage.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 959967d5..9e5f3106 100644 --- a/src/models/displayProperties.ts +++ b/src/models/displayProperties.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ce2d5ed5..b24e3eef 100644 --- a/src/models/displayPropertiesResponse.ts +++ b/src/models/displayPropertiesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d4d80fa5..48b1a881 100644 --- a/src/models/docFormat.ts +++ b/src/models/docFormat.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 78961d6c..1c5e4ea2 100644 --- a/src/models/docMDPAccessPermissionType.ts +++ b/src/models/docMDPAccessPermissionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 249ea93a..dbf1fd3f 100644 --- a/src/models/docRecognitionMode.ts +++ b/src/models/docRecognitionMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f77247bb..5da5d733 100644 --- a/src/models/document.ts +++ b/src/models/document.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 49f2caac..2c0019f9 100644 --- a/src/models/documentConfig.ts +++ b/src/models/documentConfig.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e45037dc..ef65c4e5 100644 --- a/src/models/documentPageResponse.ts +++ b/src/models/documentPageResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fe46ce97..9610c250 100644 --- a/src/models/documentPagesResponse.ts +++ b/src/models/documentPagesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9745f74c..c1cc1f9c 100644 --- a/src/models/documentPrivilege.ts +++ b/src/models/documentPrivilege.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 76c772cc..9e632b06 100644 --- a/src/models/documentProperties.ts +++ b/src/models/documentProperties.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 67e4ad94..48cbcdc4 100644 --- a/src/models/documentPropertiesResponse.ts +++ b/src/models/documentPropertiesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7e808161..c7a29a2b 100644 --- a/src/models/documentProperty.ts +++ b/src/models/documentProperty.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d75604f6..4dd1e025 100644 --- a/src/models/documentPropertyResponse.ts +++ b/src/models/documentPropertyResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 03c65d27..ae6eeb93 100644 --- a/src/models/documentResponse.ts +++ b/src/models/documentResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8231644c..e37d4bae 100644 --- a/src/models/epubRecognitionMode.ts +++ b/src/models/epubRecognitionMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8b5cefea..fa88281b 100644 --- a/src/models/errorDetails.ts +++ b/src/models/errorDetails.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 27a8dab9..4bf466cd 100644 --- a/src/models/field.ts +++ b/src/models/field.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 026006d7..f2a7142e 100644 --- a/src/models/fieldResponse.ts +++ b/src/models/fieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4224dceb..97277583 100644 --- a/src/models/fieldType.ts +++ b/src/models/fieldType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 5bfab75f..07ad66f3 100644 --- a/src/models/fields.ts +++ b/src/models/fields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c5da8a5d..e6d4671d 100644 --- a/src/models/fieldsResponse.ts +++ b/src/models/fieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 916842dd..70b00a68 100644 --- a/src/models/fileAttachmentAnnotation.ts +++ b/src/models/fileAttachmentAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8bab6022..0b87b4ec 100644 --- a/src/models/fileAttachmentAnnotationResponse.ts +++ b/src/models/fileAttachmentAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9e33def9..71ab20b0 100644 --- a/src/models/fileAttachmentAnnotations.ts +++ b/src/models/fileAttachmentAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 edbe9c1e..87f17cdb 100644 --- a/src/models/fileAttachmentAnnotationsResponse.ts +++ b/src/models/fileAttachmentAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 bb703300..3a88ca31 100644 --- a/src/models/fileIcon.ts +++ b/src/models/fileIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ae27bb3e..e0868604 100644 --- a/src/models/fileVersion.ts +++ b/src/models/fileVersion.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 69fdd1cb..cf8a5368 100644 --- a/src/models/fileVersions.ts +++ b/src/models/fileVersions.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 15e77b2d..a249fdf4 100644 --- a/src/models/filesList.ts +++ b/src/models/filesList.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 70a365fd..4c6ad883 100644 --- a/src/models/filesUploadResult.ts +++ b/src/models/filesUploadResult.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 69e52e0d..5b163a28 100644 --- a/src/models/fontEncodingRules.ts +++ b/src/models/fontEncodingRules.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 70300916..260b5555 100644 --- a/src/models/fontSavingModes.ts +++ b/src/models/fontSavingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9e2d533b..bc55d7fd 100644 --- a/src/models/fontStyles.ts +++ b/src/models/fontStyles.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 1d980fe9..ad0e41ea 100644 --- a/src/models/formField.ts +++ b/src/models/formField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fa84c1e0..3359cc5f 100644 --- a/src/models/freeTextAnnotation.ts +++ b/src/models/freeTextAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a94bdb74..882a9ad0 100644 --- a/src/models/freeTextAnnotationResponse.ts +++ b/src/models/freeTextAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0c7acb98..da23db2b 100644 --- a/src/models/freeTextAnnotations.ts +++ b/src/models/freeTextAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 493b4769..6dfe3e43 100644 --- a/src/models/freeTextAnnotationsResponse.ts +++ b/src/models/freeTextAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 316fd2d3..a56f5e7d 100644 --- a/src/models/freeTextIntent.ts +++ b/src/models/freeTextIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 5a5c479b..a3a5d8b7 100644 --- a/src/models/graphInfo.ts +++ b/src/models/graphInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 bc9151bf..92b17244 100644 --- a/src/models/highlightAnnotation.ts +++ b/src/models/highlightAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 12bcfcec..8f1680f9 100644 --- a/src/models/highlightAnnotationResponse.ts +++ b/src/models/highlightAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f71289d0..88d4643a 100644 --- a/src/models/highlightAnnotations.ts +++ b/src/models/highlightAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 add3072b..9ed9a1c2 100644 --- a/src/models/highlightAnnotationsResponse.ts +++ b/src/models/highlightAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7d0f46df..54b4f747 100644 --- a/src/models/horizontalAlignment.ts +++ b/src/models/horizontalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 275c820d..c97e2a76 100644 --- a/src/models/htmlDocumentType.ts +++ b/src/models/htmlDocumentType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f9d45fd3..287152b0 100644 --- a/src/models/htmlMarkupGenerationModes.ts +++ b/src/models/htmlMarkupGenerationModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6c256658..814a2cba 100644 --- a/src/models/image.ts +++ b/src/models/image.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b291d516..ae4548c9 100644 --- a/src/models/imageCompressionVersion.ts +++ b/src/models/imageCompressionVersion.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e006b887..cb5219cf 100644 --- a/src/models/imageEncoding.ts +++ b/src/models/imageEncoding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c41dfa7f..cf4c0614 100644 --- a/src/models/imageFooter.ts +++ b/src/models/imageFooter.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0f4115ec..fef86cb9 100644 --- a/src/models/imageFragment.ts +++ b/src/models/imageFragment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 cdad3af7..3d5c18a0 100644 --- a/src/models/imageHeader.ts +++ b/src/models/imageHeader.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f21e51dc..badc56d8 100644 --- a/src/models/imageResponse.ts +++ b/src/models/imageResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 00cf658d..c2e78e2c 100644 --- a/src/models/imageSrcType.ts +++ b/src/models/imageSrcType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 edc1792a..ceeeeff2 100644 --- a/src/models/imageStamp.ts +++ b/src/models/imageStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9419f680..1be37b85 100644 --- a/src/models/imageTemplate.ts +++ b/src/models/imageTemplate.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 87ed8dd7..ee4ea0e7 100644 --- a/src/models/imageTemplatesRequest.ts +++ b/src/models/imageTemplatesRequest.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4ab49221..4be2f43b 100644 --- a/src/models/images.ts +++ b/src/models/images.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4e804da4..995600fe 100644 --- a/src/models/imagesResponse.ts +++ b/src/models/imagesResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 151a7221..54946fba 100644 --- a/src/models/inkAnnotation.ts +++ b/src/models/inkAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 26f9011c..a1c6407c 100644 --- a/src/models/inkAnnotationResponse.ts +++ b/src/models/inkAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 502bbcd8..0d572763 100644 --- a/src/models/inkAnnotations.ts +++ b/src/models/inkAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 66c4da47..a8648f08 100644 --- a/src/models/inkAnnotationsResponse.ts +++ b/src/models/inkAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a480a5b4..1ffd15aa 100644 --- a/src/models/justification.ts +++ b/src/models/justification.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 720cf302..d6c0473c 100644 --- a/src/models/lettersPositioningMethods.ts +++ b/src/models/lettersPositioningMethods.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d7bce674..3a2d9975 100644 --- a/src/models/lineAnnotation.ts +++ b/src/models/lineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 39ae6437..7c06b064 100644 --- a/src/models/lineAnnotationResponse.ts +++ b/src/models/lineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 81519e79..5799648f 100644 --- a/src/models/lineAnnotations.ts +++ b/src/models/lineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e3826031..03fce088 100644 --- a/src/models/lineAnnotationsResponse.ts +++ b/src/models/lineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fc1c7402..1f0c4257 100644 --- a/src/models/lineEnding.ts +++ b/src/models/lineEnding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 dbce9b62..819df1e9 100644 --- a/src/models/lineIntent.ts +++ b/src/models/lineIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9f9d6373..728b8f91 100644 --- a/src/models/lineSpacing.ts +++ b/src/models/lineSpacing.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c0eb8d38..e0fe2f30 100644 --- a/src/models/link.ts +++ b/src/models/link.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 da726301..4d360590 100644 --- a/src/models/linkActionType.ts +++ b/src/models/linkActionType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b644c0ae..e7027a87 100644 --- a/src/models/linkAnnotation.ts +++ b/src/models/linkAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 501414ec..807ffad8 100644 --- a/src/models/linkAnnotationResponse.ts +++ b/src/models/linkAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 85432a72..4fd879c3 100644 --- a/src/models/linkAnnotations.ts +++ b/src/models/linkAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d2a9ba15..2cfa2cb3 100644 --- a/src/models/linkAnnotationsResponse.ts +++ b/src/models/linkAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d3a46d60..06def7ca 100644 --- a/src/models/linkElement.ts +++ b/src/models/linkElement.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c6f55e69..d2c58260 100644 --- a/src/models/linkHighlightingMode.ts +++ b/src/models/linkHighlightingMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f9e0bd6c..70b5a01e 100644 --- a/src/models/listBoxField.ts +++ b/src/models/listBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 bfef58bb..665f8cd6 100644 --- a/src/models/listBoxFieldResponse.ts +++ b/src/models/listBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9497c2d0..3a23a2fb 100644 --- a/src/models/listBoxFields.ts +++ b/src/models/listBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c431befa..56c002ef 100644 --- a/src/models/listBoxFieldsResponse.ts +++ b/src/models/listBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 71f8ea3b..aaebb193 100644 --- a/src/models/marginInfo.ts +++ b/src/models/marginInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e882efe8..be09ef00 100644 --- a/src/models/markupAnnotation.ts +++ b/src/models/markupAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 59fb8be7..27f28b76 100644 --- a/src/models/mergeDocuments.ts +++ b/src/models/mergeDocuments.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f24f31ac..34840738 100644 --- a/src/models/modelError.ts +++ b/src/models/modelError.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 05ffc4ea..e0218b0c 100644 --- a/src/models/movieAnnotation.ts +++ b/src/models/movieAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6f95875c..b4c6b4ba 100644 --- a/src/models/movieAnnotationResponse.ts +++ b/src/models/movieAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4338b8ec..0a095ac1 100644 --- a/src/models/movieAnnotations.ts +++ b/src/models/movieAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ed6baa11..055386b1 100644 --- a/src/models/movieAnnotationsResponse.ts +++ b/src/models/movieAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0dc9da59..f068f54f 100644 --- a/src/models/objectExist.ts +++ b/src/models/objectExist.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 55e7c8d6..be30fd5d 100644 --- a/src/models/optimizeOptions.ts +++ b/src/models/optimizeOptions.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ae62c375..81835f9e 100644 --- a/src/models/option.ts +++ b/src/models/option.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 01fa9ed7..91d9b241 100644 --- a/src/models/outputFormat.ts +++ b/src/models/outputFormat.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 11933137..c3149c23 100644 --- a/src/models/page.ts +++ b/src/models/page.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 57aff3d7..a12e2412 100644 --- a/src/models/pageLayout.ts +++ b/src/models/pageLayout.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 14ba0f83..4e68fcf0 100644 --- a/src/models/pageMode.ts +++ b/src/models/pageMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 945f6de7..0c424bdd 100644 --- a/src/models/pageNumberStamp.ts +++ b/src/models/pageNumberStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fb22f5f5..a6b8310e 100644 --- a/src/models/pageWordCount.ts +++ b/src/models/pageWordCount.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 aad8856f..d2d93be4 100644 --- a/src/models/pages.ts +++ b/src/models/pages.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 370c90c8..c05be089 100644 --- a/src/models/paragraph.ts +++ b/src/models/paragraph.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0122162d..0517c2b4 100644 --- a/src/models/partsEmbeddingModes.ts +++ b/src/models/partsEmbeddingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 63e74bb8..2a142ff5 100644 --- a/src/models/pdfAType.ts +++ b/src/models/pdfAType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 474b9908..132b29b5 100644 --- a/src/models/pdfPageStamp.ts +++ b/src/models/pdfPageStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 db43161c..ffda2755 100644 --- a/src/models/permissionsFlags.ts +++ b/src/models/permissionsFlags.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0a546972..f1bf17a6 100644 --- a/src/models/point.ts +++ b/src/models/point.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f2a640f4..b36a7500 100644 --- a/src/models/polyAnnotation.ts +++ b/src/models/polyAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ae05c04e..b68b0fee 100644 --- a/src/models/polyIntent.ts +++ b/src/models/polyIntent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c5d4b2ec..a01f9808 100644 --- a/src/models/polyLineAnnotation.ts +++ b/src/models/polyLineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e8cce282..dffa7804 100644 --- a/src/models/polyLineAnnotationResponse.ts +++ b/src/models/polyLineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a37c2046..03bb1f3d 100644 --- a/src/models/polyLineAnnotations.ts +++ b/src/models/polyLineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 0686b522..09dd5ec8 100644 --- a/src/models/polyLineAnnotationsResponse.ts +++ b/src/models/polyLineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 aad0d966..d7fd515d 100644 --- a/src/models/polygonAnnotation.ts +++ b/src/models/polygonAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a816e3c7..a5b01d7b 100644 --- a/src/models/polygonAnnotationResponse.ts +++ b/src/models/polygonAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 44012ec0..5a72dd61 100644 --- a/src/models/polygonAnnotations.ts +++ b/src/models/polygonAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 22d62399..3fc4328e 100644 --- a/src/models/polygonAnnotationsResponse.ts +++ b/src/models/polygonAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e5acc5e7..ca4266e1 100644 --- a/src/models/popupAnnotation.ts +++ b/src/models/popupAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 68c011e7..b369aa8c 100644 --- a/src/models/popupAnnotationResponse.ts +++ b/src/models/popupAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e0482480..3c6a62e9 100644 --- a/src/models/popupAnnotationWithParent.ts +++ b/src/models/popupAnnotationWithParent.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 08e5d015..60d8d2aa 100644 --- a/src/models/popupAnnotations.ts +++ b/src/models/popupAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 68d3d9b9..28b320f1 100644 --- a/src/models/popupAnnotationsResponse.ts +++ b/src/models/popupAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f17881b3..9131d323 100644 --- a/src/models/position.ts +++ b/src/models/position.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 44e4a9f5..58ec1009 100644 --- a/src/models/radioButtonField.ts +++ b/src/models/radioButtonField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9535a685..14f231fa 100644 --- a/src/models/radioButtonFieldResponse.ts +++ b/src/models/radioButtonFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 26978634..c15ede09 100644 --- a/src/models/radioButtonFields.ts +++ b/src/models/radioButtonFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 99eae6ba..295322f1 100644 --- a/src/models/radioButtonFieldsResponse.ts +++ b/src/models/radioButtonFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b22fffe3..46787c1f 100644 --- a/src/models/radioButtonOptionField.ts +++ b/src/models/radioButtonOptionField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 461803d2..6f951dac 100644 --- a/src/models/rasterImagesSavingModes.ts +++ b/src/models/rasterImagesSavingModes.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 808cfeda..c7a7b57d 100644 --- a/src/models/rectangle.ts +++ b/src/models/rectangle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 df2ff24c..8381aefb 100644 --- a/src/models/redactionAnnotation.ts +++ b/src/models/redactionAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f5a56e7e..b7fcba9c 100644 --- a/src/models/redactionAnnotationResponse.ts +++ b/src/models/redactionAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 58bea026..cd17889a 100644 --- a/src/models/redactionAnnotations.ts +++ b/src/models/redactionAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e7cc8da2..d8e10024 100644 --- a/src/models/redactionAnnotationsResponse.ts +++ b/src/models/redactionAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f3941a2a..68e82467 100644 --- a/src/models/rotation.ts +++ b/src/models/rotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 91054596..21a9eecd 100644 --- a/src/models/row.ts +++ b/src/models/row.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fdc0c7a4..b70d483b 100644 --- a/src/models/rowRecognized.ts +++ b/src/models/rowRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 60d58c56..bc902951 100644 --- a/src/models/screenAnnotation.ts +++ b/src/models/screenAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 195f121f..f492ea0d 100644 --- a/src/models/screenAnnotationResponse.ts +++ b/src/models/screenAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 16b3db4f..2ed8b18b 100644 --- a/src/models/screenAnnotations.ts +++ b/src/models/screenAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fc30c089..cecdcb04 100644 --- a/src/models/screenAnnotationsResponse.ts +++ b/src/models/screenAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d49389d2..88bd4296 100644 --- a/src/models/segment.ts +++ b/src/models/segment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b4476e33..2ebd837d 100644 --- a/src/models/shapeType.ts +++ b/src/models/shapeType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4b4adf0c..a1c61d5e 100644 --- a/src/models/signature.ts +++ b/src/models/signature.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d66540ed..f145fdc8 100644 --- a/src/models/signatureCustomAppearance.ts +++ b/src/models/signatureCustomAppearance.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a2c18ddb..4c5de7a9 100644 --- a/src/models/signatureField.ts +++ b/src/models/signatureField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8b65e89a..b17e799b 100644 --- a/src/models/signatureFieldResponse.ts +++ b/src/models/signatureFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 1841af57..ae5326e5 100644 --- a/src/models/signatureFields.ts +++ b/src/models/signatureFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b7837656..83a6a33a 100644 --- a/src/models/signatureFieldsResponse.ts +++ b/src/models/signatureFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d556458b..738eab00 100644 --- a/src/models/signatureType.ts +++ b/src/models/signatureType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c9013d2c..3a4a951f 100644 --- a/src/models/signatureVerifyResponse.ts +++ b/src/models/signatureVerifyResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ab2307ab..f8529552 100644 --- a/src/models/soundAnnotation.ts +++ b/src/models/soundAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b1d01077..76195411 100644 --- a/src/models/soundAnnotationResponse.ts +++ b/src/models/soundAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c99423c8..bd083793 100644 --- a/src/models/soundAnnotations.ts +++ b/src/models/soundAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 5cf88d40..4e8821f5 100644 --- a/src/models/soundAnnotationsResponse.ts +++ b/src/models/soundAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 19b1a35e..70ce6062 100644 --- a/src/models/soundEncoding.ts +++ b/src/models/soundEncoding.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 34a9293d..8c1656c5 100644 --- a/src/models/soundIcon.ts +++ b/src/models/soundIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c85427ae..cd29f05b 100644 --- a/src/models/splitResult.ts +++ b/src/models/splitResult.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ce8c8379..1179dc11 100644 --- a/src/models/splitResultDocument.ts +++ b/src/models/splitResultDocument.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 700c2a4d..dfb904d2 100644 --- a/src/models/splitResultResponse.ts +++ b/src/models/splitResultResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 50e76c88..2f836f1e 100644 --- a/src/models/squareAnnotation.ts +++ b/src/models/squareAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 23d05d4e..77576634 100644 --- a/src/models/squareAnnotationResponse.ts +++ b/src/models/squareAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 694f031a..486c987e 100644 --- a/src/models/squareAnnotations.ts +++ b/src/models/squareAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f36e4cc0..2bd884c5 100644 --- a/src/models/squareAnnotationsResponse.ts +++ b/src/models/squareAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 be8773bb..7f1bb302 100644 --- a/src/models/squigglyAnnotation.ts +++ b/src/models/squigglyAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6f4ac97a..97ebfe2d 100644 --- a/src/models/squigglyAnnotationResponse.ts +++ b/src/models/squigglyAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4fee550a..f80e5d6a 100644 --- a/src/models/squigglyAnnotations.ts +++ b/src/models/squigglyAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9747be29..1725d215 100644 --- a/src/models/squigglyAnnotationsResponse.ts +++ b/src/models/squigglyAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a4c5ea09..3d65403b 100644 --- a/src/models/stamp.ts +++ b/src/models/stamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f8a49012..626bf8fc 100644 --- a/src/models/stampAnnotation.ts +++ b/src/models/stampAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c8323ede..014db372 100644 --- a/src/models/stampAnnotationResponse.ts +++ b/src/models/stampAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6bb25811..0c167cd2 100644 --- a/src/models/stampAnnotations.ts +++ b/src/models/stampAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 408eadb1..07f21a8c 100644 --- a/src/models/stampAnnotationsResponse.ts +++ b/src/models/stampAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 142eb664..d36638d5 100644 --- a/src/models/stampBase.ts +++ b/src/models/stampBase.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ca515c1c..eb4910a3 100644 --- a/src/models/stampIcon.ts +++ b/src/models/stampIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e0ca3e66..60758b3b 100644 --- a/src/models/stampInfo.ts +++ b/src/models/stampInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 51d40369..1c784e8b 100644 --- a/src/models/stampType.ts +++ b/src/models/stampType.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 df5969c3..6570e44c 100644 --- a/src/models/stampsInfo.ts +++ b/src/models/stampsInfo.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 79ff4718..3486e212 100644 --- a/src/models/stampsInfoResponse.ts +++ b/src/models/stampsInfoResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 198c5ece..279cb264 100644 --- a/src/models/storageExist.ts +++ b/src/models/storageExist.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4468c34a..c7c3a2e5 100644 --- a/src/models/storageFile.ts +++ b/src/models/storageFile.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 041daacb..1f49769e 100644 --- a/src/models/strikeOutAnnotation.ts +++ b/src/models/strikeOutAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9b262cb0..ca67a89f 100644 --- a/src/models/strikeOutAnnotationResponse.ts +++ b/src/models/strikeOutAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7364afb6..38e82512 100644 --- a/src/models/strikeOutAnnotations.ts +++ b/src/models/strikeOutAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 da55f270..9bb6d63f 100644 --- a/src/models/strikeOutAnnotationsResponse.ts +++ b/src/models/strikeOutAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 bdd3b7e2..61b9f7a8 100644 --- a/src/models/table.ts +++ b/src/models/table.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e012f8b0..a7de7bad 100644 --- a/src/models/tableBroken.ts +++ b/src/models/tableBroken.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 789f9066..a09c72f5 100644 --- a/src/models/tableRecognized.ts +++ b/src/models/tableRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 8d342799..bd588c74 100644 --- a/src/models/tableRecognizedResponse.ts +++ b/src/models/tableRecognizedResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 ca1bbbcc..1efed10d 100644 --- a/src/models/tablesRecognized.ts +++ b/src/models/tablesRecognized.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 9d3ab4f8..302b9524 100644 --- a/src/models/tablesRecognizedResponse.ts +++ b/src/models/tablesRecognizedResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4fa2b419..c092c02b 100644 --- a/src/models/textAnnotation.ts +++ b/src/models/textAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 90977a7d..604b77e1 100644 --- a/src/models/textAnnotationResponse.ts +++ b/src/models/textAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 aedb39cc..376c349c 100644 --- a/src/models/textAnnotations.ts +++ b/src/models/textAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 12af97f0..36e860d6 100644 --- a/src/models/textAnnotationsResponse.ts +++ b/src/models/textAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 2b8db810..8cd4d5e5 100644 --- a/src/models/textBoxField.ts +++ b/src/models/textBoxField.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 b160a1d0..2aa4f34d 100644 --- a/src/models/textBoxFieldResponse.ts +++ b/src/models/textBoxFieldResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 959f08a4..ab260f10 100644 --- a/src/models/textBoxFields.ts +++ b/src/models/textBoxFields.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 829c12d1..910cd6bc 100644 --- a/src/models/textBoxFieldsResponse.ts +++ b/src/models/textBoxFieldsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 dabe62b2..be80c5e8 100644 --- a/src/models/textFooter.ts +++ b/src/models/textFooter.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 942a82e5..7f0987ac 100644 --- a/src/models/textHeader.ts +++ b/src/models/textHeader.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 6f884c14..40a991f2 100644 --- a/src/models/textHorizontalAlignment.ts +++ b/src/models/textHorizontalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 1b6e9376..b749d0b1 100644 --- a/src/models/textIcon.ts +++ b/src/models/textIcon.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7c0e9b5f..dc345b35 100644 --- a/src/models/textLine.ts +++ b/src/models/textLine.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 3330c3b7..9b65fb03 100644 --- a/src/models/textRect.ts +++ b/src/models/textRect.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 fe530106..446eedf8 100644 --- a/src/models/textRects.ts +++ b/src/models/textRects.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 68ecd7c5..ecba9b4e 100644 --- a/src/models/textRectsResponse.ts +++ b/src/models/textRectsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 f9efcaa9..4240ec71 100644 --- a/src/models/textReplace.ts +++ b/src/models/textReplace.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 26eebf8f..3e98d59a 100644 --- a/src/models/textReplaceListRequest.ts +++ b/src/models/textReplaceListRequest.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7fe65997..a6523848 100644 --- a/src/models/textReplaceResponse.ts +++ b/src/models/textReplaceResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 4e9af97a..2ff7cdb8 100644 --- a/src/models/textStamp.ts +++ b/src/models/textStamp.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a43dfac8..3e8f6ee0 100644 --- a/src/models/textState.ts +++ b/src/models/textState.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 a1786b50..1d895086 100644 --- a/src/models/textStyle.ts +++ b/src/models/textStyle.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 c9818022..e190112f 100644 --- a/src/models/timestampSettings.ts +++ b/src/models/timestampSettings.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 e5e920a9..654a53ba 100644 --- a/src/models/underlineAnnotation.ts +++ b/src/models/underlineAnnotation.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 d2b64601..c4dda394 100644 --- a/src/models/underlineAnnotationResponse.ts +++ b/src/models/underlineAnnotationResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 7fac39b0..b7c69716 100644 --- a/src/models/underlineAnnotations.ts +++ b/src/models/underlineAnnotations.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 1bbdc7a7..2019a9b3 100644 --- a/src/models/underlineAnnotationsResponse.ts +++ b/src/models/underlineAnnotationsResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 40de593c..d17afd06 100644 --- a/src/models/verticalAlignment.ts +++ b/src/models/verticalAlignment.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 53db85f3..c6ceb823 100644 --- a/src/models/wordCount.ts +++ b/src/models/wordCount.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 09c61063..8d573a87 100644 --- a/src/models/wordCountResponse.ts +++ b/src/models/wordCountResponse.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this 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 51b6b0ca..2426e780 100644 --- a/src/models/wrapMode.ts +++ b/src/models/wrapMode.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of 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 1e4f8d03..8c84e4ac 100644 --- a/src/objectSerializer.ts +++ b/src/objectSerializer.ts @@ -1,6 +1,6 @@  /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/src/requestHelper.ts b/src/requestHelper.ts index 96672abd..970379a6 100644 --- a/src/requestHelper.ts +++ b/src/requestHelper.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person 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", "21.12.0"); + sa.set("x-aspose-client-version", "22.1.0"); if (!requestOptions.headers) { requestOptions.headers = {}; diff --git a/test/baseTestPdfApi.ts b/test/baseTestPdfApi.ts index f167dff6..5f0edd3c 100644 --- a/test/baseTestPdfApi.ts +++ b/test/baseTestPdfApi.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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/testAnnotations.ts b/test/testAnnotations.ts index 32407872..9dc8fa42 100644 --- a/test/testAnnotations.ts +++ b/test/testAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 ecd8a642..607c2bd5 100644 --- a/test/testAppend.ts +++ b/test/testAppend.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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/testAttachments.ts b/test/testAttachments.ts index a4cdec2a..75bb1a41 100644 --- a/test/testAttachments.ts +++ b/test/testAttachments.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a886ba8e..46ea846e 100644 --- a/test/testBookmarks.ts +++ b/test/testBookmarks.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 d82a4372..5805f310 100644 --- a/test/testCaretAnnotations.ts +++ b/test/testCaretAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 3fc2bf44..b6909903 100644 --- a/test/testCircleAnnotations.ts +++ b/test/testCircleAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 d7bfa4e7..f455c1e2 100644 --- a/test/testConvert.ts +++ b/test/testConvert.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 dabddbee..62028476 100644 --- a/test/testConvertToPdf.ts +++ b/test/testConvertToPdf.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 09fda8e3..bce31c2b 100644 --- a/test/testDocument.ts +++ b/test/testDocument.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 f685bf28..3caeef3a 100644 --- a/test/testEncryptDecrypt.ts +++ b/test/testEncryptDecrypt.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 5e0f6319..6c8f301f 100644 --- a/test/testExportImport.ts +++ b/test/testExportImport.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a1fb9e4c..3eed920f 100644 --- a/test/testFields.ts +++ b/test/testFields.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 e2e06c24..40366f47 100644 --- a/test/testFileAttachmentAnnotations.ts +++ b/test/testFileAttachmentAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 62b45e8e..d3042f29 100644 --- a/test/testFreeTextAnnotations.ts +++ b/test/testFreeTextAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 0e50721e..10df3f00 100644 --- a/test/testHeaderFooter.ts +++ b/test/testHeaderFooter.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 43168783..5dad7dfd 100644 --- a/test/testHighlightAnnotations.ts +++ b/test/testHighlightAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a0a8893f..d18c5877 100644 --- a/test/testImages.ts +++ b/test/testImages.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 e4b2cb73..86b2a804 100644 --- a/test/testInkAnnotations.ts +++ b/test/testInkAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 2f158b20..d4479d7a 100644 --- a/test/testLineAnnotations.ts +++ b/test/testLineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a7c3677e..d7add542 100644 --- a/test/testLinkAnnotations.ts +++ b/test/testLinkAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a26bcdfe..9261d4b8 100644 --- a/test/testMerge.ts +++ b/test/testMerge.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 3f336bab..a145d001 100644 --- a/test/testMovieAnnotations.ts +++ b/test/testMovieAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 bacc434a..8e87b076 100644 --- a/test/testOcr.ts +++ b/test/testOcr.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 de0fc76b..a7c74ec6 100644 --- a/test/testPageConvertToImage.ts +++ b/test/testPageConvertToImage.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 1b2b48a3..209b3c8c 100644 --- a/test/testPages.ts +++ b/test/testPages.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 fa0104cb..09dffa63 100644 --- a/test/testPolyLineAnnotations.ts +++ b/test/testPolyLineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 b3fbb831..d0c1858a 100644 --- a/test/testPolygonAnnotations.ts +++ b/test/testPolygonAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 774ef7c2..b35bbb4b 100644 --- a/test/testPopupAnnotations.ts +++ b/test/testPopupAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 b7b92275..5afe8ca5 100644 --- a/test/testPrivileges.ts +++ b/test/testPrivileges.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 43778b89..40c87012 100644 --- a/test/testProperties.ts +++ b/test/testProperties.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 9522ebab..18d4941e 100644 --- a/test/testRedactionAnnotations.ts +++ b/test/testRedactionAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 4ec035dd..b1339fc1 100644 --- a/test/testScreenAnnotations.ts +++ b/test/testScreenAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a0d37bf8..fd14c85d 100644 --- a/test/testSign.ts +++ b/test/testSign.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 0974d874..3dcc7ef2 100644 --- a/test/testSoundAnnotations.ts +++ b/test/testSoundAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 5393adaf..7a69ee35 100644 --- a/test/testSquareAnnotations.ts +++ b/test/testSquareAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 c91bd2c2..62d1f8c3 100644 --- a/test/testSquigglyAnnotations.ts +++ b/test/testSquigglyAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 85944d94..9018dc1d 100644 --- a/test/testStampAnnotations.ts +++ b/test/testStampAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 578dcae6..837f9773 100644 --- a/test/testStamps.ts +++ b/test/testStamps.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 3b2c1407..4432f55e 100644 --- a/test/testStorage.ts +++ b/test/testStorage.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 9dd10afd..f9e25b81 100644 --- a/test/testStrikeOutAnnotations.ts +++ b/test/testStrikeOutAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 a987217f..ea5a57de 100644 --- a/test/testTables.ts +++ b/test/testTables.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 80f729e2..9e509b45 100644 --- a/test/testText.ts +++ b/test/testText.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 b59e0b2d..18a41f50 100644 --- a/test/testTextAnnotations.ts +++ b/test/testTextAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 073d8adb..fbdb068e 100644 --- a/test/testTextReplace.ts +++ b/test/testTextReplace.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * 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 c4a9c341..90f793ae 100644 --- a/test/testUnderlineAnnotations.ts +++ b/test/testUnderlineAnnotations.ts @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2021 Aspose.PDF Cloud + * Copyright (c) 2022 Aspose.PDF Cloud * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights