How print a GUI to pdf with good quality?
Show older comments
I want to print a GUI to pdf. I use the following code:
print(f, '-dpdf', 'Filename.pdf')
where f is the handle of the GUI. However the quality of the pdf is not satisfying. All the texts are a bit blurred. What can I do to improve the quality?
Accepted Answer
More Answers (0)
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!