Search found 46 matches
- Fri Jun 02 2017
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Does PDF Converter run under WINE (Mac OS/X Windows emulator
- Replies: 0
- Views: 20867
Does PDF Converter run under WINE (Mac OS/X Windows emulator
Do you know if PDF Converter would run under WINE, the Mac OS/X Windows emulator?
- Thu Jan 05 2017
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: PDF Converter Install Error
- Replies: 6
- Views: 14484
Re: PDF Converter Install Error
It's weird that when you run with "/?" to get all the options, from a command line:
You get a ton of parameters, but not a word about "-p".install.exe /?
- Mon Jul 27 2015
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error -41 when installing 5.0 on top of 4.5
- Replies: 1
- Views: 3372
Re: Error -41 when installing 5.0 on top of 4.5
Problem solved: a glance at the old & new Activation Codes seemed to indicate they were the same, but they were not. Copying the correct, latest 5.0.1.9 Activation Code to the installer fixed the problem.
- Sat Jul 25 2015
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error -41 when installing 5.0 on top of 4.5
- Replies: 1
- Views: 3372
Error -41 when installing 5.0 on top of 4.5
I have upgraded my application from using PDF Converter 4.5.1.0 to 5.0.1.9 (DLL version). When I install the new version with 5 on top of an old version that used PDF Converter 4, I get an error -41 ("Wrong Activation Key"). I have to reboot to get it to work OK. If it was the wrong Activa...
- Sat Jul 25 2015
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Amyuni PDF Converter and Win 10?
- Replies: 3
- Views: 12093
Re: Amyuni PDF Converter and Win 10?
We've just installed PDF Converter 5.0.1.9 (upgrade from 4.5) on Windows 10, seems to work OK. Requires a reboot.
- Mon Jul 20 2015
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Max possible size of a PDF Document created over amyuni PDF
- Replies: 3
- Views: 4547
Re: Max possible size of a PDF Document created over amyuni PDF
The maximum size is also constrained by the PDF viewer. We've done a bit of research on this:
http://progenygenealogy.blogspot.ca/201 ... df-be.html
http://progenygenealogy.blogspot.ca/201 ... df-be.html
- Mon Jun 24 2013
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: DriverInit error, running install.exe from command line
- Replies: 11
- Views: 24378
Re: DriverInit error, running install.exe from command line
You are correct, and that was caused by making Install.exe search for embedded components ("BinaryKey") instead of amidst the installed files ("FileKey"). The correct form is: <Product ...> <CustomAction Id="Install_PDF_printer" FileKey="Install.exe" ExeComman...
- Sat Jun 15 2013
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: DriverInit error, running install.exe from command line
- Replies: 11
- Views: 24378
Re: DriverInit error, running install.exe from command line
I'm trying to install an Amyuni PDF printer in a WiX installer. I am getting an error 1721, "A program required for this install to complete could not be run". I've tried Execute="deferred" and "immediate", Impersonate="no" and "yes", to no avail. He...
- Mon Nov 01 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Print spooler service hanging
- Replies: 1
- Views: 5314
Re: Print spooler service hanging
We converted from Amyuni 3 to Amyuni 4 and a lot of our problems went away.
- Mon Nov 01 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error installing PDF Converter version 4.5
- Replies: 2
- Views: 9915
Re: Error installing PDF Converter version 4.5
For what it's worth, Amyuni says "xmllite.dll is only required if generating XPS files". We install successfully without it.
See this post:
http://www.amyuni.com/forum/viewtopic.php?f=2&t=2735
But I'm not an expert.
See this post:
http://www.amyuni.com/forum/viewtopic.php?f=2&t=2735
But I'm not an expert.
- Sun Oct 10 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Installation on a Windows 2003 Server
- Replies: 3
- Views: 7815
Re: Installation on a Windows 2003 Server
We had a customer (in the U.K., I believe) reporting the same error, "cdintf400.dll is unavailable". This was on Win 7/64-bit. The INSTALL.LOG says: Windows 64-bit x86 Install ---------------------------------------------- Printer setup failed Error Code: 1722 The RPC server is unavailable...
- Fri Oct 08 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: What registry changes are needed for “Spool print ...."?
- Replies: 3
- Views: 11288
Re: What registry changes are needed for “Spool print ...."?
1. Select "Spool print documents so program finishes faster" 2. Select "Start printing immediately" 3. Uncheck the box "Enable printing features" God Bless you Sir! You are a genius. Our (32-bit) app was hanging, and three customers report this fixed their problem. Int...
- Thu Oct 07 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Print hangs on Win7 - Server2008R2 64bit - Amyuni 4.0.10
- Replies: 2
- Views: 8462
Re: Print hangs on Win7 - Server2008R2 64bit - Amyuni 4.0.10
your main application has an exclusive lock on the splwow64 process Would this be true if the customer has another application that uses Amyuni, such as Quicken or PDF Creator? Even if Quicken is not running, is there some background service that could be interacting with splwow64? We have a couple...
- Wed Sep 15 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: How does scaling work? SetScalingPercent() ineffective
- Replies: 1
- Views: 4839
Re: How does scaling work? SetScalingPercent() ineffective
Well in case you were all wondering, the answer (as per Amyuni Tech Support email) is to call 'SetDefaultConfig(hPrinter);' in addition to the other functions: hDriver = DriverInit(szPrinterName); EnablePrinter(hDriver, SZ_COMPANY, AMYUNI_KEY); SetScalingOption(hDriver, SIO_SCALE); SetScalingPercent...
- Sun Sep 12 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: How does scaling work? SetScalingPercent() ineffective
- Replies: 1
- Views: 4839
How does scaling work? SetScalingPercent() ineffective
How is scaling supposed to work? I am using Amyuni PDF Converter 4.0.1.2, and have tried: hDriver = DriverInit(szPrinterName); EnablePrinter(hDriver, SZ_COMPANY, AMYUNI_KEY); SetScalingOption(hDriver, SIO_SCALE); SetScalingPercent(hDriver, percent); It does not scale, it comes out at 100%. Also, the...