Option to disable/hide Printing-Process dialog

Hi,

With reference to the online chat i believe there's no option to hide/disable printing-process dialog. The kind of operation we work basically requires the print job to be executed in the background so that user could be allowed to work continously. Basically our application requires alot of scanning of serials so printing-process dialog kind of stops them from working continously.

Code snippet

for (int i = 0; i < this.NumberOfCopies; i++)

{

ImageOrPrintOptions image = new ImageOrPrintOptions();

image.ImageFormat = System.Drawing.Imaging.ImageFormat.Emf;

SheetRender sr = new SheetRender(this._oAsposeWorksheet, image);

sr.ToPrinter(sPrinterName);

}

so i want to have a property as sr.HidePrintingProcessDialog

Hi,

I have logged your request into our issue tracking system with an id: CELLSNET-21121. We will investigate if it is feasible and can be implemented. Once we have any update about it, we will let you know about it.

Thank you.

Hi,


Our companty is planning to re-new the license. So i just wanted to check if the mentioned issue is fixed in the new release or not?

Regards,
AZ.

Hi,

We will get back to you soon.

Thank you.

Hi,

We have supported “no status dialog when printing”.

We will release it in our upcoming fix which is expected hopefully in next 2 or 3 days.

Hi,

Thanks for the update. Once the release is available surely will test and push my company for the re-newel.
There was another thing that i reported some time back i hope that issue is also fixed in the latest release. This one has also been really annoying and has abstained us from using Aspose for some our office templates.

<a href="https://forum.aspose.com/t/140945</a></div><div><br></div><div>Regards,</div><div>AZ.</div></div><br>

Hi,

For second issue, please create new thread or update the old one with some sample project, sample input and output files.

You can create a simple console application for this purpose. I will report the issue after having your files.

Hi,

Please try this fix Aspose.Cells for .NET v5.3.1.5.

Please set ImageOrPrintOptions.PrintWithStatusDialog = false