Skip to content

Commit e70c68e

Browse files
authored
Merge pull request #17 from mskel4/patch-1
Add format options to Python README
2 parents 4363f4d + 3461b14 commit e70c68e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ c = pdftables_api.Client('my-api-key')
3535
c.xlsx('input.pdf', 'output.xlsx')
3636
```
3737

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`.
3843

3944
## Test
4045

0 commit comments

Comments
 (0)