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.

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

The text inside the edit box is clipped because the edit box height is less than the height of the text. This can prevent the PDF-file from creating properly.
Increasing the height of the edit box may resolve the issue.

More Answers (0)

Categories

Products

Tags

Community Treasure Hunt

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

Start Hunting!