to generate custom documents for users who select a variety of portions of an html article to fit their needs. I do not use it personally so I am not a good person to ask questions. But I know it works. Check out there website for more details to see if it fits your needs.
Mitch Duszynski
Web Developer
Human Kinetics
PO Box 5076, Champaign, IL 61825
Tel: 217-351-5076 x2474 | Fax: 217-351-2674
mitchd@hkusa.com |
I have some code that create an rtf (word) file, everything I have found that creates pdf's won't support word wrapping and automatic page breaks (if you have long text).
Hi I've just found this, a bit late too though I'm afraid. Yes generating RTF's isn't too tricky, even got one including a picture of a signature. But I want to take it one step forward and upload the generated doc, and then attach it to an email, then delete the doc, all automated...any ideas?
Aaah, got it! I've done some string processing to build the RTF source into a variable, use CFFILE action=write NAMECONFLICT=OVERWRITE with this variable to write file into a temp storage.
Then nornal mimeattach with CFMAIL, and optional clean up by deleting file.
Or is there a better way, this does take a few seconds?
I did a similar task recently where report creation and e-mailing was required. - There are two command buttons. When either button is pressed, I create a report as an rtf file. One command button allows viewing in the browser, (the rtf file is sent back with an http header) another command button goes to a screen where a message can be typed in, and controls on that screen allow the report to be e-mailed to any recipient(s). I know there are many good texts out there, but in my particular case I was able to find pertinent examples in the book "The Cold Fusion 5 Web Application Construction Kit" (QUE). The examples served as the conceptual foundation for what I needed to do, although there was much customization. My app is not finished yet, but all the basic functions are there. Hope this helps.
I've tried the method that Kathryn suggested in this thread. I run into a problem in that when I click the link I've created for the RTF export/download, I get the following Windows error message:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.