Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save haniefhan/5f37b963578b77656b3ccbd99d62df3e to your computer and use it in GitHub Desktop.
Save haniefhan/5f37b963578b77656b3ccbd99d62df3e to your computer and use it in GitHub Desktop.
Read PDF Document using tabula, page 8 - 274
import tabula
pdf_path = "PMDN 72 TH 2019+lampiran.pdf"
tabula.convert_into(
input_path=pdf_path,
output_path="aceh.csv",
output_format="csv",
pages="8-274"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment