Search found 89 matches

by David
Wed Apr 02 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: printing a PDF-File
Replies: 6
Views: 7371

Hello If the first page is only being printed, can you verify that the value for EndPage is greater or equal to the number of pages in the document e.g. PrintPDFDocument "C:\TEMP\test.pdf", "", 1, 1, 1 Will print only the first page of the document, while PrintPDFDocument "C...
by David
Wed Dec 19 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Handle returned by PDFDriverInit
Replies: 4
Views: 7643

Hello Using the Amyuni DLL interface: If the DriverInit function succeeds, the return value is an internal handle to the printer. If the function fails, the return value is NULL. In the Amyuni ActiveX interface: If the DriverInit function succeeds, the return value is 0. If the function fails, it la...
by David
Tue Dec 18 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Missing fonts?
Replies: 2
Views: 6923

Hello

Can you please send to our support the sample documents where you are encountering this issue (before and after modification).

This will enable us to look further into this issue.

Thanks
David
by David
Tue Nov 27 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: ExportToTiff not working
Replies: 6
Views: 11205

Hello The ExportToTiff will fail if the license does not have the functionality enabled. Below is a license and activation code that have the ExportToTiff feature enabled LicenseTo: Evaluation Version ActivationCode: 07EFCDAB01000100C71720CBB4034821476D5694417DB51ABBE70D4A14E5D47EF707562F287274F4AA0...
by David
Tue Nov 27 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Remove SetWaterark-settings
Replies: 2
Views: 5099

Hello Using version 3.01a that is currently on the site, i was not able to re-produce the issue you are encountering. Have you tried this with the 3.01a version? Passing an empty string to the printerwatermark function will print a blank/empty watermark on the PDF document. Also, when printing is ov...
by David
Tue Nov 27 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Text in Visio Files
Replies: 2
Views: 5526

Hello

The call to SetSimPostscript should be followed by a call to SetDefaultConfig or SetDefaultConfigEx for the setting to take effect.

Hope that helps?
by David
Thu Oct 25 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error 459 w. VB6 and v3.00 of Amyuni PDF Converter
Replies: 2
Views: 6623

Hello

With the version (3.01a) currently on the site, i was not able to reproduce the error you are encountering.

Can you download this version and let us know if you still get the same thing.

Thanks
David
by David
Tue Oct 16 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing Error: Error Code 1003
Replies: 1
Views: 8630

Hello The issue you are encountering is related to the fact that Windows 2K/XP/.NET by default will not use Windows NT printer driver in order to provide better system stability. This issue will only occur on versions 2.06 and earlier of the PDF Converter. You can resolve this issue by following eit...
by David
Fri Sep 28 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Internet Explorer 7 on Vista
Replies: 1
Views: 5536

Hello The problem is the Protected Mode security setting of IE7 and not the PDF Converter. This would allow you to print the website, but would not allow untrusted websites to save files to disk, even through the Amyuni PDF Converter. Therefore, if you are experiencing this problem, you need to do o...
by David
Mon Aug 20 2007
Forum: C/C++/C# Community
Topic: [C#, physical printer]How to print to a physical printer?
Replies: 2
Views: 13916

Hello 1) Below is a sample code snippet to print using the Print() method of the PDF Converter CDIntf.PDFDocumentControl PDF1 = new CDIntf.PDFDocumentControl(); PDF1.Open("c:\\temp\\PreAppend.pdf",""); //PDF1.Print(PrinterName, Startpage, EndPage, copies); //Leaving printername a...
by David
Tue Aug 14 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Windows Vista Printer not activated, error -30
Replies: 9
Views: 19933

In order to be able to install correctly you will need version 2.50g-4 of the PDF Converter. The version that you have (2.50c) is not compatible with Windows Vista and we cannot guarantee that it will work on Vista. In Windows Vista, the PDF Converter's EnablePre event fires when the user is logged ...
by David
Mon Aug 06 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Solved: Rotate in 300
Replies: 7
Views: 13321

Hello

The page rotation problem that you are encountering has been fixed in v3.01a which is currently available on the site.

Hope that helps?
David
by David
Fri Jun 22 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: On EndDocPost, Launch An Application
Replies: 1
Views: 4294

Hello, We suggest that you implement our PostProcessing option in order to retrieve the notification of when the PDF Converter has finished printing. When implemented the PostProcess option will execute an exe when the PDF file has finished being generated. This exe file can either be a custom or an...
by David
Wed Dec 20 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -41
Replies: 1
Views: 8054

Since the printer is already installed on your system, you need to enter the licensing information on the print queue that you created.

This can be done by going into the "printer preferences", and inserting the license information in the license and activation code boxes available there.