Re: CF8 and pdfs

2007-07-27 Thread Jason Fill
It is not possible to produce the graphs in any of the image formats b/c they are actual flash charts - not utilizing cfchart. Cfchart does not support some of the charts that I need to produce. Like I said, I think it is a long shot, but if anyone knows any other work around (other than

Re: CF8 and pdfs

2007-07-26 Thread Jason Fill
Any chance there could be some ability to include flash into the pdf? My example is we have a report that has some flash chartswell it would be nice to allow that to be printed to PDF and emailed, but the flash will of course not print the charts. I think this is kind of a long shot but

RE: CF8 and pdfs

2007-07-26 Thread Peterson, Chris
I know that CF is 'typeless', but how can I view what data types are in a query result? I have 2 queries from different systems (one from DB2, one from SQL) that I am trying to union together using QoQ. I get an error about field 2, one being Decimal and the other Char. Is there any way to get

RE: CF8 and pdfs

2007-07-26 Thread Loathe
Produce the graphs in one of the available image formats. -Original Message- From: Jason Fill [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 8:42 AM To: CF-Talk Subject: Re: CF8 and pdfs Any chance there could be some ability to include flash into the pdf? My example is we

Re: CF8 and pdfs

2007-07-26 Thread Ahamad Patan
You can use cfdocument to acheive this. !--- This example embeds a jpg into a pdf document. --- cfdocument format=pdf pThis is a document rendered by the cfdocument tag./p brbr img src=sample.jpg / /cfdocument FYI, In CF8 there is cfimage tag which can be used to perform operations on the

Re: CF8 and pdfs

2007-07-26 Thread Raymond Camden
Yes, getMetaData. :) cfquery name=test datasource=blogdev maxrows=5 select * from tblblogcomments /cfquery cfdump var=#getmetadata(test)# On 7/26/07, Peterson, Chris [EMAIL PROTECTED] wrote: I know that CF is 'typeless', but how can I view what data types are in a query result? I have 2

Re: CF8 and pdfs

2007-07-26 Thread Ahamad Patan
Anyone know if you can place an image in a PDF in CF8? Thanks, Chad Yes, you can do that using cfdocument. !--- This example creates generates a pdf document. --- cfdocument format=pdf pThis is a document rendered by the cfdocument tag./p brbr img src=dips.jpg / /cfdocument Regards, -ahamad

Re: CF8 and pdfs

2007-07-26 Thread Ahamad Patan
Hi, You can use cfdocumnet to do this. !--- This example creates generates a pdf document with image. --- cfdocument format=pdf pThis is a document rendered by the cfdocument tag./p brbr img src=sample.jpg / /cfdocument Regards, ahamad, Adobe CF Team http://cfpdf.blogspot.com Anyone know

RE: CF8 and pdfs

2007-07-26 Thread Jayesh Viradiya
to browser--- cfcontent type=application/pdf variable=#toBinary(pdfvar)# Jayesh Adobe CF Team -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 2:43 AM To: CF-Talk Subject: Re: CF8 and pdfs Anyone know if you can place an image in a PDF

Re: CF8 and pdfs

2007-07-25 Thread Bryan Stevenson
Anyone know if you can place an image in a PDF in CF8? Thanks, Chad You could in 7, so don't see why not in 8 (not that it always worked in 7...there were some known issues). Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642