cfimage

Adding a text watermark

I've learned how to add a watermark to a pdf. <cfpdf action="addwatermark" image="NoteToSelf.png" pages="1" position="0,0" showOnPrint="no" source="my.pdf" destination="#myDir#\new.pdf" overwrite="yes" opacity="10"> The way I read it, the watermark has to be an image. But NoteToSelf.png needs to be te...

Captcha doesn't work correctly in Railo using CFIMAGE

Hello, I was playing around with CAPTCHA in Railo using CFIMAGE recently and for some reason I couldn't make it work correctly. It generates the image and it shows up in the browser, but the font looks strange and the letters are placed all over, usually one half on top and the other on the bottom of the image. Here's my code: ...

Captcha doesn't work correctly in Railo using CFIMAGE

Hello, I was playing around with CAPTCHA in Railo using CFIMAGE recently and for some reason I couldn't make it work correctly. It generates the image and it shows up in the browser, but the font looks strange and the letters are placed all over, usually one half on top and the other on the bottom of the image. Here's my code: And t...

Coldfusion 9 CFIMAGE ICC Profiles - Not supported, y? & How to Resolve?

Im running CF9 and just learned that CF9's CFIMAGE tag does not support ICC Profiles, which makes the "capability" pretty worthless on the Mac, which adds ICC Profiles to all screengrabs. has anyone else run into this. Is there a work around or solution to support ICC profiles? Telling the users images w/o ICC profiles are supported is ...

Coldfusion, using GetHttpRequestData, to Store and Handle Files

I have a JQUERY file upload plug-in which allows users to upload files to the Coldfusion server. The plugin submits the files to the server in a way that requires me to use GetHttpRequestData() for the files contents. Here's what I have so far in terms of handling the file data: <cfparam name="URL.qqfile" type="string"> <cfset x = GetHt...