Search found 2784 matches

by Joan
Wed Nov 20 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Center on page
Replies: 4
Views: 9507

Hello, The default margins of the PDF Printer are 6 mm. If you set these to 0 this may help. If you are using the Developer version of the PDF Converter you need to call SetDefaultConfig after changing the settings of the printer otherwise, the driver may keep using the old settings. Hope this helps.
by Joan
Thu Nov 14 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing Error on XP-Machine
Replies: 4
Views: 9035

Hello, The needed filles under XP for version 2.07 of the PDF Converter are the following. Cdintf.dll Install.exe Acfpdf.dll Acfpdfu.dll - instead of Acfpdfui Acfpdf.txt Fllintf.fll - for Visual FoxPro users. Concerning Error Code 126, please install the printer on the system using the "Add Pri...
by Joan
Wed Nov 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing Error on XP-Machine
Replies: 4
Views: 9035

Hi Franz, Please check that all the needed files are saved in the same folder from which you are launching Install.exe. For more details please check the file "Distribs.pdf" that you received with the PDF Converter. Also, please check that none of these files is marked as Read-Only. Have a...
by Joan
Fri Nov 08 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to set image compression
Replies: 3
Views: 8698

Hi,

Hanging the application is not related to adding JpegCompression to FileNameOptions.

Please call:

pdfPrn.FileNameOptionsEx = 1 + 2 + 131072

20000 is the Hex value, when converting it to decimal you will get 131072.

Have a nice day!
by Joan
Thu Nov 07 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to set image compression
Replies: 3
Views: 8698

Hi, You can set Jpeg Compression and the compression level by adding the appropriate parameter to the call of FileNameOptions. For more details please check Appendix D in the user manual "Amyuni PDF Converter.pdf" Please note that you can use FileNameOptionsEx instead of FileNameOptions if...
by Joan
Wed Nov 06 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Bookmark Tree with SetBookmark
Replies: 1
Views: 6125

The new version of the PDF Converter will enable you to add bookmarks at levels other than the previous and precedent ones.

You can use the SetBookmark function and specify the bookmark Level to -3 instead of -1.

Have a nice day !
by Joan
Wed Nov 06 2002
Forum: Visual Basic Community
Topic: VB/VC-Developer-Demo
Replies: 1
Views: 5889

Hello RTFDriverInit may return 0 if you are logging to the system as a 'User' and not 'Administrator'. Under some operating systems like Winodws NT / 2000/ and XP only Administarors have the right to install a printer on the system. As the RTFDriverInit function installs a printer on the system so i...
by Joan
Thu Oct 31 2002
Forum: Visual FoxPro Community
Topic: How to turn on colours?
Replies: 3
Views: 9250

Hi again ! The fields you mentioned are TAG and TAG2 fields. It is advisable to delete this fields from the report (you can open the report in table format and delete these fields). So you can be sure that the report is being printed to the PDF Printer. This is done in cases where your report doesn'...
by Joan
Thu Oct 31 2002
Forum: Visual FoxPro Community
Topic: How to turn on colours?
Replies: 3
Views: 9250

Hello, As you mentioned, the option 'ColorToGrayScale' is by default OFF. You can trun it on by adding 80000 Hex to FileNameOptionsEx. But in your case you don't need to do this, if your reports are clorored, thay should be printed as colored pdf files. Please try to print your report to a colored p...
by Joan
Thu Oct 31 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: encrypt method
Replies: 1
Views: 5593

Hello, It shouldn't be related to the fact that you are using the demo version. If you remove the call to the Encrypt function, will the ASP code run properly? Please check that when trying to encrypt a pdf file, the pdf file should effectilve exists and generating the pdf file should have ended so ...
by Joan
Thu Oct 31 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Does anyone using PDF Converter in non-Windows 2000 machine?
Replies: 1
Views: 6061

Hello,

Please contact the support department support@amyuni.com to get the latest version 2.07d of the PDF Converter. It may help with these issues.

Have a nice day !
by Joan
Tue Oct 29 2002
Forum: Delphi Community
Topic: A few questions regarding PDF Converter with Delphi 5
Replies: 1
Views: 14645

Hello John, The demo version of the PDF Converter supports both Windows 98 and Windows 2000 (In fact it supports all Winodws platforms). 1 - "DEVMODE IS NULL" means that you are trying to print to the PDF Printer after calling DriverEnd, or at anytime when the PDF Printer is not initialize...
by Joan
Fri Oct 25 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] Problem appending pdf files
Replies: 1
Views: 6418

Hi,

This issue is solved in version 2.07 of the PDF Converter.

Please contact the support support@amyuni.com to get an update.

Thanks.
by Joan
Wed Oct 23 2002
Forum: Not sure which product to use?
Topic: Microsoft Access 97 - VBA
Replies: 1
Views: 13905

Hi, The PDF Converter will enable you to generate pdf files with no user interacation, the destination file name, directory and printer properties can be set programmatically using the Commont Driver Interface (CDintf) that you received with the demo. Please check the file "Common Driver Interf...
by Joan
Wed Oct 23 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Using PDF Converter in VB without a visable Printer
Replies: 1
Views: 6557

Hi,

You can use PDFDriverInit to install a pdf printer when launching your application, and you can call DriverEnd when closing your application to remove the installed pdf printer from the system.

Would this help?