Hi all,
we want use
Amyuni pdf converter to send invoices by mail.
It works, but we don't want the print dialog box to appear for each file (I mean the little window that appears for a few seconds with current file name, printer name, current number of page sent to printer etc..).
We know that for example using BullZip instead Amyuni we could write this code
PDF.SetValue('ShowProgress', 'no');
PDF.SetValue('ShowProgressFinished', 'no');