Create pdf report from word template

Is it possible to create a report in pdf format from a word template using report generator in Matlab R2018b?
The code I am using is below and creates the word report, but I would like to save it in pdf format instead:
import mlreportgen.dom.*
D = Document('From Template','docx','Template.dotx');
open(D);
moveToNextHole(D)
append(D,'Hello World')
close(D);

댓글 수: 2

Andrä Carotta
Andrä Carotta 2020년 2월 25일
This is exactly the same problem that I have. Do you already have a solution?
Me too. solution?

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

답변 (1개)

Jonas M.
Jonas M. 2021년 8월 3일

0 개 추천

Are there any new information on this topic? In particular, a platform independent solution?
The only solution I have found is:
docview('docFile.docx','convertdocxtopdf','closeapp');
However, this requires Word and according to the documentation it is only possible on Windows platforms.

카테고리

도움말 센터File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품

릴리스

R2018b

태그

질문:

2019년 2월 2일

답변:

2021년 8월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by