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
Directory where converted file / files needs to be saved in your system.
73
72
_Example:_
74
73
75
74
```shell
76
75
<directory-in-your-file-system>
77
76
```
78
77
79
-
#####input-files parameter
78
+
### input-files parameter
80
79
The full file path in your file system. If the conversion supports multiple input files, separate their full paths with spaces (' ').
81
80
```shell
82
81
<full-path1><full-path2><full-path3>
83
82
```
84
83
85
84
86
-
#####from-format
85
+
### from-format
87
86
Find specific formats from all conversions here: https://www.convertapi.com/api. When you open a conversion, the **From** (Source) and **To** (Destination) formats are visible in the browser's URL and in the API Request panel, which displays the HTTP POST request URL.
88
87
_Example:_
89
-
- Docx to Html conversion: https://www.convertapi.com/a/api/docx-to-html. **From-format** is: `docx`.
90
-
- Watermark PDF conversion: https://www.convertapi.com/a/api/pdf-to-watermark. **From-format** is: `pdf`.
91
-
- Images to Join conversion: https://www.convertapi.com/a/api/images-to-join. **From-format** is: `images`.
88
+
- Docx to Html conversion: https://www.convertapi.com/docx-to-html. **From-format** is: `docx`.
89
+
- Watermark PDF conversion: https://www.convertapi.com/pdf-to-watermark. **From-format** is: `pdf`.
90
+
- Images to Join conversion: https://www.convertapi.com/images-to-join. **From-format** is: `images`.
92
91
93
-
#####to-format
92
+
### to-format
94
93
Find specific formats from all conversions here: https://www.convertapi.com/api. When you open a conversion, the **From** (Source) and **To** (Destination) formats are visible in the browser's URL and in the API Request panel, which displays the HTTP POST request URL.
95
94
96
95
_Example:_
97
-
- Docx to Html conversion: https://www.convertapi.com/a/api/docx-to-html. **To-format** is: `html`.
98
-
- Watermark PDF conversion: https://www.convertapi.com/a/api/pdf-to-watermark. **To-format** is: `watermark`.
99
-
- Images to Join conversion: https://www.convertapi.com/a/api/images-to-join. **To-format** is: `join`.
96
+
- Docx to Html conversion: https://www.convertapi.com/docx-to-html. **To-format** is: `html`.
97
+
- Watermark PDF conversion: https://www.convertapi.com/pdf-to-watermark. **To-format** is: `watermark`.
98
+
- Images to Join conversion: https://www.convertapi.com/images-to-join. **To-format** is: `join`.
100
99
101
-
#####Parameters
102
-
All parameters can be found on a specific conversion. Parameters are separated with spaces (' ').
100
+
### Parameters
101
+
All parameters for a specific conversion can be found on its dedicated page. To view them, navigate to the [All conversions list](https://www.convertapi.com/api), find the desired conversion, and click on it. On the conversion's page, you will see all available parameters.
103
102
104
-
_Example:_
105
-
For example, we are doing PDF to JPG conversion: https://www.convertapi.com/a/api/pdf-to-jpg and want to set Pdf password, result file name and result image resolution.
0 commit comments