octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print Dialog


From: Ben Abbott
Subject: Re: Print Dialog
Date: Mon, 09 Feb 2015 18:11:22 -0500

> On Feb 9, 2015, at 4:18 PM, John W. Eaton <address@hidden> wrote:
> 
> I checked in the following changeset to enable the "Save" and "Save As" 
> options in the "File" menu for the Qt Figure widget:
> 
>  http://hg.savannah.gnu.org/hgweb/octave/rev/7335cc071ab0
> 
> I'd also like to provide a "Print" option so that we can send figure output 
> directly to a printer.  Does anyone with Qt experience know how best to do 
> this?  We can already generate PostScript or PDF output, but what is the 
> proper way to use the QPrintDialog and QPrinter classes to send PostScript to 
> a printer?
> 
> jwe

I have no idea how to use Qt to send PostScript to a printer, but Octave can do 
that by ...

        print -dpsc2

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]