Hello everyone,
I am creating a App in the App Designer to allow me import data, plot it in figures, add text, information etc. and I would like to export everything (figures + text) in a PDF.
I would like to print my app window like I was able to do when I used GUI figure in a PDF document, when a "PDF Export" button is pushed.
This is how it was working on GUI:
function pushbutton_PDF_Callback(hObject, eventdata, handles)
orient(GUI_Screen,'landscape');
print(GUI_Screen,'-fillpage', '-dpdf', 'GUI_Screen.pdf')
It would be a bit like a screenshot of the window, but I can't figure out how to do it!
Does anyone have a clue about it ?
Thanks!
1 Comment
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/472988-how-to-print-app-window#comment_833842
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/472988-how-to-print-app-window#comment_833842
Sign in to comment.