RE: [ACFUG Discuss] Webpage Thumbnails

2008-02-03 Thread Steve Drucker
It's very resource intensive, but you can use cfdocument to convert a web page to a PDF, and then generate thumbnail images of the PDF file using cfpdf. Regards, Steve Drucker CEO Fig Leaf Software Adobe / Google / WebSense / Paperthin Premier Consulting and Training Partners

Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Darin Kohles
John Mason, or Charlie Arehart can probably help you out with this one, but from my understanding - leave CF talking with the JRE it comes with for maximum compatability. Or Steve Drucker for that matter ;) On Feb 2, 2008 3:36 AM, Forrest C. Gilmore [EMAIL PROTECTED] wrote: I want to install

Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Andrew Powell
I believe that you should run CFX tags within the same JRE, with the same classpath as CF. I think CFX tags need access to certain interfaces within the CF packages to function properly, though I've not looked at the API in a while. ap On Feb 3, 2008, at 3:16 PM, Darin Kohles wrote:

Re: [ACFUG Discuss] JVM version and ColdFusion

2008-02-03 Thread Forrest C. Gilmore
Thanks for all of your suggestions. In light of Steve's response, perhaps I should abandon this CFX_Google endeavor! A number of years ago, with talk about fourth generation languages, I had hoped that all this needless(?) complexity would eventually go away, and we could just get work done