generating report in pdf format
1 回表示 (過去 30 日間)
古いコメントを表示
i have to convert a report generated in word file through my matlab program, to pdf file to make it non editable. I am not using MATLAB report generator.I want that whenever i run my program,a pdf report will automatically open.How can I do that.?
0 件のコメント
回答 (1 件)
Fangjun Jiang
2011 年 10 月 8 日
To create a .pdf file from a .doc file, install a PDF printer driver from Adobe or the free pdf995. Then in MATLAB, use a Word COM server to open the Word document and then print it to the PDF printer.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!