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 #72371] Fri, 03 September 2010 10:40 Go to previous message
Kenneth P. Bowman is currently offline  Kenneth P. Bowman
Messages: 585
Registered: May 2000
Senior Member
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.

Ken
[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: Wed Oct 08 19:18:12 PDT 2025

Total time taken to generate the page: 0.00440 seconds