Why do I receive the following error message "There was an error processing a page. Insufficient data for an image." in Adobe Acrobat after I print a GUI to a PDF-file.
Show older comments
I use MATLAB on a HPUX system. I created the attached simple GUI in GUIDE, and then printed to a PDF-FILE, using the following code:
H=hgload('probtest.fig');
print(H,'-dpdf','probtest.pdf');
The resulting probtest.pdf cannot load in Adobe Acrobat Reader.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!