Hi,
I am trying to get an image ( signature ) on the letters created by an SQR. It
works great when I am testing in SQRW ( Windows ) environment, the file that
has the image is in SPF format. The code used to print the image in Windows is
as follows:
declare-image signature
Type=BMP-FILE
Source='C:\Temp\ladyliberty.bmp'
end-declare
let #image_length = 8
let #image_height = 6
print 'Look at this picture: ' (+2,{midcol})
print-image signature (+2,{midcol})
image-size= (#image_length, #image_height)
let #current_line_adj = #image_height +3
print 'Any Comments?' (+#current_line_adj,{midcol})
But when I am trying to use the same code to print the file to Docutech(
Printer Name ) I dont get any image. The code for this is as follows:
declare-image signature
Type=GIF-FILE
Source='/t02/app/psft/ladyliberty.gif/'
end-declare
OR
declare-image signature
Type=JPEG-FILE
Source='/t02/app/psft/ladyliberty.jpg/'
end-declare
Ive tried GIF and JPG format and both doesnt work. The file that gets send to
the Docutech printer is in .LIS format.
Any Suggestions
RK
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users