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

Home » Public Forums » archive » Re: Multi-page graphics in IDL 8
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: Multi-page graphics in IDL 8 [message #72506 is a reply to message #72371] Tue, 07 September 2010 06:34 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Kenneth P. Bowman wrote:
> In article
> <8a5d65d5-be94-4b27-9e97-9ffff6cfe4ba@u5g2000prn.googlegroups.com>,
> Mark Piper <mpiper@ittvis.com> wrote:
>
>> Spawning a call to ImageMagick's 'convert' program will join several
>> PS files into a single PDF file:
>>
>> infiles = ['plot1.eps', 'plot2.eps']
>> infiles = strjoin(infiles, ' ')
>> outfile = 'plots.pdf'
>> cmd = 'convert -density 300 ' + infiles + ' -quality 100 ' + outfile
>> spawn, cmd
>
> Thanks. I'm aware of several ways to concatenate PDF files, but if New
> Graphics can't make multi-page documents, it will be a significant loss
> of convenience. In fact, I think we will have to stay with Old Graphics
> for most purposes.

Yeah, no kidding. But, just to clarify (since I don't create PDF files directly from IDL), are you saying that the
creation of multi-page postscript files is no longer possible with IDL8 New Graphics?


cheers,

paulv
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: IDL 8 Workbench crashing on SUSE Linux
Next Topic: IDL8 CWO issue

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

Current Time: Sat Oct 11 00:04:00 PDT 2025

Total time taken to generate the page: 0.16747 seconds