problems printing to konica minolta laser printer DI3010F

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
casolorz
Posts: 22
Joined: Thu Mar 17 2005
Location: Wichita, KS

problems printing to konica minolta laser printer DI3010F

Post by casolorz »

We have a customer trying to print a PDF using your library. We call the library from our C# code like this:

ACPDFCREACTIVEX.PDFCreactiveXClass pdf = new ACPDFCREACTIVEX.PDFCreactiveXClass();

pdf.Open(fileName,null);
pdf.SetLicenseKey("xx","xx");
pdf.Print("",0);

And this works fine for any pdf we have tried on any printer we have tried other than this "konica minolta laser printer DI3010F PCL6" and a brother printer of which I don't have the full model. On the konica it never prints anything while on the brother it only prints blank pages. Both were trying to print PDFs generated by Amyuni.

Please advice us to how to solve this problem.

--Carlos
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello Carlos,

Did you try to print this specific file that is not printing on the Konica printer on another printer? did it work?

If it did, than most probably this is an issue related to the printer itself, i don't have this printer to try it but if you send a request to our Technical Support team they may try to check this issue for your.

Did you try to print other files generated by either our driver or other drivers to the Konica Printer?

The file you are printing is generated by the PDF Converter or the PDF Creator?
casolorz
Posts: 22
Joined: Thu Mar 17 2005
Location: Wichita, KS

Post by casolorz »

Joan wrote:Hello Carlos,

Did you try to print this specific file that is not printing on the Konica printer on another printer? did it work?
We tried printing from Acrobat the same pdf and it worked. We tried printing text from notepad and it worked.
Joan wrote:
Did you try to print other files generated by either our driver or other drivers to the Konica Printer?

Other pdfs files print fine from acrobat, I did not try other pdfs with the amyuni printing code.
Joan wrote: The file you are printing is generated by the PDF Converter or the PDF Creator?
I have no idea what the name of the package we use to make the PDF or print it to the printer, it all comes from some suite I think. The code for printing the PDF to the printer I posted above and the one to create the PDF is just the windows service that receives the message to authorize a print job:

EnablePrinter(name, "xxx", "xxx" );
casolorz
Posts: 22
Joined: Thu Mar 17 2005
Location: Wichita, KS

Post by casolorz »

Ignore this whole post cause reinstalling the konica drivers fixed it, strangely it only didn't print from the amyuni code, maybe they got new drivers or something.
Post Reply