Search found 2 matches

by aopum
Tue Sep 30 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Automating convertion with C#.NET
Replies: 3
Views: 6854

automating with C#

I am using this code: CDIntf.CDIntf PDoc = new CDIntf.CDIntfClass(); results = PDoc.DriverInit("Amyuni PDF Converter"); PDoc.DefaultFileName = "1.pdf"; PDoc.SetDefaultPrinter(); PDoc.PDFDriverInit("Amyuni PDF Converter"); PDoc.BatchConvert("c:\\doc\\1.doc"); P...
by aopum
Wed Sep 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Automating convertion with C#.NET
Replies: 3
Views: 6854

Automating convertion with C#.NET

Hi, I am trying to convert word documents to pdf. Following is the code snippet that is used for the purpose. it shows printing message and then get hanged. I don't want it to show the printing message and want it to convert document without any message. This is because I would be using it inside a ...