Search found 11 matches

by avay
Mon Nov 06 2006
Forum: Visual Basic Community
Topic: Changing code page (charset) in SMTP mail sending
Replies: 0
Views: 11459

Changing code page (charset) in SMTP mail sending

I am using Amyuni Convertor - developer edition 2.50. I'm trying to send a pdf document by mail with the SendSmtpMail method. Is there a way to change the charset property of the message so it can support other languages beside us-english? I found that the mail message created this method was with: ...
by avay
Mon Oct 10 2005
Forum: Visual Basic Community
Topic: Bad formatted PDF file when using PDF Converter
Replies: 3
Views: 15874

Re: Bad formatted PDF file when using PDF Converter

To: Joan, Hello I re-checked this problem with the user again. It seems that the PDF file was created successfuly on the user's computer, but the next step on the program is attaching this file for sending by mail (with Outlook.Application object). Are there any known problems that can prevent sendi...
by avay
Wed Oct 05 2005
Forum: Visual Basic Community
Topic: Bad formatted PDF file when using PDF Converter
Replies: 3
Views: 15874

Bad formatted PDF file when using PDF Converter

I am using Amyuni PDF Converter version 2.50 in my application. Some of my users get sometimes bad formated PDF file (the file can't be open for reading or editing after it was created) when they create PDF file in the application. What can be possible cause for this problem and is there any error h...
by avay
Thu Feb 10 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Minimize or hide the the printing window
Replies: 1
Views: 4071

Minimize or hide the the printing window

Is there a way to minimize or hide the the printing window
while printing a file to a pdf printer when
using the developer version of PDF Converter?
by avay
Wed Nov 10 2004
Forum: Visual Basic Community
Topic: Sending pdf file by Eudora mail application
Replies: 3
Views: 7352

Do you have a list of MAPI compliant mail applications that
were tested to work with SendMail() function
and the name of the EXE file of each application,
so that I can notify my users if they can send PDF file using
the SendMail() function?

Regards

Avi Cohen
A.D.V. Communications Ltd.
by avay
Thu Nov 04 2004
Forum: Visual Basic Community
Topic: Sending pdf file by Eudora mail application
Replies: 3
Views: 7352

Sending pdf file by Eudora mail application

I have a VB6 program with Amyuni Developer PDF Convertor. One of my end-users has Eudora mail application. When he tries to create a pdf file and attach it to a mail message by the program, he gets an error. Is the mail function : cdi.sendmail enable sending PDF file with Eudora , or only with mail ...
by avay
Thu Oct 07 2004
Forum: Visual Basic Community
Topic: Mail sending of PDF document for webmail
Replies: 3
Views: 8249

Hello, Joan! Your answer does not cover all the items in my question above. I want to know how can I know programmatically if the user can use MAPI application to send PDF by mail? If he doesn't have MAPI application - can I use SMTP mail sending to send PDF document, when the user only have a web m...
by avay
Sun Oct 03 2004
Forum: Visual Basic Community
Topic: Mail sending of PDF document for webmail
Replies: 3
Views: 8249

Mail sending of PDF document for webmail

Does the PDF Converter dll enable us to send PDF document for user who only have webmail, like: hotmail, AOL, Netscape messanger, etc.? Should I check for MAPI application (i.e.: Outlook, Outlook Express. etc.) in the user computer, before trying to send mail with webmail (if the user has one)? How ...
by avay
Sun Aug 08 2004
Forum: Visual Basic Community
Topic: silent installation of PDF Converter and user interaction
Replies: 1
Views: 5999

silent installation of PDF Converter and user interaction

I want to use a silent installation of PDF Converter during installtion of My program of VB6 with Microsoft PDW and tuning of the setup1.exe program. I use the line : Shell gstrDestDir & "\Install.exe", vbHide when gstrDestDir is the destination directory and Install.exe is the install...
by avay
Mon Aug 02 2004
Forum: Visual Basic Community
Topic: Problem sending mail wirh PDF Converter and VB6
Replies: 3
Views: 8039

I tries to send mail to recipent from MS-WORD and it works fine with both Outlook Express and Outlook 2003 as the user mail program. when i used PDF Converter with the method: SendMail with Outlook Express - it works fine (return code = 0), but when I used it with Outlook 2003 - it returned a return...
by avay
Sun Aug 01 2004
Forum: Visual Basic Community
Topic: Problem sending mail wirh PDF Converter and VB6
Replies: 3
Views: 8039

Problem sending mail wirh PDF Converter and VB6

I am checking PDF Converter for Developers in order to buy it. After I created a PDF file from my VB Application report, I want to send it by mail. I tried the two methods for sending mail and have some problems. With the method: SendSmtpMail , I succeed to send a file with Outlook Express but not w...