Changes between 2.10D and 2.50

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
RoddyM
Posts: 3
Joined: Tue Mar 28 2006

Changes between 2.10D and 2.50

Post by RoddyM »

My client is using 2.10D and I am using 2.50 demo version at the office. Have there been many changes :?: , I have used the following function calls: -

ocxAmyuniPDF.FontEmbedding(TRUE);
ocxAmyuniPDF.SetDefaultPrinter;
ocxAmyuniPDF.EmailFieldFrom := 'roddym@evision-crs.co.uk';
ocxAmyuniPDF.EmailFieldTo := 'roddym@evision-crs.co.uk';
ocxAmyuniPDF.EmailSubject := 'this is an email';
ocxAmyuniPDF.EmailMessage := 'email message text goes here';
ocxAmyuniPDF.EmailPrompt := FALSE;

ocxAmyuniPDF.FontEmbedding(TRUE);
ocxAmyuniPDF.FileNameOptionsEx(2049);
ocxAmyuniPDF.SetDefaultPrinter;
ocxAmyuniPDF.EnablePrinter('Evaluation Version Developer', txtActivationCode);

//print report
REPORT.RUNMODAL(61000);

ocxAmyuniPDF.FileNameOptions := 0;
ocxAmyuniPDF.RestoreDefaultPrinter;
ocxAmyuniPDF.DriverEnd;
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

I guess you posted the same message twice.

Using some older versions files used to get saved to disk and sent by e-mail in the same time. Using newest versions if you choose the send mail option the pdf is send by email only.
Post Reply