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

Re: Print-Image problems



1.  Make sure you have -keep on your SQRW command line to preserve the .SPF
file.
2.  The logo should be in the same directory as where the .SPF file is created.
3.  Use the SQRWP.EXE program to print out the .SPF file.  Don't try to
print the .LIS file.

Hope that helps.

At 08:20 AM 10/14/98 -0700, you wrote:
>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?