Is it possible to print hard copy of PDF file using MATLAB

15 次查看(过去 30 天)
Hello Team,
I have a PDF file, and I want to print it using matlab. I want to make a gui with a push button that automatically print the PDF file, is this possible?
Regards,
Ashwini

采纳的回答

Rik
Rik 2020-1-6
If you can manage to read the pdf in Matlab and make it your current figure, you can actually use the print function. See this part of the doc. You'll need the name of your printer as reported by the findprinters function, which doesn't seem to have a doc (although it does have a help, so you can still type doc findprinters and get some information).
If you can't (or don't want to) read in into Matlab, the easiest way is to find a program that has a command line interface and use the system function to print the document.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 App Building 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by