Posted by Jeff Cinelli on September 29, 2012 at 21:53:56:
In Reply to: PRINT IMAGE ON HP PRINTER posted by ROBIN YU on September 28, 2012 at 08:51:53:
Hi Robin
First, make sure you have your printer configured correctly. (Don't use raw mode). For example:
Printer = LP1,W,N,,#,,
The above configures LP1 as a windows printer, to whatever your current windows default printer is.
The following code should work:
CLEAR
CLOSE (1) & OPEN (1) 'LP1'
PRINT (1) (Draw Image=100,100,5000,5000,100,100,0,'C:\companylogo.jpg')
CLOSE (1)
STOP
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.