All,
I need to email pdfs to numerous receipients from one report (billing statements for example). I've read several of you are using image2pdf with rpreview. Can someone share some examples of using image2pdf with rpreview?
Thanks,
Randal
All,
I need to email pdfs to numerous receipients from one report (billing statements for example). I've read several of you are using image2pdf with rpreview. Can someone share some examples of using image2pdf with rpreview?
Thanks,
Randal
Randal
What is your email address so i can send you a copy of my rpreview.prg using image2pdf
Richard
oImageList:AddMasked( TBitmap():Define( "one_page2",, oWnd ), nRGB( 192, 192, 192 ) )oImageList:AddMasked( TBitmap():Define( "your_icon",, oWnd ), nRGB( 192, 192, 192 ) )DEFINE TBBUTTON OF oBar ;
ACTION oWnd:End() ;
TOOLTIP Strtran(TXT_EXIT,"&","") ;
MESSAGE TXT_EXIT_PREVIEWDEFINE TBSEPARATOR OF oBar
DEFINE TBBUTTON OF oBar ;
ACTION (MakePDF( oDevice:aMeta , "yourpdffile.pdf" ), ShellExecute(,"open","yourpdffile.pdf"));
TOOLTIP "PDF" ;
MESSAGE "PDF"Richard Chidiak wrote:Randal
What is your email address so i can send you a copy of my rpreview.prg using image2pdf
Richard
I am also using it and my clients are getting good results. I tied it into rpreview so I can literally email anything in a PDF that can be viewed.
TimStone wrote:I am also using it and my clients are getting good results. I tied it into rpreview so I can literally email anything in a PDF that can be viewed.
Randall,
It looks like you are giving me some work to do. Those are good ideas. I didn't think about using email with statements but I will add that to a TO DO list.
Yes I do use SMTP and right now I can easily do multiple pages into a PDF document. However, I don't designate multiple recipients from one document.
I do have the ability to send follow up letters by email but I don't use a PDF for that.
The PDF library would allow you to create a document with all the pages of a statement, but I would not run that through rpreview. Instead I would run that through my statement program. I would have the computer generate PDF's for each account with all of the statement pages. I would then directly email the PDF's to the email address in the account record. Since I allow clients to set the accounts into batches, with a user defined flagging code, I could have a batch for those who do have email addresses on file.
Of course, I'm not sure this is going to have good results. AR might increase as people don't pay their bill, claiming they were not received.
TIm
Tim,
Thanks for your reply.
<<It looks like you are giving me some work to do. Those are good ideas. I didn't think about using email with statements but I will add that to a TO DO list.>>
Sorry, don't mean to give you more work to do. <g>
<<The PDF library would allow you to create a document with all the pages of a statement, but I would not run that through rpreview.>>
What PDF library are you referring to? How would that work?
<<Instead I would run that through my statement program. I would have the computer generate PDF's for each account with all of the statement pages. I would then directly email the PDF's to the email address in the account record. Since I allow clients to set the accounts into batches, with a user defined flagging code, I could have a batch for those who do have email addresses on file.>>
I'd be interested to know how you get the statement pages formatted into a PDF file.
<<Of course, I'm not sure this is going to have good results. AR might increase as people don't pay their bill, claiming they were not received.>>
Yes, this is a concern which is why I need a way to keep a record of emails sent - which is no big deal. Even so, people could still claim they never received the email/statement. However, more and more of our customers are asking for this capability.
I haven't been using the print or report classes in FWH so forgive my ignorance. Is there a way to generate emf files without showing the preview?
Thanks again,
Randal
I'm referring to Image2PDF which many of us use.
I've made a note of this thread but it will be a few days before I look at the implementation. I know it can be done. I'll add the capability to my own program then report back on the process.
Tim,
<<I'm referring to Image2PDF which many of us use.>>
Sorry, I haven't reviewed this product in depth, I thought it just converted an image to PDF.
<<I've made a note of this thread but it will be a few days before I look at the implementation. I know it can be done. I'll add the capability to my own program then report back on the process.>>
Thanks, I appreciate all your help and input.
Best Regards,
Randal