[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Printing output to PDF
From: |
Michael L |
Subject: |
Re: Printing output to PDF |
Date: |
Tue, 16 Feb 2021 03:52:16 -0600 (CST) |
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