Link to home
Start Free TrialLog in
Avatar of aothomas42
aothomas42Flag for United States of America

asked on

EPL2 to image instead of RawText

I have the below code that I put in a Stringbuilder and it works fine when I sent it to the printer as raw text. However I would like to use this same code and send it to the printer as an image. Any help would be appreciated.

N
A30,0,0,3,1,1,N,"Part No"
A200,0,0,3,1,1,N,"ABCDEFGHIJKLMNOPQRST" Part Number
B30,30,0,3,2,4,50,N,"ABCDEFGHIJKLMNOPQRST" Part Number
A30,140,0,3,1,1,N,"Quantity"
A200,140,0,3,1,1,N,"70"Qty
B200,170,0,3,3,5,50,N,"70"Qty
A30,280,0,3,1,1,N,"Description"
A200,280,0,3,1,1,N,"IDIN 931 M16-2.0X120 HEX" Description Line 1
A200,310,0,3,1,1,N,"CAP SC GR10.9 ZY" Description Line 2
A30,390,0,3,1,1,N,"Purchase Order No"
A300,390,0,3,1,1,N,"075123456" PO
B30,420,0,3,2,4,50,N,"075123456" PO
A30,520,0,3,1,1,N,"Date"
A150,520,0,3,1,1,N,"9/18/2012" Date
A500,520,0,3,1,1,N,"Made In"
A500,550,0,3,1,1,N,"CHINA" Made in Country
A30,565,0,3,1,1,N,"Lot No"
A180,565,0,3,1,1,N,"1978289 CHINA 72107" Lot
P1

Open in new window

Avatar of binaryevo
binaryevo
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of hjgode
hjgode
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aothomas42

ASKER

Obtained the EPL2 manual and am printing labels using EPL instead of converting to image.
I've requested that this question be closed as follows:

Accepted answer: 0 points for aothomas42's comment #a38872058

for the following reason:

DId not use any of the solutions offered
That was one of my suggestions, using EPL code to print.
If you read the original question you will see I was already using epl. I was exploring cinverting it to an image instead of sending raw text. However after I found the epl2 manual I figured out what I was doing wrong
however I just noticed you put the link ti the manual in your answer, thats my mistake I will fix it