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 4363f4d commit 3461b14Copy full SHA for 3461b14
README.md
@@ -35,6 +35,11 @@ c = pdftables_api.Client('my-api-key')
35
c.xlsx('input.pdf', 'output.xlsx')
36
```
37
38
+## Formats
39
+
40
+To convert to CSV, XML or HTML simply change `c.xlsx` to be `c.csv`, `c.xml` or `c.html` respectively.
41
42
+To specify Excel (single sheet) or Excel (multiple sheets) use `c.xlsx_single` or `c.xlsx_multiple`.
43
44
## Test
45
0 commit comments