|
I want to many cd labels for blank cds. Black and white labels will be ok for me. I have the printer at home.
Do i need special printer for that or i have can print on laser printers.
Can i print cd labels from some shop in bulk
Started by Mirage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can use self-adhesive CD lables and print them.
Professional even, expecially for some purposes).
|
|
Hi all,
I have a label control in a page in asp.net 2.0 and a button Print .
Clicking on print button I need to print the content of the label and I need same for a panel also.
Is it possible to implement this?
If yes then how to implement that?
Please...
Started by Himadri on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Note: It isn't possible....
The javascript below could be used to print the whole document page and would be a good place to start.
You would need to add some client side javascript to your Print button to execute the brower's print command.
|
|
I have a SSRS 2005 report form that is printing to a Zebra ZDesigner TLP 2844-Z label printer. The Interactive and Page sizes are set to 4" wide by 3" high. Since there is no paper orientation in SSRS, it is assuming this to be a landscape report when...
Started by Tommy Swift on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In SP2 and SQL 2005 Reporting Services.
To the applications that consume the output (Acrobat reader, print control) to determine the correct print control works when you change margins or page size.
|
Ask your Facebook Friends
|
We do a lot of label printing at my work, all using thermal transfer label printing. The ribbon is a hassle to deal with and i'm convinced that using direct thermal labels would be a win/win for convenience and cost savings. I'm having trouble convincing...
Started by Josh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Thermal Transfer Label Printers" :
To help decide whether transfer or direct thermal labels), consider the following questions:
Will you ever need to print.
From this article : "Direct Thermal vs.
|
|
I'm having a major problem with our Zebra ZTC LP2844-Z We have the printer plugged into an HP JetDirect 175x, and this has an ip address of 10.0.9.21 I've added the printer to our print server machine, and shared it on the network as "LabelPrinter"
Upon...
Started by alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Is it expecting a raw print queue? Eltron (and Zebra) can use their own EPL2 or ZPL language from notepad it's probably using a print driver, but your business software may be trying to send it EPL2.
|
|
I am trying to print barcodes for a library. I have generated a list of sequential numbers and copied them into Word 2003.
I want Library name, barcode font, barcode number printed in an Avery 5160 label sheet.
I can get it to work by going to tools, ...
Started by BoundforPNG on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
There is a list of Bar Code Programs For Unix & Linux that might contain something you... .
I am not sure if word can be used for such automation, and in any case you will be far better of by using a program with dedicated bar code printing support.
|
|
Hi
I have an e-commerce web application and I'd some how like to make that print to a label printer for the back end stuff
I have two questions
1) I can't print from a normal webpage straight to the printer (A zedbra LP2844 i think) it just throws out...
Started by Dave on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From the server and print that image to the label
On the server, an image is created on the flySurely the label printer comes with a Windows driver? Then it might be enough to produce pages" or "in" units in your CSS for the label....
|
|
Cans someone point in the write direction for printing barcode labels using Java? I can use the barbecue library ( http://barbecue.sourceforge.net/ ) to generate them bar codes as images, but I need a way to put the image (and human readable caption) ...
Started by David Hamilton on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It works good in windows ....
Your Avery label page with a ruler and then in your Java code, you will have to create a full Letter/A4/whatever page to print and offset your barcode image on that page to the appropriate location problem now.
|
|
I am working on an ASP.Net web application that must print dynamically created labels on standard Avery-style label sheets (one particular size, so only one overall layout). The labels have a variable number of lines (3-6) and may contain either lines...
Started by CMPalmer on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The web adjust spacing for their particular....
PDF readers are widely deployed and print more consistently than even Word files.
Given the standard support for label.
Is not a format that is guaranteed to get consistent print results.
|
|
Hello
I bought an entry-level Brother label printer, and I need to print this type of label from Delphi:
http://img54.imageshack.us/img54/3557/delphiclothlabel2.jpg
(The barcode was simply created using the free 3of9 TTY font , although some VCL components...
Started by OverTheRainbow on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have the barcode available as an image, you can just print it using the Printer object, FBarcodeBitmap); finally Printer.EndDoc; end;
If you just want to print the barcode, this might be easier than use the standard TRichEdit component....
|