Looking for pdf read function to put at Uitab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I am looking for the function that is suitable to read the pdf file and put that document in the Help document tab instead of the png file.
Pdf file is good to read much information by using scroll
![pdf demand.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/245128/pdf%20demand.png)
1 commentaire
Walter Roberson
le 27 Oct 2019
That would not be easy. You would have to open the pdf file inside a web() browser context, and you would then have to find a way to move the viewing window of the web browser to inside your tab. The approach you are using with "traditional" figures has no ability to view PDF documents, only images or text. There might be more you can do with App Designer which uses a completely different approach to graphics.
Réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!