---- Bruce Sorge <[email protected]> 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 much limited in what I can do.
It seems to me that the plugin is generating the CSS client side so the backend cfdocument will never have it to generate it to include in the PDF file on the server. It would work on your browser since jQuery is running there locally. That is why the Java solutions (backend) work. For simple barcode symbology, you might be able to generate the CSS for all the characters, and start and stop symbols. You could hard wire that inside your cfdocument CSS (if all you were using were 0-9 chars.) That would be painful, but probably very useful. I would think that something like 3 of 9 could be done that way. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356664 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

