PDF (Portable Document Format) Documents

CS6204: Java and the WWW


History of PDF


Creating PDF Docs


Viewing PDF Docs

If PDF doc is a local file:
Acrobat reader invoked by clicking on a file icon in your OS
If PDF doc is on the Web
Recent browsers can display PDF


Printing PDF

Use Acrobat Reader or Exchange or your Web browser to print.


Document Security

Picture of Acrobat Exchange's Security box

A PDF document can be set in Acrobat Exchange to


Using PDF with HTML

  1. Link from HTML doc to PDF:
  2. <a href=http://www.adobe.com/a.pdf>

  3. Embed PDF in HTML
  4. <EMBED SRC=http://www.adobe.com/a.pdf>

  5. Scale an embedded PDF:
  6. <EMBED SRC=http://www.adobe.com/a.pdf WIDTH=50% HEIGHT=50%>


Modifying PDF with Acrobat Exchange

Functions:


Efficient Transfer of PDF Docs over Web

PDF docs, like postscript docs, are often large -- 100's of Kbytes to Mbytes. Acrobat 3.0 has a way to avoid long file download times.


Return to CS6204 home page.

Last modified on 19 June 1997.

Send comments to abrams@vt.edu.
[This is http://ei.cs.vt.edu/~jwww/courseNotes/pdf/index.html.]