Re: Printing output to PDF

Michael L <[email protected]>
Newsgroups gmane.comp.gnu.octave.general
Message-ID <[email protected]>
Hi Marco!

Thanks a lot. This was exaclty what I needed.

However. I do want it to be in PDF format instead. The diary function seems
quite basic and only save it to a "txt" like format. Which is fine.

But I want a neat report in PDF instead.

I've done this so far

diary REPORT;
diary on;

lots of coding

diary off;
load(REPORT);
print -bestfit REPORT.pdf

but this doesn't seem to work. The latest print gives me the latest printed
pie chart again...?

Best regards, ML



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.