[gs-cvs] website/doc

Russell Lang ghostgum at casper.ghostscript.com
Tue Mar 5 22:22:42 PST 2002


Update of /cvs/ghostscript/website/doc
In directory casper:/tmp/cvs-serv14150

Modified Files:
	index.htm 
Added Files:
	gsapi.htm 
Log Message:
Website update.  Added page on ghostscript API programming examples.


--- NEW FILE: gsapi.htm ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>

<head>
<title>Ghostscript API programming examples</title>
<link rel="stylesheet" type="text/css" href="gsweb.css" title="Ghostscript Website Style">
</head>

<body>
<h1><img src="../images/gslogo.gif" WIDTH=300 HEIGHT=100 ALT="Ghostscript"></h1>

<h2>Ghostscript API programming examples</h2>

<p>
Ghostscript is available as a DLL on Windows and a shared library on Linux.
The documentation for the DLL/shared library API is in
<a href="cvs/API.htm">API.htm</a>.

<h3>C / C++</h3>
The API documentation includes examples written in C.
Other examples are the ghostscript source files 
<b><tt>src/dwmainc.c</tt></b> and <b><tt>src/dxmainc.c</tt></b>.

<h3>Delphi</h3>
There is an example available at
<a href="ftp://mirror.cs.wisc.edu/pub/mirror/ghost/contrib/gsapi_delphi.zip">
ftp://mirror.cs.wisc.edu/pub/mirror/ghost/contrib/gsapi_delphi.zip</a>


<h3>Visual Basic</h3>
Nothing is available yet.

<hr>
Last updated 2002-03-06
</body>

</html>

Index: index.htm
===================================================================
RCS file: /cvs/ghostscript/website/doc/index.htm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.htm	20 Feb 2002 00:35:53 -0000	1.9
+++ index.htm	6 Mar 2002 06:22:40 -0000	1.10
@@ -55,8 +55,12 @@
        PostScript language.
   </ul>
 
+<p>
+Some <a href="gsapi.htm">ghostscript API programming examples</a> 
+are available for C and Delphi.
+
 <hr>
-Last updated 2001-10-22
+Last updated 2002-03-06
 </body>
 
 </html>




More information about the gs-cvs mailing list