RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-19 Thread Peterson, Chris
zzell [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: Generates a blank page... Remove the cfdoc tag surrounding everything - perfect. I've got maybe two or thr

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Les Mizzell
Rob Parkhill wrote: > Les, > > I am getting the same results with your Divs. Works fine with no > cfdocument, and then nothing with... I would look at those divs and work > them in one by one to find the one that is causing the problem.. Hopefully > someone will see this and add it as a bug to c

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Rob Parkhill
Les, I am getting the same results with your Divs. Works fine with no cfdocument, and then nothing with... I would look at those divs and work them in one by one to find the one that is causing the problem.. Hopefully someone will see this and add it as a bug to cfdocument. Rob ~~

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Les Mizzell
Peterson, Chris wrote: > Change to: 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 sof

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Mike Kear
I have a site where i'm using CFDOCUMENT To create PDFs too. I find i get gibberish if i refresh teh page to see what the PDF looks like after i've tinkered with the code a bit. But if i refresh a second time it renders ok. Any user seeing hte page sees it fine because they're not refreshing th

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Les Mizzell
If I change the tag to: I get a blank page with nothing... ~| 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:

RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Brad Wood
: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 18, 2007 10:34 AM To: CF-Talk Subject: Re: CFDOCUMENT creating a PDF - ARGH! OK, so I'm trying it like this now: If I remove the CFDOCUMENT tag, the file renders exactly the way I want. Put it back in, I get a page of

RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Peterson, Chris
creating a PDF - ARGH! OK, so I'm trying it like this now: If I remove the CFDOCUMENT tag, the file renders exactly the way I want. Put it back in, I get a page of gibberish. -- START TEMPLATE - - - - QUERIES HERE - - - http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&qu

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Tom Chiverton
On Tuesday 18 Dec 2007, Les Mizzell wrote: > If I remove the CFDOCUMENT tag, the file renders exactly the way I want. > Put it back in, I get a page of gibberish. I suggest setting the correct content-type before sending it then. -- Tom Chiverton Helping to ambassadorially reinvent prospective

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Les Mizzell
OK, so I'm trying it like this now: If I remove the CFDOCUMENT tag, the file renders exactly the way I want. Put it back in, I get a page of gibberish. -- START TEMPLATE - - - - QUERIES HERE - - - http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/19

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Rob Parkhill
Les, You need a filename, otherwise it outputs to the page. Rob On Dec 18, 2007 11:13 AM, Les Mizzell <[EMAIL PROTECTED]> wrote: > Jim Wright wrote: > >> > >> > >> > > OK, so I'm trying it like this now: > > If I remove the CFDOCUMENT tag, the file renders exactly the way I want. > Put i

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Les Mizzell
Jim Wright wrote: >> >> >> OK, so I'm trying it like this now: If I remove the CFDOCUMENT tag, the file renders exactly the way I want. Put it back in, I get a page of gibberish. Select * FROM tmbCOLLECTIONS WHERE collection_id = '#url.pdfID#' http://www.w3.org/TR/xhtml

RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Peterson, Chris
I will 2nd that one, never had luck with paths to css files, I just

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Jim Wright
> > > Try an absolute path to your css file. ~| 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

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Ben Doom
I found I got better results with CSS by cfinluding the file into a style block, instead of doing what you did. HTH. --Ben Doom Les Mizzell wrote: > I'm trying to use CFDOCUMENT (CF 7 with updates) to create PDF files for > a client. > > If I remove the CFDOCUMENT tags surrounding my code, th

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Rob Parkhill
Les, Put the CSS include inside of the CFDOCUMENT tags, and then it will reference the CSS. Rob On Dec 18, 2007 10:39 AM, Les Mizzell <[EMAIL PROTECTED]> wrote: > I'm trying to use CFDOCUMENT (CF 7 with updates) to create PDF files for > a client. > > If I remove the CFDOCUMENT tags surrounding

Re: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Todd
Put the actual css within tags on the actual page. On Dec 18, 2007 10:39 AM, Les Mizzell <[EMAIL PROTECTED]> wrote: > I'm trying to use CFDOCUMENT (CF 7 with updates) to create PDF files for > a client. > > If I remove the CFDOCUMENT tags surrounding my code, the page renders > fine. Put the CFD

RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Andy Matthews
Are you using overflow: auto in your CSS anywhere? Rupesh Kumar found some bugs in cfdocument when overflow was set to auto: http://coldfused.blogspot.com/search/label/cfdocument http://coldfused.blogspot.com/2007/12/missing-text-in-pdf-created-by.html http://coldfused.blogspot.com/2007/12/image