![]() |
| Adobe Forums » Software Discussions » Adobe Acrobat » Acrobat for Windows » Distiller for Windows » Disable alert message box |
| Tags: |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
When generating from Word to PDF via distiller. It popup alert box for each document. We have 200 document to be generated programmatically everyday within a loop. So the alert box is show and disappear 200+ times during the generation, which disable our user doing anything else at the same time. Is there a way to disable the messagebox. Here is part of the code: pdf = new PdfDistiller(); pdf.bShowWindow = 0; pdf.bSpoolJobs = 1; .... // loop start wd.PrintOut( ref objFalse, ref objFalse, ref oMissing, ref outPS, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref objTrue, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing); pdf.FileToPDF((string)outPS, (string)outPDF, ""); .... // loop end |
|
|||
|
I mentioned in one other post but forgot to mention this one as well. We are using Adobe Acrobat Distiller 7 (in the Adobe Acrobat professional package) and C# 2.0.
I cannot follow the messagebox, it's so quick, it's something about "XX is printing now... please wait" |
![]() |
| Thread Tools | |
| Display Modes | |
|
|