[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Need help getting a bmp logo to print out properly
- Subject: Need help getting a bmp logo to print out properly
- From: Ignacio Lulli <Ignacio_Lulli@PEOPLESOFT.COM>
- Date: Mon, 6 Apr 1998 17:14:52 -0400
Hi everyone,
I am trying to print a logo on an HP printer, but I only get a shaded box
where the logo would go. Any ideas??
I have listed some code below. Thanks.
-Ignacio
[some code...]
#include 'setenv.sqc'
#include 'setup02.sqc'
#include 'poylaser.sqc'
[some code...]
!----------------------------------------
begin-setup
declare printer ! Declare printer characteristics.
type={Laser} ! Types are POSTSCRIPT, HPLASERJET,
left-margin=.25 top-margin=.25 ! or LINEPRINTER
font=4 ! Font number.
! font-style=fixed
! symbol-set=0U
lines-inch=6 ! 6lines per inch
point-size=8
char-size=7.2
orientation=portrait ! Or Landscape.
end-setup
!----------------------------------------
Begin-Heading 8
[some code...]
graphic () font 4 8
!USM/JIL - 4/1/98 added USMINT logo to header
print-image (2,35)
type = bmp-file
source = 'M:\psoft\fs700dv1\sqr\USMint.bmp'
image-size = (10,5)
End-Heading
!----------------------------------------
begin-report
[some code...]
end-report