Re: Getting output into a div using cfdocument

2013-08-31 Thread Bruce Sorge
I am on my dev machine but the hosting company is on 8 or 9. Sent from my iPhone 4S. On Aug 30, 2013, at 11:21 PM, Byron Mann byronos...@gmail.com wrote: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-106e125d1353e804331-7ffd.html Are you using CF 10? You can

Re: Getting output into a div using cfdocument

2013-08-30 Thread Byron Mann
http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-106e125d1353e804331-7ffd.html Are you using CF 10? You can use Bbq without needing the jar in the server lib directory. Byron Mann Lead Engineer Architect HostMySite.com On Aug 29, 2013 4:36 PM, Bruce Sorge

Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
Hey all, I decided to try and use the query barcode plugin for an app that I have out there. The app queries a database and then creates and emails PDF's to customers who bought a voucher. The voucher includes a barcode. Previously I was using a barcode generator from

Re: Getting output into a div using cfdocument

2013-08-29 Thread Dave Watts
I decided to try and use the query barcode plugin for an app that I have out there. ... Now when I move this div tag inside my cfdocument tag, I get no barcode. I am not sure if it's a css issue (the plug in defaults to css, and I cannot get the bmp to output). Any thoughts? I don't

Re: Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
I'm starting to figure that out. I even included the JS library in the cfdocument tag and still nada. This sucks. If I were on my own server I'd have no issues downloading BBQ or something like that, but since I am on a hosted server I am pretty much limited in what I can do. Bruce On Aug

Re: Getting output into a div using cfdocument

2013-08-29 Thread Rob Parkhill
Could you call a CFC that created the Barcode, and then saved the HTML (or whatever the result is) to a DB, and then have CF call it out inside the CFdocument just to display? It's an extra step, but it _should_ allow you to get around the CFDocument issue. On Thu, Aug 29, 2013 at 4:35 PM,

Re: Getting output into a div using cfdocument

2013-08-29 Thread Roger Austin
Bruce Sorge sor...@gmail.com wrote: I'm starting to figure that out. I even included the JS library in the cfdocument tag and still nada. This sucks. If I were on my own server I'd have no issues downloading BBQ or something like that, but since I am on a hosted server I am pretty

Re: Getting output into a div using cfdocument

2013-08-29 Thread Bruce Sorge
Tried that. It spits out a huge chunk of div tags that actually generates the barcode styles. When I put that into the cfdocument (as I would if I stuck it all in a db then called it later via a query) and nothing. I think that it has to do with css and generating a pdf, not sure. Oh well, it