I have a .exe file of a Pdf to text software that when run from Matlab runs the software. BUT. this brings up the interface to the software.

2 views (last 30 days)
I do NOT want this. I want to be able to run it by giving the input parameter required without displaying the actual interface. How can this be done?
I am running the .exe file with
system('"pdf2text.exe" syllabus.pdf')
It succeeds in running the .exe file but does not use my input parameter "syllabus.pdf".
alternatively, if this is not possible, please describe an easier way to convert pdf to text in matlab.
  4 Comments

Sign in to comment.

Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!