how do I read the contents of a pdf file in symfony?
Moderator: General Moderators
how do I read the contents of a pdf file in symfony?
how do I read the contents of pdf files in a folder in symfony?
Re: how do I read the contents of a pdf file in symfony?
The short answer is you don't. They're binary files and extracting the text into something meaningful and usable is... not easy. Poppler utils can help, but it's likely going to be painful.