[ncl-talk] Inserting generated png files into one pdf?

Komal Shukla komalshukla1992 at gmail.com
Sat Dec 1 06:21:54 MST 2018


convert *.png  foo.pdf
this command converts all the images in a pdf, with one png on one page,
can we get 4 or let us say 6 png on one page, in small sizes perhaps?

On Fri, Nov 30, 2018 at 5:28 AM Rick Brownrigg <brownrig at ucar.edu> wrote:

> Imagemagick's "convert" tool will do this for you; ex:
>
>    convert *.png  foo.pdf
>
>
>
> On Thu, Nov 29, 2018 at 4:44 PM Srishti Dasarathy <srdasara at ucsd.edu>
> wrote:
>
>> Dear NCL-talk,
>>
>> Hope this email finds you all well!
>>
>> Does anyone know of a way to save multiple png files into a single pdf?
>> Currently, I am able to generate multiple png files and insert all of them
>> into a specified directory. Is there a way to have these png files all
>> inserted into one pdf file? This would make the data easier to sort through
>> on my end.
>>
>> I've attached my code to this email, and any advice would be greatly
>> appreciated!
>>
>> Thanks all,
>> Srishti
>>
>> --
>> Srishti Dasarathy
>> Graduate Student
>> Integrative Oceanography Division
>> Scripps Institution of Oceanography
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181201/eb83ed98/attachment.html>


More information about the ncl-talk mailing list