필터 지우기
필터 지우기

how to print a web page automatically

조회 수: 9 (최근 30일)
Robert Welsh
Robert Welsh 2018년 1월 12일
댓글: Jan 2019년 9월 3일
I would like to take the html output from the profile and by being in matlab open up each page and automatically print. I know I can view the page with:
web(['file://' fullfile(pwd,'file0.html')]);
but it doesn't seem to have a print capability. I've lots of web pages that I need to batch print.
I'm on mac os x sierra running matlab 2017b, Thanks-Robert

답변 (2개)

Jan
Jan 2018년 1월 12일
편집: Jan 2018년 1월 12일
See e.g. http://gavinballard.com/automatically-converting-html-to-pdf-on-mac/ : At https://github.com/scottgarner/URL2PDF you find the tool URL2PDF and you can call it from Matlab by:
file = '/path/to/local/file.html';
system(sprintf('url2pdf --url=file://', %s', file)
Printing a PDF should be easy afterwards.
By the way: "print html file macos" are good keywords for a search in the internet.

Marcel
Marcel 2019년 8월 29일
Hi,
is there a similar solution for Windows PC?
thanks
  댓글 수: 3
Marcel
Marcel 2019년 9월 2일
Hi, thanks for this link. Unfortunately I get the Error: The RPC server is unavailable, even if my Windows 10 Filewall is Off.
Jan
Jan 2019년 9월 3일
Again: Please start a discussion in a new thread. Post there exactly, what you have tried and a copy of the complete error message. I do not see, why calling the Internet Explorer through ActiveX is causing a problem with RPC or teh firewall.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by