Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Print Logo/Graphics with Zebra printer

Former Member
0 Kudos

Hi all, how i can print a logo with smartforms without installing Zebra's BAR-ONE software?

Have I to use the ZPL II codes?

Thanks

Ale

Message was edited by: Ale M.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ale,

You dont need a Zebra bar one tool for printing graphics from smartforms. You need to have propers drivers and proper settings in place. Take a look at the OSS notes 750772 - Information on the ZPL-II printer driver for SmartForms

Check the point 5 in the above oss notes:

5) Support of bitmap graphics

Colored bitmap graphics from SmartForms are changed to black and white when you print from the LZPL printer driver. If the picture quality is affected by this conversion, change the graphic to B/W with a graphics program (such as PaintShop Pro), and import it to SmartForms as as a black and white graphic. Monochrome graphics are not converted by the driver. However, all graphics may be justified to adjust the size of the graphic to the printer resolution (203, 300 or 600 dpi).

During the import to SmartForms, you have the option to flag a bitmap as "resident". In this case, the LZPL printer driver saves the graphic in the RAM of the printer when it first occurs (Device "R:" of the zebra printer). At the end of the spool request, the driver deletes the graphic again from the printer's RAM, so that no more memory remains occupied.

Resident graphics during label printing from SmartForms are therefore only faster if more than one label is printed within a spool request, and the resident graphic is repeated on each label.

I hope this info helps.

VJ

6 REPLIES 6

Former Member
0 Kudos

HI PLZ REFER TO THIS THREAD

<b>

plz reward if useful

Former Member
0 Kudos

Hi Ale,

You dont need a Zebra bar one tool for printing graphics from smartforms. You need to have propers drivers and proper settings in place. Take a look at the OSS notes 750772 - Information on the ZPL-II printer driver for SmartForms

Check the point 5 in the above oss notes:

5) Support of bitmap graphics

Colored bitmap graphics from SmartForms are changed to black and white when you print from the LZPL printer driver. If the picture quality is affected by this conversion, change the graphic to B/W with a graphics program (such as PaintShop Pro), and import it to SmartForms as as a black and white graphic. Monochrome graphics are not converted by the driver. However, all graphics may be justified to adjust the size of the graphic to the printer resolution (203, 300 or 600 dpi).

During the import to SmartForms, you have the option to flag a bitmap as "resident". In this case, the LZPL printer driver saves the graphic in the RAM of the printer when it first occurs (Device "R:" of the zebra printer). At the end of the spool request, the driver deletes the graphic again from the printer's RAM, so that no more memory remains occupied.

Resident graphics during label printing from SmartForms are therefore only faster if more than one label is printed within a spool request, and the resident graphic is repeated on each label.

I hope this info helps.

VJ

0 Kudos

Download label definition into print file: Choose File ® Create Format for SAP R/3 to convert the printer commands into an ITF file that is suited for import into SAPscript. The Download Stored Format Wizard appears and allows you to choose between two procedures:

Download the label definition into the Zebra printer (RAM or nonvolatile memory) and create a merge file for SAPscript.

Create a file for SAPscript that contains label definition plus variable data.

For performance reasons you should prefer the first method, since that print files created in R/3 to be sent to the printer have only minimal size. With the second method, even though you avoid keeping the label definition in the printer, you must pass the entire label definition to the printer for each label you print from R/3 (including graphics, fonts, and so on), which is considerably slower.

BAR-ONE in both cases creates a file with the extension ".ITF".

0 Kudos

thanks now i check the OSS note.

bye

Former Member
0 Kudos

hi ale,

deleted

Former Member
0 Kudos

hi yoy must use the ZPL II barcode commands to set a

horizantal and rotational angles for particular part will be printed.following links contains ZPLII command document

http://www.scarpaz.com/barcodes/ZPLII-vol1-45541LBR3.pdf