Skip to content

Instantly share code, notes, and snippets.

@haniefhan
Created August 27, 2021 23:13
Show Gist options
  • Save haniefhan/77eb7f6c24af4ec4026896449210e102 to your computer and use it in GitHub Desktop.
Save haniefhan/77eb7f6c24af4ec4026896449210e102 to your computer and use it in GitHub Desktop.
Read PDF Document using tabula into csv, page 8
import tabula
pdf_path = "PMDN 72 TH 2019+lampiran.pdf"
tabula.convert_into(
input_path=pdf_path,
output_path="aceh_page_8.csv",
output_format="csv",
pages="8"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment