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
[**GetPdfInStorageToPptx**](PdfApi.md#GetPdfInStorageToPptx) | **Get** /pdf/{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
154
154
[**GetPdfInStorageToSvg**](PdfApi.md#GetPdfInStorageToSvg) | **Get** /pdf/{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content
155
155
[**GetPdfInStorageToTeX**](PdfApi.md#GetPdfInStorageToTeX) | **Get** /pdf/{name}/convert/tex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
156
+
[**GetPdfInStorageToText**](PdfApi.md#GetPdfInStorageToText) | **Get** /pdf/{name}/convert/text | Converts PDF document (located on storage) to Text format and returns resulting file in response content
156
157
[**GetPdfInStorageToTiff**](PdfApi.md#GetPdfInStorageToTiff) | **Get** /pdf/{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
157
158
[**GetPdfInStorageToXls**](PdfApi.md#GetPdfInStorageToXls) | **Get** /pdf/{name}/convert/xls | Converts PDF document (located on storage) to XLS format and returns resulting file in response content
158
159
[**GetPdfInStorageToXlsx**](PdfApi.md#GetPdfInStorageToXlsx) | **Get** /pdf/{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
[**PostDocumentTextReplace**](PdfApi.md#PostDocumentTextReplace) | **Post** /pdf/{name}/text/replace | Document's replace text method.
209
210
[**PostEncryptDocumentInStorage**](PdfApi.md#PostEncryptDocumentInStorage) | **Post** /pdf/{name}/encrypt | Encrypt document in storage.
210
211
[**PostFlattenDocument**](PdfApi.md#PostFlattenDocument) | **Post** /pdf/{name}/flatten | Flatten the document.
212
+
[**PostHtmlToPdf**](PdfApi.md#PostHtmlToPdf) | **Post** /pdf/create/html | Convert HTML file (zip archive in request content) to PDF format and return resulting file in response.
211
213
[**PostImportFieldsFromFdf**](PdfApi.md#PostImportFieldsFromFdf) | **Post** /pdf/{name}/import/fdf | Update fields from FDF file in request.
212
214
[**PostImportFieldsFromXfdf**](PdfApi.md#PostImportFieldsFromXfdf) | **Post** /pdf/{name}/import/xfdf | Update fields from XFDF file in request.
213
215
[**PostImportFieldsFromXml**](PdfApi.md#PostImportFieldsFromXml) | **Post** /pdf/{name}/import/xml | Update fields from XML file in request.
[**PostPdfToXlsx**](PdfApi.md#PostPdfToXlsx) | **Post** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads and returns resulting file in response content.
@@ -5251,6 +5254,37 @@ Name | Type | Description | Notes
5251
5254
5252
5255
[[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)
5253
5256
5257
+
# **GetPdfInStorageToText**
5258
+
> []byte GetPdfInStorageToText(name, optional)
5259
+
Converts PDF document (located on storage) to Text format and returns resulting file in response content
[[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)
5287
+
5254
5288
# **GetPdfInStorageToTiff**
5255
5289
> []byte GetPdfInStorageToTiff(name, optional)
5256
5290
Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
@@ -7109,6 +7143,41 @@ Name | Type | Description | Notes
7109
7143
7110
7144
[[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)
7111
7145
7146
+
# **PostHtmlToPdf**
7147
+
> []byte PostHtmlToPdf(optional)
7148
+
Convert HTML file (zip archive in request content) to PDF format and return resulting file in response.
**marginRight** | **float64**| Page margin right |
7168
+
**marginTop** | **float64**| Page margin top |
7169
+
7170
+
### Return type
7171
+
7172
+
**[]byte**
7173
+
7174
+
### HTTP request headers
7175
+
7176
+
- **Content-Type**: multipart/form-data
7177
+
- **Accept**: multipart/form-data
7178
+
7179
+
[[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)
@@ -8332,6 +8401,38 @@ Name | Type | Description | Notes
8332
8401
8333
8402
[[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)
8334
8403
8404
+
# **PostPdfToXlsx**
8405
+
> []byte PostPdfToXlsx(optional)
8406
+
Converts PDF document (in request content) to XLSX format and uploads and returns resulting file in response content.
**password** | **string**| The password (Base64). |
8423
+
**file** | ***os.File**| A file to be converted. |
8424
+
8425
+
### Return type
8426
+
8427
+
**[]byte**
8428
+
8429
+
### HTTP request headers
8430
+
8431
+
- **Content-Type**: multipart/form-data
8432
+
- **Accept**: multipart/form-data
8433
+
8434
+
[[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