AZ logo

CTAN directory: /graphics/pstricks/contrib/pst2pdf

You can get the contents of this directory bundled as a zip file.

Files

Name Size* Date UTC Notes
Changes 1 KiB 2011-Dec-14
Makefile 2 KiB 2010-Oct-03
README 1 KiB 2011-Jan-19 Shown below
pst2pdf 19 KiB 2011-Dec-14
pst2pdf-doc.bib 4 KiB 2011-Jan-19
pst2pdf-doc.pdf 56 KiB 2011-Dec-14
pst2pdf-doc.tex 7 KiB 2011-Dec-14
test.pdf 67 KiB 2011-Dec-14
test.tex 11 KiB 2011-Dec-14
test1-pdf.pdf 115 KiB 2010-Jan-04
test1.tex 2 KiB 2010-Jan-04
test2-pdf.pdf 161 KiB 2011-Jan-19
test2.pdf 20 KiB 2009-Oct-19
test2.tex 2 KiB 2010-Jan-04
test3-pdf.pdf 72 KiB 2010-Jan-04
test3.tex 1 KiB 2010-Jan-04
tux.jpg 50 KiB 2009-Oct-19

  *File sizes in kibibytes.

Contents of README

<pre>
pst2pdf is a Perl script which isolates all PostScript or
PSTricks related parts of the TeX document into single
LaTeX files, for which an eps and pdf image is created. 
The pdf ones are then imported in a last pdflatex run
for the pdf output of the main document. The eps and
pdf files are saved in a subdirectory images.

Syntax: pst2pdf.pl file[.tex] [options] 

alternative: perl pst2pdf.pl file[.tex] [options]


Some restrictions:
\begin{postscript}
...
\begin{pspicture}
....
\end{pspicture}
...
\end{postscript}

The pspicture environment can be nested, the postscript one NOT! 
pspicture can be inside of a postscript environment, but 
not vice versa.

The postscript environment should be used for all other
PostScript related commands, which are not part of
a pspicture environment, e.g. nodes inside normal text.

pst2pdf creates a document file-pdf.tex for use with
pdflatex, which then creates file-pdf.pdf. The created
images are named file-tmp-<No>.pdf

Options:
--imageDir=<path>
--Iext=<.ext>
--DPI=<int>
--Iscale=<real>
--tempDir=<dir>
--verbose 
--clear 
--noImages 
--runBibtex
--runBiber

for more documentation => perldoc pst2pdf or read the documentation

--
Herbert Voss 2010-01-04
</pre>