Les,

By specifying a name and a filename I'm not sure what that is doing...
name assigns the resulting PDF file to a variable, and filename writes
it to a file...  do exactly what I had in my example (<cfdocument
format="pdf" filename="c:\test.pdf">) and write that to a file - still
nothing?

Chris

-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 18, 2007 6:55 PM
To: CF-Talk
Subject: Re: CFDOCUMENT creating a PDF - ARGH!

Peterson, Chris wrote:
> Change to:  <cfdocument format="pdf" filename="c:\test.pdf">


<cfdocument name="test.pdf"
              filename="c:\test.pdf"
              format="PDF"
              mimetype="text/xml"
              backgroundvisible="yes"
              overwrite="yes"
              fontembed="yes">


Generates a blank page...

Remove the cfdoc tag surrounding everything - perfect.

I've got maybe two or three hairs left. Anybody want to have a go at
them???



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295092
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to