Search found 4 matches

by Goldcircle
Thu Nov 12 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Printing to Network printer using UNC printer name
Replies: 1
Views: 11058

Re: Printing to Network printer using UNC printer name

After some research its seems the problem is caused by compiling as "Any CPU". Specifically, if the applciation is compiled as "ANy CPU" the printer method no longer works. I was able to get this working using the following steps: 1. Compile the application as target platform: &q...
by Goldcircle
Wed Nov 11 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Printing to Network printer using UNC printer name
Replies: 1
Views: 11058

Printing to Network printer using UNC printer name

We are using PDF creator .NET 4.0 to print to a network printer. Unfortunately, the documentation is not clear on how to define the printer name. It stated only to use the printername as a string such as this: document.Print("HP LaserJet 6L",false);. I tried to use the printer share name a...
by Goldcircle
Tue Nov 10 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Error Printing Rotated Document (images dont rotate fully)
Replies: 1
Views: 10275

Error Printing Rotated Document (images dont rotate fully)

I have been communicating on this issue by Email, but I thought it would be better to have clear record of the issue to help with resolution. Using PDF Creator .NET 4.0, we do the following steps: 1. Open existing PDF 2. Rotate PDF (pdfCreator1.Document.RotatePage(1, Amyuni.PDFCreator.IacRotatePageO...