Search found 89 matches

by David
Wed Aug 19 2009
Forum: Not sure which product to use?
Topic: Modifying PDF files
Replies: 1
Views: 33552

Re: Modifying PDF files

Hello For the type of application that you are building, you need: - A developer license for each developer/programmer in your organisation that works with integrating the Amyuni tools into your application. - An application license for each application that you build and integrate the Amyuni tools ...
by David
Wed Aug 05 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 4, 64-bit and re-distributable files - IA?
Replies: 2
Views: 6474

Re: Version 4, 64-bit and re-distributable files - IA?

Hello Windows 98/Me, NT4 and IA64 drivers have not been updated since version 2.5. These drivers are not included with the products but can be downloaded separately from: http://www.amyuni.com/downloads/legacy_drivers.zip The acfpdfuia64.dll and acfpdfuiia64.dll are only required for very rare high ...
by David
Wed Aug 05 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Set Password In VBA
Replies: 3
Views: 6820

Re: Set Password In VBA

Hello Your code snippet is correct for encrypting a document. You can find more information on encyption at the following online documentation: http://amyuni.com/WebHelp/Merged_CDI_Docs/4_Printer_Configuration/Properties/Permissions.htm In versions before v3.0 the PDF Converter developer license was...
by David
Mon Jun 29 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter "hangs" on SetDefaultConfig
Replies: 1
Views: 4851

Re: PDF Converter "hangs" on SetDefaultConfig

Hello The SetDefaultConfig method posts a Windows message to all running applications, including the application that calls this function, to notify the applications that the printer settings have changed. The notification can take a few seconds if there are a number of applications running. SetDefa...
by David
Thu Jun 25 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: error code -20 on Win2K os
Replies: 8
Views: 13629

Re: error code -20 on Win2K os

Hello

A version 4.0.0.7 has just been recently uploaded to our website.
https://www.amyuni.com/en/support_user/updates.php

This version contains a patch for the issue that you were encountering with activation on Win 2000 systems.

Hope that helps
David
by David
Mon Jun 22 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista x64 and v4.0
Replies: 12
Views: 16683

Re: Vista x64 and v4.0

Hello

The new build that contains this fix is now available for download directly from our website: https://www.amyuni.com/en/support_user/updates.php

Hope that helps.
David
by David
Tue Jun 02 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 4.0.0.2 printing only as admin using Vista 32-bit
Replies: 2
Views: 5496

Re: Version 4.0.0.2 printing only as admin using Vista 32-bit

Hello Writing to this location is done by windows when installing the printer driver. Installation of the printer can only be done by a user that has Administrative rights on the system. One of the fundamental requirements of the PDF Converter is that, in order to install the PDF Converter on all ve...
by David
Thu May 28 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Cleat document in PDF Creator Control .net
Replies: 2
Views: 10617

Re: Cleat document in PDF Creator Control .net

Hello

you need to call PDFCreator.Document.InitBlank and not PDFCreator.Document.InitBlack

Hope that helps.
David
by David
Thu May 28 2009
Forum: Power Builder Community
Topic: Trail version 4 is not working
Replies: 1
Views: 10046

Re: Trail version 4 is not working

Hello

The DriverInit function initializes the library for use with an already installed printer. DriverInit cannot install a new printer and will fail if the printer does not already exist.

You need to make sure that the printer that you have specified exists on the system.

Hope that helps.

David
by David
Thu May 28 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: error code -20 on Win2K os
Replies: 8
Views: 13629

Re: error code -20 on Win2K os

Hello

i suggest you make a clean install of the version 4.0.0.3 that you have as it resolves the issue that you are encountering.
You can find instructions for a clean install at the following link: http://www.amyuni.com/forum/viewtopic.php?f=18&t=2277

Hope that helps
David
by David
Thu Apr 30 2009
Forum: Visual Basic Community
Topic: No event fired in VS 2005
Replies: 2
Views: 10815

Re: No event fired in VS 2005

Hello

A new build of the PDF Creator application that resolves this issue has been uploaded to our website.
I would recommend you download this new version.

Hope that helps.

David
by David
Thu Apr 30 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF/A font error
Replies: 1
Views: 4177

Re: PDF/A font error

Hello

This does not occur in the current version 4.0
I would recommend that you download this version from our website.

Hope that helps?
David
by David
Thu Apr 30 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Creating PDF/A documents
Replies: 1
Views: 4063

Re: Creating PDF/A documents

Hello

The post at the following link deals with generating PDF/A documents.

http://www.amyuni.com/forum/viewtopic.php?f=2&t=2400

Hope that helps?

David
by David
Thu Apr 30 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Version 4.0 PDF Documentation
Replies: 1
Views: 4352

Re: Version 4.0 PDF Documentation

Hello 1) A downloadabale version of the v4.0 documentation is currently not available. However, our Technical writer is in the process of updating it and it should be available within the next few weeks. 2) The Amyuni products are backward compatible and all prior functions and methods should functi...
by David
Wed Apr 01 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16165

Re: Remove document from control

Hello I was not able to re-produce the issue with using the 3.03 version. this code works to clear the document from the control: private void button1_Click(object sender, EventArgs e) { pdfCreator1.SetLicenseKey("Amyuni Tech.", "07EFCDAE......"); FileStream fs = new FileStream( ...