Search found 2784 matches

by Joan
Fri Dec 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDFs from Converter and the Web.
Replies: 4
Views: 10540

Hello James, Sorry for not replying to your post earlier, for one reason or another we couldn't **see** your post. I check the forum regularly and It is the first time I see your post :o :!: :!: :!: :!: You can now download version 2.08 from our site www.amyuni.com I am not sure what you meant by: 1...
by Joan
Fri Dec 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Full support of PDF standard
Replies: 3
Views: 7952

Hello Everybody, The PDF files generated by the PDF Converter are 100 % compliant to the PDF standards. Please check that you are using the latest version of the PDF Converter, the current release is 2.08, you may download an upgrade from: http://www.amyuni.com/en/support/updates.html Also you can d...
by Joan
Fri Dec 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing demo PDF Converter - Error Code: 5 Access denied
Replies: 3
Views: 10770

Hello, Please check the following: 1 - That you are running Install -p from a folder containing all the mentioned files. All the files you received with the PDF Converter should be in the same folder as Install.exe. 2 - That none of these files is marked as Read Only, if so please uncheck the read o...
by Joan
Fri Dec 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Touch-Up could not parse this page.
Replies: 3
Views: 8089

Hi again :) ,

Due to the demo watermak available on the pages generated with the demo version of the PDF Converter you can't use the Touch up tool.

You will not face this issue with the release version.

Have a nice day !
by Joan
Fri Dec 13 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26558

Hi Remberg, The demo version 2.08 is currently online. Please feel free to dowloand the Professional edition at: http://www.amyuni.com/en/products/pdf_converter/demo.html Please reboot your system after installing the new demo. I tried the code I posted from VB 6 and it worked. Please try the new pr...
by Joan
Wed Dec 11 2002
Forum: Visual Basic Community
Topic: [Solved] Defaultprinter problems
Replies: 3
Views: 8559

Hello, You can try to set the name of the printer from inside your code, i.e: instead of printing to the default printer you can print to a specific printer and let this printer be the RTF Converter. I am not sure how this can be done from VC++ but you may want to try it. Also, RestoreDefaultPrinter...
by Joan
Wed Dec 11 2002
Forum: Visual FoxPro Community
Topic: Characters Not Displayed.
Replies: 1
Views: 6065

Hello, Please try the following: 1 - Check that the font you are trying to embed is properly installed on your system. 2 - No need to call: oPDF.FontEmbedding = .T. Please remove it and keep only the call to: oPDF.FileNameOptions = 1 + 2 + 16 + 128 + 512 3 - Also you can try to use the new release 2...
by Joan
Wed Dec 11 2002
Forum: Visual FoxPro Community
Topic: Hex Numbers in FileNameOptions.
Replies: 1
Views: 5629

Hello,

Try to use FileNameOptionsEx instead of FileNameOptions, this will help.

have a nice day.
by Joan
Wed Dec 11 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26558

Hello Ramberg, We have released version 2.08 now, and version 2.1 will be released soon maybe in january. 128 bits encryption will be supported by version 2.1, but EncryptPDFDocument is supported in version 2.08. Please find here a VB sample on using EncryptPDFDocument. -----------------------------...
by Joan
Wed Dec 11 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem with setbookmark in Access 2002
Replies: 1
Views: 6298

Hello,

This is not a recognized bug in the PDF Converter.

If you wish to try version 2.08 you may download the update from:
http://www.amyuni.com/en/support/updates.html

Thanks
by Joan
Fri Nov 29 2002
Forum: Visual FoxPro Community
Topic: printpage range
Replies: 3
Views: 9407

The current version of the ocx will print all files generated by our products but it may not print all files generated by other products.
by Joan
Wed Nov 27 2002
Forum: Visual Basic Community
Topic: Terminal Server
Replies: 1
Views: 6485

Yes, the PDF Converter works in Terminal Server.

It is advisable to install the PDF Printer on the server and access it from the client machines.

A Developer or Corporate license of the PDF Converter is needed under Terminal Server.
by Joan
Wed Nov 27 2002
Forum: Visual FoxPro Community
Topic: printpage range
Replies: 3
Views: 9407

Hello, This can be done using the PDF Creator. It is an ActiveX that can be added to your application to open, edit and print pdf files to physical printers. A demo version of the PDF Creator is available at: http://www.amyuni.com/en/products/pdf_creator/demo.html In the manual you will receive with...
by Joan
Wed Nov 27 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Merge to create Watermark
Replies: 4
Views: 8403

Hello,

Please send details about the process you are following and some sample files to support@amyuni.com so we can try to reproduce this issue.

Have nice day !
by Joan
Wed Nov 27 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: setting default options with a vbscript
Replies: 1
Views: 6669

Hello, Yes you can do this. Mainly you need to call the different functions of CDintf from the VB script. Here is a pseudocode that may be helpful: Set cdintf = CreateObject( "cdintf.cdintf" ) 'to create the CDintf object cdintf.PDFDriverInit ("My PDF Printer") ' to install a new...