How can I open a PDF in a compiled application?
Show older comments
I am building an application where the GUI contains a help button to open a PDF file which some instructions. The GUI is made in Windows and it is only intended to be used in Windows machines.
For this, my code contains the following line:
>> open('USER_MANUAL.pdf')
However, the application compiler does not attach the PDF in the compiled app and 'open' does not work.
How can I add the PDF such that it is automatically compiled with the app?
Accepted Answer
More Answers (0)
Categories
Find more on Adding custom doc in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!