Forum Discussion
PDFs as a data source
- 10 years ago
Amiregent,
There's currently no solution to import PDF data into Power BI Desktop. This data source is in our radar, as we have received some requests in the past, but we don't have any immediate plans to add it to the product.
If this is an important feature for you, please leave a vote for it in our UserVoice Feature Suggestions forum. Please also leave a description about the type of data that you need to extract from the PDF document. For instance, are you trying to extract one/multiple tables from the document, or plain text?
Thanks,
M.
I would recommend using the Apache tika program to create a text file for parsing.
Sample syntax is simply:
python tika.py parse text filename.pdf
Or: Open in word -> save as webfile -> import as HTML like described here: http://exceleratorbi.com.au/import-tabular-data-pdf-using-power-query/