Search found 2 matches

by KarlRhodes
Fri Feb 24 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: "Printer Installation Failed" message when tryin to automate
Replies: 2
Views: 6774

Re: "Printer Installation Failed" message when tryin to automate

Update... We have now attempted to install the printer programmatically when our application starts using the code below... private void InstallPrinter() { if (!installedPrinters.Contains("TempAmyuniPDFPrinter")) { Process p = new Process(); p.StartInfo.FileName = "install.exe"; ...
by KarlRhodes
Fri Feb 24 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: "Printer Installation Failed" message when tryin to automate
Replies: 2
Views: 6774

"Printer Installation Failed" message when tryin to automate

We've recently bought a copy of the developer version of the Amyuni PDF Converter as we need to save/print files to PDF format without having to install the software on each client machine that uses our application (C# Winforms). We have followed the instructions showing how to use the driver using ...