Page 1 of 1

print/printer status

Posted: Tue Jun 28, 2011 3:52 pm
by EricSch
Is there a way to know if a print job was printed correctly with GdViewer.Print without for ex. a paper jam?

Is there any useful status for that in PrintGetStat?
By reading the doc, I haven't seen any useful status code beside 'Ok'.
Will 'GenericError' or 'Aborted' used for printing?

Or is all in the power of the windows spooler?

Thanks
Eric

Re: print/printer status

Posted: Tue Jun 28, 2011 4:14 pm
by Loïc
Hi Eric,

IN V7 there is nothing else than OK or genericError.

In V8, we throw the exception raised by the printing handler for paperbib issues or any hardware related problems, and uses gdpicturestatus for internal GdPicture error.

Hope this helps.

Loïc