필터 지우기
필터 지우기

can i print file using its path or name?

조회 수: 2 (최근 30일)
Taral Shah
Taral Shah 2014년 9월 17일
댓글: dpb 2014년 9월 17일
I am trying to print pdf file. Can anybody tell me how i can do that using PRINT command.
Thanks
  댓글 수: 1
dpb
dpb 2014년 9월 17일
A .pdf file on disk? Matlab afaik doesn't have a packaged printer driver for pdf files; you have two choices--
1) use open to open the file in pdf viewer and then use ActiveX to print or
2) install a freeware or Adobe pdf virtual printer device to which you can then direct print towards by using printopt
There is a third that's a slight variation of 2) -- submit an OS print command via system -- essentially just execute the command that would be given to printopt to send a file to the virtual printer above.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by