We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b960a36 commit 832c28bCopy full SHA for 832c28b
README.md
@@ -47,7 +47,7 @@ CONVERT_API_SECRET=secret HTTPS_PROXY=https://user:pass@127.0.0.1:9000/ python c
47
### File conversion
48
49
Convert a file to PDF example. All supported file formats and options can be found
50
-[here](https://www.convertapi.com).
+[here](https://www.convertapi.com/conversions).
51
52
```python
53
result = convertapi.convert('pdf', { 'File': '/path/to/my_file.docx' })
0 commit comments