Search found 13 matches

by kschmidt
Fri Oct 17 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Can't call StartDoc with Printer Driver 3.03
Replies: 3
Views: 6261

Re: Can't call StartDoc with Printer Driver 3.03

Hello, I believe that your issue maybe caused by the EnablePrinter() function? Please make sure that you are using "License to" and "Activation code" values that have version 3.0.x enabled? Thanks Ok. I have a valid activation code that we got when we originally purchased this f...
by kschmidt
Thu Oct 16 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Can't call StartDoc with Printer Driver 3.03
Replies: 3
Views: 6261

Can't call StartDoc with Printer Driver 3.03

Hi, I'm trying to migrate our app to use the PDF converter 3.03 (we're currently at 2.5) and am having some problems getting it to work. I am able to successfully call DriverInit, set all of the default options, and calling EnablePrinter works fine. When I go to call StartDoc to start printing a doc...
by kschmidt
Fri Jan 25 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Fonts corruption when printing a PDF programatically
Replies: 5
Views: 8573

new tool

What other tools have you been considering?
by kschmidt
Fri Jan 18 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Calls to StartDoc failing with PDF Converter 3.02
Replies: 0
Views: 4706

Calls to StartDoc failing with PDF Converter 3.02

Hi, I'm trying to upgrade our PDF drivers from 2.51 (which work currently) to 3.02 and am having some problems. Whenever I make a call to StartDoc in my app after selecting the Amyuni PDF printer, it is returning a -1. The printing code works with any other printer, and works with version 2.51 of th...
by kschmidt
Tue Aug 28 2007
Forum: C/C++/C# Community
Topic: Using pdfcreactivex.dll in cpp program
Replies: 2
Views: 14663

Alternately you can do it all in code using a #import directive like: #import "pdfcreactivex.dll" rename("GetObject", "PDFGetObject") rename("TextOut", "PDFTextOut") rename("GetCharWidth", "PDFGetCharWidth") rename("DrawText&...
by kschmidt
Mon Mar 26 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 3.0 Install problems.
Replies: 2
Views: 6723

The dlls and exe are in the same folder during the install. The install is being run as administrator for both xp and Vista, and the admin UAC token is being passed on to the install.exe during the install process, so that should be ok. I rolled all of the dlls and install.exe back to the previous v...
by kschmidt
Thu Mar 22 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Resolved: CdIntf300.zip
Replies: 8
Views: 11631

Resolved: CdIntf300.zip

I downloaded the CdIntf300.zip from www.amyuni.com/downloads/cdintf300.zip and unpacked the .lib and .h files to compile into my app. When I went to run it was complaining about not having cdintf251.dll. I looked into the lib, and the lib is indeed referencing 251, not 300 like I expected. Do you ha...
by kschmidt
Thu Mar 22 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 3.0 Install problems.
Replies: 2
Views: 6723

3.0 Install problems.

We are getting error codes when running the install.exe in the new 3.0 version. The code is different between XP and Vista, but neither of them are working properly. Here are the errors: In XP: Installing Amyuni PDF printer Error Code: 1114 A dynamic link library (DLL) initialization routine failed....
by kschmidt
Thu Mar 22 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: File versions in 3.0 seem wrong.
Replies: 1
Views: 5608

File versions in 3.0 seem wrong.

Hi, We got the new 3.0 version of the PDF Converter printer drivers and installed them. In 2.5 you had two files acfpdfuiia64.dll and acfpdfuia64.dll for the intel 64 bit processors with product version 2.50 file version 0.3.0.2506, and when I installed the 3.0 version I didn't get updates to those ...
by kschmidt
Thu Mar 09 2006
Forum: C/C++/C# Community
Topic: New User Questions
Replies: 12
Views: 25582

I'm using the developer version of the pdf converter. You can ignore the FYI about the message box. I reset my machine and that went away. Have to love issues like that. What I wanted to do with the converter was to have your file dialog prompt the user for confirmation if the file existed. In your ...
by kschmidt
Wed Mar 08 2006
Forum: C/C++/C# Community
Topic: New User Questions
Replies: 12
Views: 25582

If the NoPrompt flag is not turned on (licensed version, 2.50g), the dev version will pop up a custom file save dialog for the user to set the file name and location the printer will save to. You say the converter will not display a confirmation dialog to the end user so we have complete control, bu...
by kschmidt
Wed Feb 08 2006
Forum: C/C++/C# Community
Topic: Errors using 2.5 Converter with Win98.
Replies: 2
Views: 8662

Jose, I have created a new VS.NET2003 C++ solution to reproduce the problem. I will write up some documentation and email the whole package to your support address. Setting those param strings has gotten rid of the message box when the user clicks the properties button on the printer selection dialo...
by kschmidt
Mon Feb 06 2006
Forum: C/C++/C# Community
Topic: Errors using 2.5 Converter with Win98.
Replies: 2
Views: 8662

Errors using 2.5 Converter with Win98.

Hi, Our company has integrated the developer version of Amyuni PDF Converter v.2.5 Pro into our app to allow our customers to print to PDFs. The driver is initialized on startup and enable is called just before printing begins. On XP and 2K, enable returns true and the user is prompted for the file ...