Convert PDF (From Excel) into JSON/CSV
By
TheNuzziNuzz
in Programming
in Programming
Go to solution
Solved by badreg,
You can use Tabula to do this.
Python example:
import tabula f = tabula.read_pdf("example.pdf", pages='all')[0] tabula.convert_into("example.pdf", "example.csv", output_format="csv", pages='all') print(f)
-
Topics
-
1
-
voltigeurramon ·
Posted in Troubleshooting1 -
1
-
0
-
Vibora ·
Posted in New Builds and Planning4 -
5
-
3
-
Doctah ·
Posted in Peripherals3 -
8
-
michaelb198 ·
Posted in Peripherals2
-

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now