Hallo all,
currently having trouble get some sort of progress indication to work ...
Here is what i did so far :
using (var ghostscript = new GhostscriptProcessor())
Started & Completed Events fire just fine :-) Just cant get the ProcessingEvent to fire.
Maybe it is not triggered during Postscript to PDF conversion ?
Any hints are apreciated ...
Marc
currently having trouble get some sort of progress indication to work ...
Here is what i did so far :
using (var ghostscript = new GhostscriptProcessor())
{
ghostscript.Processing += ghostscript_Processing;
ghostscript.Completed += ghostscript_Completed;
ghostscript.Started += ghostscript_Started;
...Started & Completed Events fire just fine :-) Just cant get the ProcessingEvent to fire.
Maybe it is not triggered during Postscript to PDF conversion ?
Any hints are apreciated ...
Marc