Search found 3 matches

by M Johnson
Tue Sep 04 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Trouble with silent install of driver
Replies: 1
Views: 5154

Trouble with silent install of driver

I'm using visual studo 2005 creating a MIS package, have created a custom action using the following line. /Install -s "PdFTEST" -n "Our registered name" -c "our registration code" The driver installs, the problem i'm having is the pop up window, that tells user they ar...
by M Johnson
Thu Aug 16 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print PDF file, Printer Dialog
Replies: 1
Views: 4732

Print PDF file, Printer Dialog

I am using the 3.00 ver of the pdf converter with the .net wrapper : CDIntfNet300.dll. I can print the pdf file to a physical printer but need to have the printer, it prints directly to the printer with no dialog. Would like the printer dialog to show so users can change printers if they wish. Can s...
by M Johnson
Thu Aug 16 2007
Forum: C/C++/C# Community
Topic: [C#, physical printer]How to print to a physical printer?
Replies: 2
Views: 13885

I have been able to print a pdf by using the following code. But have been unable to get the printer dialog to show so my users can change printers. public override void PrintPDF() { // get default printer values; PrintDocument objPrintDocDefault = new PrintDocument(); string strDefaultPrinter = obj...