Files
IanDarwin.OpenLookCDROM/book/pdfinfo.html

56 lines
2.6 KiB
HTML

<HTML><HEAD><TITLE>Acrobat and PDF</TITLE></HEAD>
<BODY>
<H1>Extending the Web</H1><P>
The World Wide Web is deliberately extensible.
You can easily add new document formats to the Web
just by documenting them and providing viewers.
There are two major document type extentions in use today:
<UL><LI>Where the structure or content of the document is paramount,
use SGML (Standard Generalized Markup Language, ISO 8879).
A free viewer called <A HREF="http://www.sq.com/panor-pr.htm">Panorama</A>
is available from <A HREF="http://www.sq.com">SoftQuad Inc</A>.
For other products see <A HREF="http://www.sgmlopen.org">The SGML/Open Consortium.</A>
<LI>Where the presentation and graphical appearance of the document
is paramount, one format to consider is Adobe's Portable Document Format.
</UL>
<H1>Acrobat and the Portable Document Format (PDF)</H1>
<P>Acrobat(tm) is the name of a family of software from
<A HREF="http://www.adobe.com">Adobe Systems, Inc</A>.
Acrobat software deals with files in the Portable Document Format, or PDF.
If you think of PostScript as both a programming language and a
marking language, think of PDF as just the marking language, with all
the programming "expanded" or "unrolled". PDF is good for exchanging
documents where you want it to look pretty regardless of whether the
recipient has a Mac, MS-Windows, UNIX/X Windows, or even MS-DOS.
<P>PDF also includes several hypertext capabilities, including
"bookmarks" and "hyperlinks".
The textbooks in this directory demonstrate both of these capabilities...
<H1>How can I view PDF files?</H1>
<P>
You need to:
</P>
<OL>
<LI>Get and Install a viewer.
<LI>Tell your Web viewer about the PDF filetype and the PDF viewer.
</OL>
<H2>Installing a Viewer</H2>
<P>
If you are on SunOS or Solaris, you can use Adobe's free AcroRead program.
We have a copy of it on the CD, for you to <A HREF="acroinst.html">install</A>.
Or, you may wish to <A HREF="http://www.adobe.com/Acrobat.html">FTP the latest version.</A>
<P>
If you are on Linux, you can either <A HREF="???">ftp the latest Ghostscript</A>.
<P>As an alternative under Linux, or on other UNIX platformst that support
MS-DOS or MS-Windows emulation, you can
<A HREF="messinst.html">install the DOS or MS-Windows version</A>
of Acrobat Reader for use under <I>dosemu<I>, <I>Wine<I>, <I>Wabi</I> or
whatever. This has <I>not</I> been tested!
<P>
On platforms other than those listed, you may wish to contact
<A HREF="http://www.adobe.com/Acrobat.html">Adobe's Web Site</A>
to see if there is software for your platform.
<H2>Telling your Web Viewer about PDF</H2>
<P>...
</BODY>
</HTML>