Skip to main content

All Questions

0 votes
2 answers
624 views

Is it possible for a PDF data parser to read PowerPoint PDFs?

I am currently developing a proprietary PDF parser that can read multiple types of documents with various types of data. Before starting, I was thinking about if reading PowerPoint slides was possible....
Mashiyath Haque's user avatar
2 votes
2 answers
6k views

Parsing a PDF via URL with Python using pdfminer

I am trying to parse this file but without downloading it off of the website. I have run this with the file on my hard drive and I am able to parse it without issue but running this script it trips. ...
user3271518's user avatar