If you have a PDF Writer installed you can automate printing to a PDF file. Then you can send the result PDF file as a attachment. PDF Writer is product of Adobe corpotation http://www.adobe.com : Hello, : Is any way to save data as PDF format? : Let say I retrieved data from database and like to save as PDF file. : Right now we are using CSV format,but for some people we like to send pdf : file. : // save copy of this table as a Excel 5 file : DatabaseSave( "c:\\temp\\temp_trades.csv", "CSV", rows ) : MailSendWithAttachment(.,.,.,.,c:\\temp\\temp_trades.csv") : Thanks, : Gennadiy
|