Search found 89 matches

by David
Fri Aug 29 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Thumbnail Control
Replies: 3
Views: 8750

Re: Thumbnail Control

Hello

For the MFC wrappers of ActiveX controls the call to make to get the ActiveX interface pointer is not GetOcx() as in C#. It is GetControlUnknown().

So this should be:

Code: Select all

m_pdf.Open( CString( "c:\\test.pdf"), NULL);
m_pages.Initialize( m_pdf.GetUnknown());

Hope that helps?

David
by David
Thu Aug 14 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter 3.02 and Powerpoint
Replies: 5
Views: 6540

Re: PDF Converter 3.02 and Powerpoint

Hello

Can you post a scaled down version of the code that you are using to print the PowerPoint presentation?

Thanks
David
by David
Thu Aug 14 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Printing a PDF and specifying paper tray
Replies: 2
Views: 7125

Re: Printing a PDF and specifying paper tray

Hello One thing to check is that the tray that you printing to has the papersize that corresponds to the page that you are printing i.e. trying to print a legal page when tray only accepts letter size. If you continue to encounter the problem, you can send your document to our support department (su...
by David
Mon Aug 11 2008
Forum: Visual Basic Community
Topic: ExportToRTF and Textsearch-feature
Replies: 3
Views: 14033

Re: ExportToRTF and Textsearch-feature

Hello 1) Your code is missing the SetLicenseKey() before calling the ExportToRTF(). If you are calling the SetLicenseKey() then you need to check that the RTF export is enabled in the license that you are using. You can send the license that you are using to support@amyuni.com and we can check the l...
by David
Mon Aug 11 2008
Forum: Not sure which product to use?
Topic: Merging a PDF document with Data
Replies: 3
Views: 13989

Re: Merging a PDF document with Data

Hello

Our PDF Creator application will allow you to edit and save existing pdf documents.
You can download a fully functional demo version at the following link http://www.amyuni.com/en/developer/pdfc ... tures.html

Hope that helps?

David
by David
Mon Aug 11 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Signing with a seperate certificate
Replies: 3
Views: 5506

Re: Signing with a seperate certificate

Hello

The Amyuni DigitalSignature method uses only certificates that are stored in the "personal store".
Unfortunately it is not possible to use a certificate that is stored elsewhere.

Hope that helps?

David
by David
Tue Jul 15 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error using Amyuni Printer on 64bit
Replies: 10
Views: 17819

Re: Error using Amyuni Printer on 64bit

Hello The error code -40 means that you are using a license and activation code that are not for that particular operating system. You can send the license and activation code to support@amyuni.com and request they check that the license is valid for use on the 64bit system. A list of error codes th...
by David
Wed Jul 09 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error in digital signing
Replies: 7
Views: 12058

Re: Error in digital signing

Hello The Amyuni PDF Converter's Digital Signatures option uses the Microsoft signature handler (PPKMS digital signatures types) and these digital certificates must be stored in the "My" or "Personal" store. Along with this, the digital certificates must also have the appropriate...
by David
Wed Jul 09 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Font embedding..?
Replies: 5
Views: 8264

Re: Font embedding..?

Hello The situation you are encountering is occurring because of how VFP 9.0 now prints and not the PDF Converter. VFP 9.0 will force VFP to use GDI+ and thus causing the text to be generated as images in the PDF document. We suggest that you print your PDF reports and setting "SET REPORTBEHAVI...
by David
Fri May 09 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Use Amyuni PDF Converter 3.0 with ASP.NET Web Application
Replies: 1
Views: 4145

Hello The Amyuni PDF Converter can be used in a web environment. We have sample written in ASP.NET and VB.NET that demostrates how to use in such an enviroment. http://www.amyuni.com/en/support/technotes.html 1) You will have to modify some security settings to allow for the saving/retrieval of file...
by David
Fri May 09 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF converter 3.02 and .CAT files
Replies: 4
Views: 6632

Hello

When concatenating under 64bit systems, the cdintf300.dll that is in the “WINDOWS\SysWOW64” folder is used. You will need to make sure that the cdintf300 in “WINDOWS\SysWOW64” is registered.

Hope that helps?

David
by David
Wed Apr 23 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Printer settings and about box
Replies: 11
Views: 12480

Hello The ability for end users to see and change the printer settings was disabled in more recent versions. The printer settings need to be changed via code from within the developer's application. For methods and functions on changing the printer settings please refer to the "Common Driver In...
by David
Wed Apr 23 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Concenate Problem
Replies: 1
Views: 3819

Hello 1) To not be prompted for a filename often when printing an excel document you need to make sure that in the excel application you select the excel option to "print entire workbook". This will cause excel to print the document as one printjob and not a different print job for each sh...
by David
Wed Apr 23 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problems on 64-bits XP
Replies: 3
Views: 6527

Hello Below are a few things that you need to check 1) One of the fundamental requirements of the PDF Converter is that, in order to install the PDF Converter on all versions of windows, the logged in user must have Admin privileges on the PC. This is the case when using install.exe or PDFDriverInit...
by David
Tue Apr 22 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated -20 on Citrix
Replies: 1
Views: 8822

Hello The error "Printer not activated. Error code -20" typically is generated when the PDF Converter encounters an issue with the activation code used to enable the printer. Either an incorrect activation code was used to install the printer or the PDF Converter is unable to read the acti...