Search found 12 matches

by ruc2827
Wed Apr 20 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Installation Failed
Replies: 6
Views: 11260

I figured out the solution. PDFDriverInit is looking for the dependency files in the directory where cdintf.dll (cdintf250.dll) is registered, NOT in the application directory (where the EXE is located). I'm not sure if this is because I'm using COM interop or just the way it works. The solution is ...
by ruc2827
Wed Apr 20 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Installation Failed
Replies: 6
Views: 11260

I'm still get the "Printer Installation error" message when I call PDFDriverInit when my app launches. I am following all the steps in the Developer edition directions (copying 7 files to app bin, registering cdintf250.dll in windows\system32, and using PDFDriverInit). I am finding that t...
by ruc2827
Wed Apr 20 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Installation Failed
Replies: 6
Views: 11260

Hello, Installing the printer programatically works if the user is an administrator and can install a printer on the system. This is how it works for all printers. If you want to create the printer programatically you need to call PDFDriverInit once when launching your application (and not each tim...
by ruc2827
Thu Apr 14 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Installation Failed
Replies: 6
Views: 11260

Joan wrote:Hello,

Please install the printer using Install.exe. And in your application please replace PDFDriverInit by DriverInit.

This should help.

Thanks.
I'm getting this same error. So you are saying programmatically creating the printer each time is not supported?
by ruc2827
Tue Feb 15 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Icons not displayed on PDF Creator ActiveX Control
Replies: 1
Views: 5974

Icons not displayed on PDF Creator ActiveX Control

When using the PDF Creator ActiveX Control with an application that is Windows XP Visual Style enabled, the icons on the Prev/Next/First/Last page buttons are not displayed. Is there any plans to update this control to support the latest comctl32.dll included with Windows XP to support Visual Styles...
by ruc2827
Wed Nov 24 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: File concatenation failed
Replies: 3
Views: 7481

Hello, Please download an update to version 2.09 from: http://www.amyuni.com/en/support/updates.html Hope this helps. I am using the evaluation version of PDF Converter 2.10i-7 and still am seeing this error when I print multiple print jobs to a single file in quick succession. The app creates mult...
by ruc2827
Thu Nov 11 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing multiple print jobs to single file fails
Replies: 2
Views: 4698

Also, can Amyuni PDF Converter Professional End User edition be used programatically? This would solve my problem, but apparently it can not be called programatically.
by ruc2827
Thu Nov 11 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing multiple print jobs to single file fails
Replies: 2
Views: 4698

Printing multiple print jobs to single file fails

I am developing an application that calls another process command line to create multiple print jobs. The process I call prints all output to the default printer, so I am configuring Amyuni to print to a specified file and to concatenate the pdf to the existing file (NoPrompt, UseFileName, Concatena...
by ruc2827
Thu Nov 11 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print only prints 1 page
Replies: 5
Views: 7033

Is there anyway to enable this? I am performance testing the print performance in comparison to evalutate your product. Without this feature, the perf numbers seem way too low compared to programattically printing via Adobe Reader, probably due to only printing 1 page.
by ruc2827
Thu Nov 04 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print only prints 1 page
Replies: 5
Views: 7033

I am using the Demo version of Professional Developer. I am setting the licence key. It only prints 1 page whether I set the licence key or not.
by ruc2827
Thu Nov 04 2004
Forum: C/C++/C# Community
Topic: .NET Wrapper
Replies: 1
Views: 6453

.NET Wrapper

Why does the .NET wrapper not contain the same API as the COM dll it wraps? I was forced to create an Interop assembly from the COM dll using tlbimp to get the full functionality. It seems like the API is way out of date on the .NET dll. Also, there are two separate components. One has just static m...
by ruc2827
Thu Nov 04 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print only prints 1 page
Replies: 5
Views: 7033

Document.Print only prints 1 page

I am using Document.Print to print my PDF after generating it. It is successfully printing but only printing the first page despite verifying that it is correctly passing in the start and end page parameters. The document contains multiple pages if opened up in Acrobat. Is this a known issue? Are th...