Search found 3 matches

by avarnon
Tue Nov 03 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Supported Printers
Replies: 0
Views: 9385

Supported Printers

When I use acPDFCreator.Net.dll to print to a Lexmark E240 printer or to the Microsoft XPS Document Writer software printer I occasionally receive garbage from certain PDF files.

Is there a list of printers that you support?

Sincerely,
by avarnon
Fri Oct 30 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Error finding acPDFCreator.Net in 64 bit environment
Replies: 1
Views: 11315

Re: Error finding acPDFCreator.Net in 64 bit environment

I tried building our application with a targeted platform of x86 instead of Any CPU. PDFCreator now works but this is not a valid solution for us. Our application *must* be built with a targeted platform of Any CPU. I was able to use the Microsoft utility CorFlags http://msdn.microsoft.com/en-us/lib...
by avarnon
Thu Oct 29 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Error finding acPDFCreator.Net in 64 bit environment
Replies: 1
Views: 11315

Error finding acPDFCreator.Net in 64 bit environment

I have the folowing code theat runs fine in a 32 bit XP professional environment, but creates an error in 64 bit XP professional: Private Shared Sub AmyuniPrint(ByVal strmPDF As IO.Stream, ByVal oPrinterSettings As Drawing.Printing.PrinterSettings, ByVal oPageSettings As Drawing.Printing.PageSetting...