@@ -92,9 +92,11 @@ Class | Method | HTTP request | Description
92
92
* PdfApi* | [ ** getDocumentProperties** ] ( docs/PdfApi.md#getDocumentProperties ) | ** GET** /pdf/\{ name}/documentproperties | Read document properties.
93
93
* PdfApi* | [ ** getDocumentProperty** ] ( docs/PdfApi.md#getDocumentProperty ) | ** GET** /pdf/\{ name}/documentproperties/\{ propertyName} | Read document property by name.
94
94
* PdfApi* | [ ** getDocumentRedactionAnnotations** ] ( docs/PdfApi.md#getDocumentRedactionAnnotations ) | ** GET** /pdf/\{ name}/annotations/redaction | Read document redaction annotations.
95
+ * PdfApi* | [ ** getDocumentScreenAnnotations** ] ( docs/PdfApi.md#getDocumentScreenAnnotations ) | ** GET** /pdf/\{ name}/annotations/screen | Read document screen annotations.
95
96
* PdfApi* | [ ** getDocumentSoundAnnotations** ] ( docs/PdfApi.md#getDocumentSoundAnnotations ) | ** GET** /pdf/\{ name}/annotations/sound | Read document sound annotations.
96
97
* PdfApi* | [ ** getDocumentSquareAnnotations** ] ( docs/PdfApi.md#getDocumentSquareAnnotations ) | ** GET** /pdf/\{ name}/annotations/square | Read document square annotations.
97
98
* PdfApi* | [ ** getDocumentSquigglyAnnotations** ] ( docs/PdfApi.md#getDocumentSquigglyAnnotations ) | ** GET** /pdf/\{ name}/annotations/squiggly | Read document squiggly annotations.
99
+ * PdfApi* | [ ** getDocumentStampAnnotations** ] ( docs/PdfApi.md#getDocumentStampAnnotations ) | ** GET** /pdf/\{ name}/annotations/stamp | Read document stamp annotations.
98
100
* PdfApi* | [ ** getDocumentStrikeOutAnnotations** ] ( docs/PdfApi.md#getDocumentStrikeOutAnnotations ) | ** GET** /pdf/\{ name}/annotations/strikeout | Read document StrikeOut annotations.
99
101
* PdfApi* | [ ** getDocumentTextAnnotations** ] ( docs/PdfApi.md#getDocumentTextAnnotations ) | ** GET** /pdf/\{ name}/annotations/text | Read document text annotations.
100
102
* PdfApi* | [ ** getDocumentUnderlineAnnotations** ] ( docs/PdfApi.md#getDocumentUnderlineAnnotations ) | ** GET** /pdf/\{ name}/annotations/underline | Read document underline annotations.
@@ -147,9 +149,11 @@ Class | Method | HTTP request | Description
147
149
* PdfApi* | [ ** getPagePopupAnnotations** ] ( docs/PdfApi.md#getPagePopupAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/popup | Read document page popup annotations.
148
150
* PdfApi* | [ ** getPageRedactionAnnotations** ] ( docs/PdfApi.md#getPageRedactionAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Read document page redaction annotations.
149
151
* PdfApi* | [ ** getPages** ] ( docs/PdfApi.md#getPages ) | ** GET** /pdf/\{ name}/pages | Read document pages info.
152
+ * PdfApi* | [ ** getPageScreenAnnotations** ] ( docs/PdfApi.md#getPageScreenAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/screen | Read document page screen annotations.
150
153
* PdfApi* | [ ** getPageSoundAnnotations** ] ( docs/PdfApi.md#getPageSoundAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Read document page sound annotations.
151
154
* PdfApi* | [ ** getPageSquareAnnotations** ] ( docs/PdfApi.md#getPageSquareAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Read document page square annotations.
152
155
* PdfApi* | [ ** getPageSquigglyAnnotations** ] ( docs/PdfApi.md#getPageSquigglyAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/squiggly | Read document page squiggly annotations.
156
+ * PdfApi* | [ ** getPageStampAnnotations** ] ( docs/PdfApi.md#getPageStampAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/stamp | Read document page stamp annotations.
153
157
* PdfApi* | [ ** getPageStrikeOutAnnotations** ] ( docs/PdfApi.md#getPageStrikeOutAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/strikeout | Read document page StrikeOut annotations.
154
158
* PdfApi* | [ ** getPageText** ] ( docs/PdfApi.md#getPageText ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/text | Read page text items.
155
159
* PdfApi* | [ ** getPageTextAnnotations** ] ( docs/PdfApi.md#getPageTextAnnotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/text | Read document page text annotations.
@@ -172,10 +176,13 @@ Class | Method | HTTP request | Description
172
176
* PdfApi* | [ ** getPopupAnnotation** ] ( docs/PdfApi.md#getPopupAnnotation ) | ** GET** /pdf/\{ name}/annotations/popup/\{ annotationId} | Read document page popup annotation by ID.
173
177
* PdfApi* | [ ** getPsInStorageToPdf** ] ( docs/PdfApi.md#getPsInStorageToPdf ) | ** GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
174
178
* PdfApi* | [ ** getRedactionAnnotation** ] ( docs/PdfApi.md#getRedactionAnnotation ) | ** GET** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Read document page redaction annotation by ID.
179
+ * PdfApi* | [ ** getScreenAnnotation** ] ( docs/PdfApi.md#getScreenAnnotation ) | ** GET** /pdf/\{ name}/annotations/screen/\{ annotationId} | Read document page screen annotation by ID.
175
180
* PdfApi* | [ ** getSoundAnnotation** ] ( docs/PdfApi.md#getSoundAnnotation ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId} | Read document page sound annotation by ID.
176
181
* PdfApi* | [ ** getSoundAnnotationData** ] ( docs/PdfApi.md#getSoundAnnotationData ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId}/data | Read document page sound annotation by ID.
177
182
* PdfApi* | [ ** getSquareAnnotation** ] ( docs/PdfApi.md#getSquareAnnotation ) | ** GET** /pdf/\{ name}/annotations/square/\{ annotationId} | Read document page square annotation by ID.
178
183
* PdfApi* | [ ** getSquigglyAnnotation** ] ( docs/PdfApi.md#getSquigglyAnnotation ) | ** GET** /pdf/\{ name}/annotations/squiggly/\{ annotationId} | Read document page squiggly annotation by ID.
184
+ * PdfApi* | [ ** getStampAnnotation** ] ( docs/PdfApi.md#getStampAnnotation ) | ** GET** /pdf/\{ name}/annotations/stamp/\{ annotationId} | Read document page stamp annotation by ID.
185
+ * PdfApi* | [ ** getStampAnnotationData** ] ( docs/PdfApi.md#getStampAnnotationData ) | ** GET** /pdf/\{ name}/annotations/stamp/\{ annotationId}/data | Read document page stamp annotation by ID.
179
186
* PdfApi* | [ ** getStrikeOutAnnotation** ] ( docs/PdfApi.md#getStrikeOutAnnotation ) | ** GET** /pdf/\{ name}/annotations/strikeout/\{ annotationId} | Read document page StrikeOut annotation by ID.
180
187
* PdfApi* | [ ** getSvgInStorageToPdf** ] ( docs/PdfApi.md#getSvgInStorageToPdf ) | ** GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response.
181
188
* PdfApi* | [ ** getText** ] ( docs/PdfApi.md#getText ) | ** GET** /pdf/\{ name}/text | Read document text.
@@ -209,9 +216,11 @@ Class | Method | HTTP request | Description
209
216
* PdfApi* | [ ** postPagePolygonAnnotations** ] ( docs/PdfApi.md#postPagePolygonAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/polygon | Add document page polygon annotations.
210
217
* PdfApi* | [ ** postPagePolyLineAnnotations** ] ( docs/PdfApi.md#postPagePolyLineAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/polyline | Add document page polyline annotations.
211
218
* PdfApi* | [ ** postPageRedactionAnnotations** ] ( docs/PdfApi.md#postPageRedactionAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Add document page redaction annotations.
219
+ * PdfApi* | [ ** postPageScreenAnnotations** ] ( docs/PdfApi.md#postPageScreenAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/screen | Add document page screen annotations.
212
220
* PdfApi* | [ ** postPageSoundAnnotations** ] ( docs/PdfApi.md#postPageSoundAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Add document page sound annotations.
213
221
* PdfApi* | [ ** postPageSquareAnnotations** ] ( docs/PdfApi.md#postPageSquareAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Add document page square annotations.
214
222
* PdfApi* | [ ** postPageSquigglyAnnotations** ] ( docs/PdfApi.md#postPageSquigglyAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/squiggly | Add document page squiggly annotations.
223
+ * PdfApi* | [ ** postPageStampAnnotations** ] ( docs/PdfApi.md#postPageStampAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/stamp | Add document page stamp annotations.
215
224
* PdfApi* | [ ** postPageStrikeOutAnnotations** ] ( docs/PdfApi.md#postPageStrikeOutAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/strikeout | Add document page StrikeOut annotations.
216
225
* PdfApi* | [ ** postPageTextAnnotations** ] ( docs/PdfApi.md#postPageTextAnnotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/text | Add document page text annotations.
217
226
* PdfApi* | [ ** postPageTextReplace** ] ( docs/PdfApi.md#postPageTextReplace ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/text/replace | Page's replace text method.
@@ -222,6 +231,7 @@ Class | Method | HTTP request | Description
222
231
* PdfApi* | [ ** postSplitDocument** ] ( docs/PdfApi.md#postSplitDocument ) | ** POST** /pdf/\{ name}/split | Split document to parts.
223
232
* PdfApi* | [ ** putAddNewPage** ] ( docs/PdfApi.md#putAddNewPage ) | ** PUT** /pdf/\{ name}/pages | Add new page to end of the document.
224
233
* PdfApi* | [ ** putAddText** ] ( docs/PdfApi.md#putAddText ) | ** PUT** /pdf/\{ name}/pages/\{ pageNumber}/text | Add text to PDF document page.
234
+ * PdfApi* | [ ** putAnnotationsFlatten** ] ( docs/PdfApi.md#putAnnotationsFlatten ) | ** PUT** /pdf/\{ name}/annotations/flatten | Flattens the annotations of the specified types
225
235
* PdfApi* | [ ** putCaretAnnotation** ] ( docs/PdfApi.md#putCaretAnnotation ) | ** PUT** /pdf/\{ name}/annotations/caret/\{ annotationId} | Replace document caret annotation
226
236
* PdfApi* | [ ** putCircleAnnotation** ] ( docs/PdfApi.md#putCircleAnnotation ) | ** PUT** /pdf/\{ name}/annotations/circle/\{ annotationId} | Replace document circle annotation
227
237
* PdfApi* | [ ** putCreate** ] ( docs/PdfApi.md#putCreate ) | ** PUT** /storage/file | Upload a specific file
@@ -289,12 +299,15 @@ Class | Method | HTTP request | Description
289
299
* PdfApi* | [ ** putPsInStorageToPdf** ] ( docs/PdfApi.md#putPsInStorageToPdf ) | ** PUT** /pdf/\{ name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage.
290
300
* PdfApi* | [ ** putRedactionAnnotation** ] ( docs/PdfApi.md#putRedactionAnnotation ) | ** PUT** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Replace document redaction annotation
291
301
* PdfApi* | [ ** putReplaceImage** ] ( docs/PdfApi.md#putReplaceImage ) | ** PUT** /pdf/\{ name}/images/\{ imageId} | Replace document image.
302
+ * PdfApi* | [ ** putScreenAnnotation** ] ( docs/PdfApi.md#putScreenAnnotation ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId} | Replace document screen annotation
292
303
* PdfApi* | [ ** putSearchableDocument** ] ( docs/PdfApi.md#putSearchableDocument ) | ** PUT** /pdf/\{ name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
293
304
* PdfApi* | [ ** putSetProperty** ] ( docs/PdfApi.md#putSetProperty ) | ** PUT** /pdf/\{ name}/documentproperties/\{ propertyName} | Add/update document property.
294
305
* PdfApi* | [ ** putSoundAnnotation** ] ( docs/PdfApi.md#putSoundAnnotation ) | ** PUT** /pdf/\{ name}/annotations/sound/\{ annotationId} | Replace document sound annotation
295
306
* PdfApi* | [ ** putSoundAnnotationDataExtract** ] ( docs/PdfApi.md#putSoundAnnotationDataExtract ) | ** PUT** /pdf/\{ name}/annotations/sound/\{ annotationId}/data/extract | Extract document sound annotation content to storage
296
307
* PdfApi* | [ ** putSquareAnnotation** ] ( docs/PdfApi.md#putSquareAnnotation ) | ** PUT** /pdf/\{ name}/annotations/square/\{ annotationId} | Replace document square annotation
297
308
* PdfApi* | [ ** putSquigglyAnnotation** ] ( docs/PdfApi.md#putSquigglyAnnotation ) | ** PUT** /pdf/\{ name}/annotations/squiggly/\{ annotationId} | Replace document squiggly annotation
309
+ * PdfApi* | [ ** putStampAnnotation** ] ( docs/PdfApi.md#putStampAnnotation ) | ** PUT** /pdf/\{ name}/annotations/stamp/\{ annotationId} | Replace document stamp annotation
310
+ * PdfApi* | [ ** putStampAnnotationDataExtract** ] ( docs/PdfApi.md#putStampAnnotationDataExtract ) | ** PUT** /pdf/\{ name}/annotations/stamp/\{ annotationId}/data/extract | Extract document stamp annotation content to storage
298
311
* PdfApi* | [ ** putStrikeOutAnnotation** ] ( docs/PdfApi.md#putStrikeOutAnnotation ) | ** PUT** /pdf/\{ name}/annotations/strikeout/\{ annotationId} | Replace document StrikeOut annotation
299
312
* PdfApi* | [ ** putSvgInStorageToPdf** ] ( docs/PdfApi.md#putSvgInStorageToPdf ) | ** PUT** /pdf/\{ name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
300
313
* PdfApi* | [ ** putTextAnnotation** ] ( docs/PdfApi.md#putTextAnnotation ) | ** PUT** /pdf/\{ name}/annotations/text/\{ annotationId} | Replace document text annotation
@@ -451,6 +464,10 @@ Class | Description
451
464
[ ** RedactionAnnotations** ] ( docs/RedactionAnnotations.md ) | Object representing a list of redaction annotations.
452
465
[ ** RedactionAnnotationsResponse** ] ( docs/RedactionAnnotationsResponse.md ) | Represents response containing multiple redaction annotation objects
453
466
[ ** Rotation** ] ( docs/Rotation.md ) | Enumeration of possible rotation values.
467
+ [ ** ScreenAnnotation** ] ( docs/ScreenAnnotation.md ) | Provides ScreenAnnotation.
468
+ [ ** ScreenAnnotationResponse** ] ( docs/ScreenAnnotationResponse.md ) | Represents response containing single screen annotation object
469
+ [ ** ScreenAnnotations** ] ( docs/ScreenAnnotations.md ) | Object representing a list of screen annotations.
470
+ [ ** ScreenAnnotationsResponse** ] ( docs/ScreenAnnotationsResponse.md ) | Represents response containing multiple screen annotation objects
454
471
[ ** Segment** ] ( docs/Segment.md ) | Represents segment of Pdf text.
455
472
[ ** ShapeType** ] ( docs/ShapeType.md ) | This enum represents shape type for the extracted images.
456
473
[ ** Signature** ] ( docs/Signature.md ) | Represents signature.
@@ -474,6 +491,11 @@ Class | Description
474
491
[ ** SquigglyAnnotations** ] ( docs/SquigglyAnnotations.md ) | Object representing a list of squiggly-underline annotations.
475
492
[ ** SquigglyAnnotationsResponse** ] ( docs/SquigglyAnnotationsResponse.md ) | Represents response containing multiple squiggly-underline annotation objects
476
493
[ ** Stamp** ] ( docs/Stamp.md ) | Represents Pdf stamps.
494
+ [ ** StampAnnotation** ] ( docs/StampAnnotation.md ) | Provides StampAnnotation.
495
+ [ ** StampAnnotationResponse** ] ( docs/StampAnnotationResponse.md ) | Represents response containing single stamp annotation object
496
+ [ ** StampAnnotations** ] ( docs/StampAnnotations.md ) | Object representing a list of stamp annotations.
497
+ [ ** StampAnnotationsResponse** ] ( docs/StampAnnotationsResponse.md ) | Represents response containing multiple stamp annotation objects
498
+ [ ** StampIcon** ] ( docs/StampIcon.md ) | Enumerates the icons to be used in displaying the annotation.
477
499
[ ** StampType** ] ( docs/StampType.md ) | Represents enumeration of the stamp types.
478
500
[ ** StorageExistResponse** ] ( docs/StorageExistResponse.md ) |
479
501
[ ** StrikeOutAnnotation** ] ( docs/StrikeOutAnnotation.md ) | Provides StrikeOutAnnotation.
0 commit comments