Re: ctrans and pdf

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Aug 19 2013 - 20:59:58 MDT

It is better to write your graphical output directly to PDF if possible. For example, from NCL:

   wks = gsn_open_wks("pdf","example")

If not, you can try:

ctrans -d sun -res 500x500 cn05n.ncgm >! cn05n.sun
convert cn05n.sun cn05n.pdf

You may want to play with the "res" values, and add a "-density" option if the fonts look fuzzy:

convert -density 700 cn05n.sun cn05n.pdf

--Mary

On Aug 19, 2013, at 2:52 PM, "Lunde, Bruce N CIV NAVOCEANO, NP1" <bruce.lunde@navy.mil> wrote:

> Hello, I was wondering if there is a way to convert a gmeta
> file to PDF using NCL tools such as ctrans.
>
> I use this command to convert gmeta to PS:
>
> ctrans -d ps.color $INFILE > $PSFILE
>
> but the output of the "gcaps" command does not show that
> PDF is possible.
>
> Thanks, Bruce
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Aug 19 20:59:54 2013

This archive was generated by hypermail 2.1.8 : Wed Aug 21 2013 - 13:54:15 MDT