# PDFToExcel **Repository Path**: jiash/PDFToExcel ## Basic Information - **Project Name**: PDFToExcel - **Description**: This is the companion repository of the article https://tomassetti.me/how-to-convert-a-pdf-to-excel/ - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to Convert a PDF to Excel This is the companion repository of the article [How to Convert a PDF to Excel](https://tomassetti.me/how-to-convert-a-pdf-to-excel/). The article explains the whole process of detecting tables from PDF files to extract them into Excel files. It discusses the differences between textual PDFs and PDFs containing images and the results with both of them. This repository also contains some example PDFs used in the article.