Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: graphs in pdf format


From   Philippe Glaziou <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   Re: st: graphs in pdf format
Date   Wed, 9 Apr 2003 08:31:00 +0700

Lars Korsholm <[email protected]> wrote:
> will exporting graphs in pdf format be available on other
> platforms as well?  
> I use unix and linux 
> We realy miss it


Ghostscript already does this, and is likely installed on
your Unix/Linux machines. 

If the following command does not return an error message
(note the !, it allows you to send a command to your
operating system):

. !which ps2pdf

Then a pdf graph will be produced using:

. graph export foo.ps
. !ps2pdf foo.ps

-- 
Philippe 
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index