RE: Printing Labels from a Web Application?

2004-04-19 Thread Samuel R. Neff
This presentation sends HTML/CSS/XML to MS Word and includes examples on
creating Avery labels.

http://www.rewindlife.com/archives/32.cfm

HTH,

Sam


Blog http://www.rewindlife.com
TeamMM http://www.macromedia.com/go/team 


 -Original Message-
 From: Oliver Cookson [mailto:[EMAIL PROTECTED] 
 Sent: Monday, April 19, 2004 10:22 AM
 To: CF-Talk
 Subject: Printing Labels from a Web Application?
 
 Hi,
 
 
 I have just built e-commerce based web app but there is a 
 need to print
 labels from within the back office to a laser jet with Avery 
 A4 address
 labels. I could possibly use a Dymo 320 label writer instead. Luckily
 the back office is only viewed by IE6.
 
 
 If I was going to use the Avery method I'm unsure how to lay 
 it out? Of
 course I could use CSS absolute positioning but what happens when I'm
 printing to the label on the 2nd row or 2nd column etc... I 
 was thinking
 of using JS to position the labels dependent on what row\col 
 I needed to
 print on but this could be cumbersome. I would only need to print one
 label at a time.
 
 
 So does anyone know of a way of integrating a semi-automated labelling
 system into the back office of a web application? If someone out there
 has solved this issue before I would greatly appreciate any 
 thoughts on
 the matter before I try and reinvent the wheel myself!
 
 
 Any thoughts would be appreciated.
 
 
 Thanks Oliver
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Printing Labels from a Web Application?

2004-04-19 Thread Tim Blair
 Any thoughts would be appreciated.

We've done this before as part of mail merges using CF_AveryRTF which
has been fairly successful.You can get the tag from the devex here:
http://short.badpen.com/?B295NO42

HTH,

Tim.

--
---
CF_CodingContest mode=judging newentries=false
Maze Solver - http://tech.badpen.com/cfcontest/
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
---
This message may contain information which is legally
privileged and/or confidential.If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Printing Labels from a Web Application?

2004-04-19 Thread Andrew S. Peterson
 Any thoughts would be appreciated.

 
If you have Crystal Reports, perhaps you could use that:

 
http://www.windowatch.com/2004/april/crystal10_4.html

 
Sincerely,

 
Andrew

Tim.

--
---
CF_CodingContest mode=judging newentries=false
Maze Solver - http://tech.badpen.com/cfcontest/
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
---
This message may contain information which is legally
privileged and/or confidential.If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Printing Labels from a Web Application?

2004-04-19 Thread Ian Skinner
There is an old article (Last year I believe) in the Cold Fusion Developer's Journal to to just this.Print labels and other highly formatted content.I'm afraid I don't have the opportunity to look up the article just now, but I'll try it later today if nobody else can find it.

 
HTH
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]