comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Direct Printing Problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Direct Printing Problem [message #17900] Wed, 17 November 1999 00:00 Go to previous message
Osamu Sasaki is currently offline  Osamu Sasaki
Messages: 2
Registered: November 1999
Junior Member
Hi,

This is a simple printing program.

PRO TEST
save = !D.NAME
SET_PLOT, 'PRINTER'

ret = DIALOG_PRINTERSETUP()

HELP, /DEVICE
PLOT, INDGEN(10)
DEVICE, /CLOSE_DOCUMENT

SET_PLOT, save
END

Run this program on IDL 5.2 (Windows).
Select PostScript printer(output device),
A3(media), landscape(orientation) and press OK.

The output is like this.

+------------+
| |
| |
| ###### |
| ###### |
+------------+

(# is plotted area)

It should be like this.

+------------+
| ########## |
| ########## |
| ########## |
| ########## |
+------------+

And it works correctly with other printers (LIPS, ESC/Page, PCL, etc.).

Why only PostScript printers ?
Is there any way to solve this problem ?

Thanx.

-----
Osamu Sasaki
dasaki@pc.highway.ne.jp
[Message index]
 
Read Message
Read Message
Previous Topic: PvWave: Undefined variable ON_ERR_ACTION
Next Topic: Re: X window display sizes

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 14:19:06 PDT 2025

Total time taken to generate the page: 0.64164 seconds