We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a178193 commit 792e9e0Copy full SHA for 792e9e0
README.md
@@ -33,6 +33,16 @@ import convertapi
33
convertapi.api_secret = 'your-api-secret'
34
```
35
36
+#### Proxy configuration
37
+
38
+If you need to use proxy, you specify it using `HTTPS_PROXY` environment variable when running your script.
39
40
+Example:
41
42
+```
43
+CONVERT_API_SECRET=secret HTTPS_PROXY=https://user:pass@127.0.0.1:9000/ python convert_word_to_pdf_and_png.py
44
45
46
### File conversion
47
48
Example to convert file to PDF. All supported formats and options can be found
0 commit comments