How to Read PDF file in Matlab?

229 views (last 30 days)
I want to read pdf file and make some changes in it and then save them in excel.... I have tried my best but fail every time....Need your help....Any effort will be greatly appreciated..Thanks in advance.....
  20 Comments
Walter Roberson
Walter Roberson on 15 Jun 2016
pdf is effectively a programming language; you need to execute the commands in order to determine what the output is.
Stefanie Schwarz
Stefanie Schwarz on 5 Jan 2021
Following up with Naftali's comment, there is also a way to convert a PDF to an image file in MATLAB. See: https://www.mathworks.com/matlabcentral/answers/709623-how-can-i-convert-a-scanned-pdf-to-an-image-using-matlab

Sign in to comment.

Accepted Answer

Christopher Creutzig
Christopher Creutzig on 16 Oct 2017
Edited: Walter Roberson on 4 Nov 2017
Just for the record, Text Analytics Toolbox (new in R2017b) includes a function extractFileText that will extract text data from PDF (or MS Word) files.

More Answers (1)

sugga singh
sugga singh on 28 Feb 2021
thanks for it.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!