Search found 89 matches

by David
Thu Nov 13 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved]PDF Converter on Windows 2008 Terminal Server 64 Bit
Replies: 3
Views: 8970

Re: PDF Converter on Windows 2008 Terminal Server 64 Bit

Hello When using locking, the lockname that you provide should be exactly the same name that appears as the document title in the printer dialog i.e. pause the amyuni printer > print from your application to that printer > check the name that appears as the document title in the printer dialog box >...
by David
Thu Nov 13 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: StartDoc hangs on Vista 64-bit
Replies: 8
Views: 19216

Re: StartDoc hangs on Vista 64-bit

Hello 1) Attach printer to NUL: port on 64bit system. 1) Make sure that you are logged in as a user with administrator rights. 2) Select Control Panel, and click Printers. 3) Right-click the Amyuni PDF Converter icon and select Run as administrator and Properties. 3) Click Continue. 4) Select the Po...
by David
Tue Nov 11 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CDIntf300.h
Replies: 3
Views: 6235

Re: CDIntf300.h

Hello An updated header file is now available on our website. You can download it at the following link: http://www.amyuni.com/downloads/cdintf300.zip The is also an updated version of cdintf available in the product download section (http://www.amyuni.com/en/support_user/updates.php), that resolves...
by David
Mon Nov 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Decrypting PDF throws an exception error in Creator
Replies: 4
Views: 10317

Re: Decrypting PDF throws an exception error in Creator 3.03

Hello Your code for decrypting the file is correct. You need to check that you are using the Owner Password to open the file. If you open the document using the User Password and the option "Changing the document" is not enabled, you will encounter the problem you mentioned. Hope that help...
by David
Tue Oct 21 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Device Is Not Ready
Replies: 1
Views: 5179

Re: Device Is Not Ready

Hello This scenario may occur in either of the circumstances below: 1- The PDF Converter driver functions by reading and writing printer settings to the registry. All users of the PDF Converter must have at least read/write privileges to the "HKEY_CURRENT_CONFIG\Software\<Printer Name>" an...
by David
Wed Sep 17 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Generating PDF/A
Replies: 3
Views: 6451

Re: Generating PDF/A

Hello A couple of important notes about generating PDF/A documents: - Fonts need to be embedded in the document - IO_OUTPUTPDFA8 and IO_XMPMETADATA should be set in the ImageOptions for true PDF/A Below is a simplified code snippet of what i mean const IO_XMPMETADATA 0x00000010 const IO_OUTPUTPDFA8 ...
by David
Wed Sep 17 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to run samples
Replies: 3
Views: 6812

Re: Unable to run samples

Hello The CsharpConverter example uses both the ActiveX and Dll interfaces of CDIntf and also the .Net wrapper CDIntfNet.dll To use the sample with the current version 3 of the PDF Converter you will need to do the following: 1) Download the demo version at the following link: http://www.amyuni.com/...
by David
Wed Sep 17 2008
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: zoom and center page
Replies: 1
Views: 11167

Re: zoom and center page

Hello The DrawCurrentPage method of the PDF Creator application will allow you to select a certain section of the page that you are currently viewing. The PDF Creator Developer Manual contains a code sample that allows the user to drag the mouse on a PDF document and the area the user dragged on wil...
by David
Thu Sep 11 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 2 programs using Amyuni
Replies: 1
Views: 4103

Re: 2 programs using Amyuni

Hello This seems like a problem with a demo license and activation code being stuck in memory. To resolve the issue you will need to un-install both printers and re-boot the system to clear the license from memory. Then re-install each printer, passing it the correct license and activation code duri...
by David
Mon Sep 08 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.SearchText and SearchTextEx
Replies: 1
Views: 8132

Re: Document.SearchText and SearchTextEx

Hello The parameters for the SearchText and SearchTextEx are the same. The only difference in the two methods is that SearchText only works with WinAnsi encoded streams, but not with other encodings. The SearchTextEx is also more accurrate than the SearchText. In your code we would recommend explici...
by David
Mon Sep 08 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EncryptPDFDocument, etc. failing
Replies: 1
Views: 4214

Re: EncryptPDFDocument, etc. failing

Hello

A fix for this issue has been applied to version 3.03 which is due to be released shortly.

Hope that helps?

David
by David
Thu Sep 04 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 2 ways of ExportToTiff
Replies: 1
Views: 3913

Re: 2 ways of ExportToTiff

Hello The values for the acTiffExportOptions are as follows Option Option value(Hex) acTiffExportOptionCCITTDefault 0x13107210 //300 DPI, no compression acTiffExportOptionCCITTLow 0x09830410 // low resolution 150 DPI, CCITT compression acTiffExportOptionCCITTMedium 0x19660810 // default to 300 DPI, ...
by David
Tue Sep 02 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Corrupt information on appended / merged PDFs
Replies: 9
Views: 13637

Re: Corrupt information on appended / merged PDFs

Hello In order to provide you with more information, we would have to look at the documents that you are merging and the resulting corrupt document. You can send a description of your problem and the documents to support@amyuni.com and our support team will try and assist you. Hope that helps? David
by David
Fri Aug 29 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Latest version
Replies: 1
Views: 4925

Re: Latest version

Hello You can find the version by right-clicking on the Amyuni PDF printer in the printers’ folder of the control panel, then choosing “Printing Preferences” and on the bottom of the Configuration Tab. You should see something like Version 2.XXx - Developer License N° 111111111-1111 or License to XX...
by David
Fri Aug 29 2008
Forum: Visual FoxPro Community
Topic: cdintf300.dll
Replies: 1
Views: 11404

Re: cdintf300.dll

Hello

To register a dll on Vista, the command prompt needs to be elevated to run as administrator.

Hope that helps?

David