[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Print-Image problems



John Sayre@GAPINC
10/14/98 08:20 AM
I need to print our  company logo on some reports. I have attempted to do
this with Print-Image.
We are using HP Laserjets and Xerox laser printers through Novell.

 If I pass -printer:HP (or nothing) to the command line, the fonts
in the body of the report are fine, but the BMP of the logo does not print
anything but a gray box.

If I pass printer:WP, the logo shows, but the fonts are not correct, and I
can put anything for font type
in the declare-printer statement with no effect on the font in the output.
The declare is attached below.

  declare Printer         !Declare printer characteristics.
    type=HPLASERJET      !Types are POSTSCRIPT, HPLASERJET.
    orientation=Portrait !Orientations are PORTRAIT or LANDSCAPE.
    top-margin= .4
    left-margin= .60     !
    font=5               !Font Number
    point-size=12
    char-size=7.2

What is wrong?