Medco ScriptX service Printng issue in Chrome

We are using factory.printing.PrintHTML(“html://”+strPrintMsg,true); maximum all scenarios getting prints Without error, without exception without screen pausing.

But some scenarios not getting print, no error, no exception and no screen pausing.

We have observed a scenario that is…

We have changed default printer as Foxit Reader PDF Printer (third party software). Print is success with below code in all scenarios. factory.printing.PrintHTML(“html://”+strPrintMsg,true);

We have changed default printer from Foxit Reader PDF Printer from Microsoft print to PDF. Print is not coming with below code in few scenarios.

factory.printing.PrintHTML(“html://”+strPrintMsg,true);

Could you please help us for this scenario