herman
Member since Jan 26, 2011
- Profile: /members/7675-herman.htm
- Comments: 5
Recent Blog Comments By herman
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Apr 29, 2014 at 6:17 AM
I spent a good deal of time looking for another way, and I never found one. the key to your problem might be to break it all up. create the charts, images and pdfs in one loop, with a unique name you capture in a database, then when you loop over and send out the mails, you look up the file name an... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Apr 29, 2014 at 5:51 AM
@dave23 I Have had to do exactly that, add cfcharts to pdf's. what I ended up doing was to save the charts as images, and add the image into the pdf, doing that is simple, just drop a cfoutput into the cfdocument tag, add the <img tag with the image and close the output. in my case I was workin... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Oct 4, 2012 at 2:50 AM
this works great. I have been using something almost exactly like this for over a year. then I created a new page using the same basic consept. For some reason now both the old page and the new page just load when the cfdocument tag is in there. without the document tag it all works fine. has anyon... read more »
-
Ionic ISAPI URL Rewrite Decodes "%26" Into Ampersand (&) By Default
Posted on May 26, 2011 at 10:00 AM
I had a similar problem a while ago. I was using an ajax post to send form variables but due to some funny interaction the server was creating the html simbol for an ampersand so my url varables were not sending through correctly. my workaround was to send via form variable and instead of rewritin... read more »