Search found 121 matches

by Devteam
Fri Jun 11 2010
Forum: C/C++/C# Community
Topic: Orientation not setting to Landscape.
Replies: 1
Views: 10067

Re: Orientation not setting to Landscape.

We see this question very frequently. The orientation setting in the PDF printer (or any other printer) is only the default setting for that printer. For e.g., when some applications start a new document, they would query the default printer setting and create a Portrait or Landscape document accord...
by Devteam
Fri Jun 11 2010
Forum: C/C++/C# Community
Topic: Amyuni C++ implementation
Replies: 2
Views: 10774

Re: Amyuni C++ implementation

This might be an obvious question, but are you sure that you have a form field object named "FieldName" in your document? GetObjectByName doesn't seem to find such a field and is returning an error.
by Devteam
Wed Mar 31 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Assigning ports at install
Replies: 1
Views: 5104

Re: Assigning ports at install

You can assign the printer port during installation. When using Install.exe, you can use the "-o portname" command line option to do so. When using PDFDriverInit from the DLL or ActiveX interfaces, you can add the port after the printer name separated by a semi-colon: "myprinter;port&...
by Devteam
Fri Mar 19 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Data missing inside the html control while HTML to PDF conve
Replies: 2
Views: 5367

Re: Data missing inside the html control while HTML to PDF conve

There are things that might explain this issue: 1) PDF Converter converts to PDF any text or drawing instructions that are sent to it. If the contents are truncated, in most cases it means that the printing application did not send the text to the printer. So the first place to start is to make sure...
by Devteam
Fri Mar 19 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Transparent images printing black color
Replies: 1
Views: 6347

Re: Transparent images printing black color

The problem with transparencies comes from the fact that PDF Converter is similar to Postscript printers but is not really a Postscript printer. So it is in between two worlds: raster printer (e.g. PCL) and Postscript. The "fix" for transparent gifs is different depending on the applicatio...
by Devteam
Fri Dec 04 2009
Forum: Technical Newsletters
Topic: 32-bit CDINTF behaves differently under 64-bit systems
Replies: 0
Views: 24844

32-bit CDINTF behaves differently under 64-bit systems

Related Products and Platforms This newsletter relates to the 64-bit Amyuni Document Converter printer driver, versions 3 and 4, running under XP, 2003, Vista, 2008 and Windows 7 64-bit editions only. Problem Description After installing the Amyuni printer driver, a 32-bit application running under...
by Devteam
Thu Nov 26 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem as Standard User on non-English Vista OS
Replies: 17
Views: 25562

Re: Problem as Standard User on non-English Vista OS

This fix did not make it on time for the 4.0.0.8 release but was included in 4.0.0.9 which is available as an unsigned printer driver and is currently being submitted for digital signature and Microsoft certification. The Microsoft certification is a lengthy process since we now have 8 platforms on ...
by Devteam
Thu Nov 26 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Digital Signature - signature is invalid
Replies: 1
Views: 4578

Re: Digital Signature - signature is invalid

We would need to take a look at the code and the certificate that is being used for signing the documents.

Version 3.03 can be downloading by logging-in to the customer section, it is not available for general download.
by Devteam
Thu Nov 26 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 printer hang
Replies: 5
Views: 13461

Re: Vista 64 printer hang

Event handling requires some additional consideration under 64-bit systems. The problem is the following: When a 32-bit application prints to a 64-bit driver under a 64-bit OS, the 32-bit application does not directly interact with the printer driver but another process is involved: splwow64.exe. Th...
by Devteam
Sat Oct 31 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: printer resolution
Replies: 1
Views: 5628

Re: printer resolution

Printer resolution is part of the standard Devmode settings that are supported by all printers under Windows. The entries that you find under the Software registry key are settings that are very specific to our printer and that are also common to all print jobs (meaning if you change the setting for...
by Devteam
Sat Oct 31 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Accuracy of PDFs
Replies: 1
Views: 4266

Re: Accuracy of PDFs

The main difference is that the original application is using Windows GDI to display and print whereas the PDF is most commonly viewed with Acrobat Reader which has its own rendering engine. One thing that would help with the accuracy is printing resolution. The recommended resolution is 600 DPI whi...
by Devteam
Sat Oct 31 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Install.exe not signed - Unknown Publisher message
Replies: 1
Views: 4213

Re: Install.exe not signed - Unknown Publisher message [Solved]

A signed version of the installer can be found here:
http://www.amyuni.com/downloads/Install ... Signed.exe

We will include the signed version in future product packages on our web site.
by Devteam
Sat Oct 31 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Sporadic Printer not activated, error code -30
Replies: 2
Views: 20532

Re: Sporadic Printer not activated, error code -30

We have a couple of solutions to this issue. The first is to send you an activation code that does not time out but is locked to you specific executable. You will need to send your executable name to support@amyuni.com and ask them for an alternative code. Another solution is to provide you with an ...
by Devteam
Sat Oct 31 2009
Forum: Technical Newsletters
Topic: Failure to load Amyuni PDF Creactor ActiveX control with DEP
Replies: 0
Views: 11734

Failure to load Amyuni PDF Creactor ActiveX control with DEP

This post addresses an issue that may have occurred or may occur when using the PDFCreactiveX.dll that hosts the PDFCreator ActiveX control from a .Net application that is built with the C# compiler in Visual Studio 2008 and the .NET 3.5 or with the C# compiler in Visual Studio 2005 after the .NET 2...
by Devteam
Mon Oct 26 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter 4.0 Receives Windows 7 Logo Certification
Replies: 6
Views: 14534

Re: PDF Converter 4.0 Receives Windows 7 Logo Certification

The two DLLs mentioned above are part of the PDF Viewer that ships with Amyuni PDF Converter. The viewer does not require certification and is not always the same version number as the printer driver.