You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**GetWordsPerPage**](PdfApi.md#getwordsperpage) | **GET** /pdf/\{name}/pages/wordCount | Get number of words per document page.
190
190
[**GetXfaPdfInStorageToAcroForm**](PdfApi.md#getxfapdfinstoragetoacroform) | **GET** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
191
191
[**GetXmlInStorageToPdf**](PdfApi.md#getxmlinstoragetopdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response.
[**GetXmpMetadataXml**](PdfApi.md#getxmpmetadataxml) | **GET** /pdf/\{name}/xmpmetadata/xml | Gets document XMP Metadata as XML file.
192
194
[**GetXpsInStorageToPdf**](PdfApi.md#getxpsinstoragetopdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response.
193
195
[**GetXslFoInStorageToPdf**](PdfApi.md#getxslfoinstoragetopdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response.
[**PutAddNewPage**](PdfApi.md#putaddnewpage) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
262
265
[**PutAddText**](PdfApi.md#putaddtext) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
263
266
[**PutAnnotationsFlatten**](PdfApi.md#putannotationsflatten) | **PUT** /pdf/\{name}/annotations/flatten | Flattens the annotations of the specified types
@@ -5429,6 +5432,60 @@ Name | Type | Description | Notes
5429
5432
5430
5433
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **string**| The document folder. | [optional]
5448
+
**storage** | **string**| The document storage. | [optional]
5449
+
**passBase64** | **string**| The password (Base64). | [optional]
5450
+
5451
+
### Return type
5452
+
5453
+
[**XmpMetadata**](XmpMetadata.md)
5454
+
5455
+
### HTTP request headers
5456
+
5457
+
-**Content-Type**: application/json
5458
+
-**Accept**: application/json
5459
+
5460
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **string**| The document folder. | [optional]
5475
+
**storage** | **string**| The document storage. | [optional]
5476
+
**passBase64** | **string**| The password (Base64). | [optional]
5477
+
5478
+
### Return type
5479
+
5480
+
**System.IO.Stream**
5481
+
5482
+
### HTTP request headers
5483
+
5484
+
-**Content-Type**: application/json
5485
+
-**Accept**: multipart/form-data
5486
+
5487
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -7363,6 +7420,34 @@ Name | Type | Description | Notes
7363
7420
7364
7421
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**folder** | **string**| The document folder. | [optional]
7437
+
**storage** | **string**| The document storage. | [optional]
7438
+
**passBase64** | **string**| The password (Base64). | [optional]
7439
+
7440
+
### Return type
7441
+
7442
+
[**AsposeResponse**](AsposeResponse.md)
7443
+
7444
+
### HTTP request headers
7445
+
7446
+
-**Content-Type**: application/json
7447
+
-**Accept**: application/json
7448
+
7449
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**Properties** | [**List<XmpMetadataProperty>**](XmpMetadataProperty.md) | List of document Xmp Metadata default properties. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Key** | **string** | Xmp Metadata Property Key. Can take the form for default keys: xmp:DefaultKeyName or DefaultKeyName. Form for user defined properties: customNamespace:UserPropertyName. |
**NamespaceUri** | **string** | Namespace Uri. For user defined properties only. | [optional]
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments