UCLA Dept. of Mathematics Creating PDF Files
in Unix and Windows
[Computing Resources] [User Support Pages] [Send Mail to Bugs] [UCLA Mathematics]
Available on the web: http://www.math.ucla.edu/computing/pdf

ps2pdf (unix)

Let's say we have the TeX file, paper.tex with the output file, paper.dvi and we want to convert this to postscript and pdf format.

To convert to postscript:

dvips paper -o paper.ps
To view the postscript file, use ghostview:
ghostview paper.ps
To convert to pdf format without any specified options:
ps2pdf paper.ps paper.pdf

where paper.ps is the input file and paper.pdf is the output file

You may want to specify options such as embedding fonts, so all users can view your file:

ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true

The command, ps2pdf is part of Alladin's Ghostscript program.

More about the options for ps2pdf:
http://www.cs.wisc.edu/~ghost/doc/AFPL/6.50/Ps2pdf.htm

pdftex and pdflatex (unix)

You can use the unix commands pdftex and pdflatex to create pdf files. (part of Web 2C)

pdftex filename.tex filename.pdf

pdflatex filename.tex filename.pdf

Check the man pages for more options or PDFTex Support: http://www.tug.org/applications/pdftex/

Creating PDF files in Windows

Creating PDF files for the NSF

If you are submitting documents to the NSF, please follow their instructions for creating pdf files:

FastLane PDF Instructions for Proposal Preparation and Project Reporting:
http://www.fastlane.nsf.gov/a1/pdfcreat.htm

Related Links

Comments

This document is part of the User Support Pages
Browse more helpful documents at http://www.math.ucla.edu/computing

Last Updated: by webmaster
If you have questions or problems, please consult the Bugs Manager, <bugs@math.ucla.edu>


[Computing Resources ] [User Support Pages] [Send Mail to Bugs] [UCLA Mathematics]