[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Need help getting a bmp logo to print out properly
- Subject: Re: Need help getting a bmp logo to print out properly
- From: "Connaghan, Rebecca" <RConnaghan@OMNIPOINT-CORP.COM>
- Date: Tue, 7 Apr 1998 09:52:47 -0400
Ignacio,
Your information is correct, however I don't believe it will ever work.
I have been trying to get a logo to print on a purchase order using the
code you describe below as well as additional code suggested by other
folks on this forum. Apparently, there is a problem between PS, WIN 95
and SQR v3. This is supposed to be corrected with SQR v 4, however PS
will not certify its use until PS 7.5 comes out later this year.
Anyway, if you ever do get this to work in your present configuration,
please post the answer out here.
Good luck!
Rebecca
> -----Original Message-----
> From: Ignacio Lulli [SMTP:Ignacio_Lulli@PEOPLESOFT.COM]
> Sent: Monday, April 06, 1998 9:09 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Re: Need help getting a bmp logo to print out properly
>
> I would like to add to my earlier email.
>
> I just went through the SQR Users library and found some great
> information.
> Apparently:
>
> 1) the -printer:wp flag is required to print BMP files on HP printers
> (using SQR v3.0.18.1.1)
> 2) or I can use use the -printer:hp flag but would need to convert the
> BMP
> file to HPGL/2 format beforehand.
>
> My questions:
> 1) is the above information totally correct?
> 2) how can I convert my BMP file into HPGL/2?
> 3) has anyone else printed logos using PeopleSoft, Win95 and HP
> printers?
>
> Thanks for your help.
> -Ignacio
>
>
>
>
> (Embedded
> image moved Ignacio Lulli <Ignacio_Lulli @ PEOPLESOFT.COM>
> to file: 04/06/98 02:14 PM
> PIC02646.PCX)
>
>
>
>
> Please respond to SQR-USERS@USA.NET
>
> To: Multiple recipients of list SQR-USERS <SQR-USERS @ list.iex.net>
> cc: (bcc: Ignacio Lulli)
> Subject: Need help getting a bmp logo to print out properly
>
>
>
>
> 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
>
> << File: PIC02646.PCX >>