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

Home » Public Forums » archive » Writing a plot in PDF format from IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Writing a plot in PDF format from IDL [message #43575 is a reply to message #43450] Thu, 21 April 2005 09:28 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

> If wishes were horses, beggars would ride. :-)

Whoa! I spoke too soon. :-)

Here is what I just did to create a PDF file directly
from IDL on my Windows machine:

(1) Downloaded the *free* CutePDF Writer software from the
fine folks at Globalscape. (Great FTP software, too!)

http://www.cutepdf.com/

(2) Typed the following commands in IDL:

IDL> set_plot, 'printer'
IDL> a=dialog_printersetup()

At this point I selected the CutePDF Writer from my list of printers.

IDL> Plot, findgen(11)
IDL> Device, /Close

Whala! A PDF document with my graphics was created! Easy, easy, easy!!

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is there a debug tool in IDL?
Next Topic: Re: Is there a debug tool in IDL?

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

Current Time: Wed Oct 08 18:25:27 PDT 2025

Total time taken to generate the page: 0.00238 seconds