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.

Antworten (4)

Sevil Ahmed
Sevil Ahmed am 4 Nov. 2011

0 Stimmen

You can use Adobe PDF printer to print the PDFs you want.
Fangjun Jiang
Fangjun Jiang am 4 Nov. 2011

0 Stimmen

How did you generate the .doc file? Are you using the MATLAB Report Generator Toolbox? If you do, .pdf file is supported.

3 Kommentare

ankur
ankur am 5 Nov. 2011
no, I am not using MATLAB Report Generator Toolbox. I'm just generating report by using 'fopen' and 'fprintf' command.So how may i convert this generated report into pdf..??
Fangjun Jiang
Fangjun Jiang am 5 Nov. 2011
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
Taler kk am 30 Jul. 2013
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/

Melden Sie sich an, um zu kommentieren.

Iain
Iain am 30 Jul. 2013

0 Stimmen

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.

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 4 Nov. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by