Generating a pdf file using Matlab
이전 댓글 표시
Sir, I need to generate a pdf file of my report using MATlab. I am able to generate a .doc report from Matlab but I to make it non-editable I need to convert it to .pdf format & this needs to be done directly from MAtlab. So please show some way.
답변 (4개)
Sevil Ahmed
2011년 11월 4일
0 개 추천
You can use Adobe PDF printer to print the PDFs you want.
Fangjun Jiang
2011년 11월 4일
0 개 추천
How did you generate the .doc file? Are you using the MATLAB Report Generator Toolbox? If you do, .pdf file is supported.
댓글 수: 3
ankur
2011년 11월 5일
Fangjun Jiang
2011년 11월 5일
If you are using fopen() and fprintf(), how do you "generate a .doc report from Matlab"? Anyway, if you don't have Adobe Writer, you can download the free pdf995 driver at http://www.pdf995.com/. Then you'll have a virtual printer which enables you to create .pdf file from any application that can do print.
Taler kk
2013년 7월 30일
I am not using MATLAB Report Generator Toolbox as well.I do that with my pdf creating script in .NET. this API offer the detail codes to create pdf files in Visaul Studio2005.check http://www.rasteredge.com/how-to/csharp-imaging/pdf-creating/
Srinivas
2011년 11월 4일
0 개 추천
you can use Publish if report generator is not available
Iain
2013년 7월 30일
0 개 추천
Put your script into cells. In each cell add a line to print to screen/output a plot. (disp, plot, etc.) - No need for fopen etc.
publish your script to pdf.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!