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
**Path** | **string** | Full filename of the document for organizing. | [default to null]
8
+
**Pages** | **string** | 1-based page numbers of the document that make up the resulting document. | [default to null]
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)[[View Source]](../organize_document_data.go)
**List** | [**[]OrganizeDocumentData**](OrganizeDocumentData.md) | List of document data for organizing. | [default to null]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../organize_document_request.go)
[**PostPageCircleAnnotations**](PdfApi.md#PostPageCircleAnnotations) | **Post** /pdf/{name}/pages/{pageNumber}/annotations/circle | Add document page circle annotations.
@@ -7291,6 +7293,73 @@ Name | Type | Description | Notes
7291
7293
7292
7294
[[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)
**name** | **string**| The original document name. |
7315
+
**pages** | **string**| 1-based page numbers of the source document that make up the resulting document. |
7316
+
**outPath** | **string**| Full filename of the resulting document. |
7317
+
**storage** | **string**| The documents storage. |
7318
+
**folder** | **string**| The source document folder. |
7319
+
7320
+
### Return type
7321
+
7322
+
[**AsposeResponse**](AsposeResponse.md)
7323
+
7324
+
### HTTP request headers
7325
+
7326
+
- **Content-Type**: application/json
7327
+
- **Accept**: application/json
7328
+
7329
+
[[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)
**organizeDocuments** | [**OrganizeDocumentRequest**](OrganizeDocumentRequest.md)| Array of OrganizeDocumentData to make up the resulting document. |
7349
+
**outPath** | **string**| Full filename of the resulting document. |
7350
+
**storage** | **string**| The documents storage. |
7351
+
7352
+
### Return type
7353
+
7354
+
[**AsposeResponse**](AsposeResponse.md)
7355
+
7356
+
### HTTP request headers
7357
+
7358
+
- **Content-Type**: application/json
7359
+
- **Accept**: application/json
7360
+
7361
+
[[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)
0 commit comments