summaryrefslogtreecommitdiff
path: root/doc/src/index.rst
blob: 759c59875481bc026dde9b55c4d5f02689d86a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.. Copyright (C) 2001-2023 Artifex Software, Inc.
.. All Rights Reserved.

.. include:: header.rst

.. This is the TOC in the sidebar!


Welcome to :title:`Ghostscript`
================================

.. image:: images/ghostscript-logo.png
   :align: left
   :scale: 20%

:title:`Ghostscript` is an interpreter for the `PostScript® <https://en.wikipedia.org/wiki/PostScript>`_ language and `PDF <https://en.wikipedia.org/wiki/PDF>`_ files. It is available under either the `GNU GPL Affero license <https://www.gnu.org/licenses/agpl-3.0.html>`_ or  `licensed for commercial <https://artifex.com/licensing/commercial/>`_ use from `Artifex Software, Inc <https://artifex.com/>`_. It has been under active development for over 30 years and has been ported to several different systems during this time. Ghostscript consists of a PostScript interpreter layer and a graphics library.

|

----

.. toctree::
   :caption: About
   :maxdepth: 1

   Readme.rst
   News.rst

.. toctree::
   :caption: Ghostscript User Guide
   :maxdepth: 1

   Make.rst
   Install.rst
   Use.rst


.. toctree::
   :caption: Developing with Ghostscript
   :maxdepth: 1

   Develop.rst
   API.rst
   Lib.rst
   LanguageBindings.rst
   Language.rst
   thirdparty.rst

.. toctree::
   :caption: Devices
   :maxdepth: 1

   Devices.rst
   VectorDevices.rst
   Drivers.rst
   UnsupportedDevices.rst
   SampleDownscaleDevice.rst

.. toctree::
   :caption: Coding Guidelines
   :maxdepth: 1

   Source.rst
   C-style.rst
   Ps-style.rst






.. toctree::
   :caption: Other
   :maxdepth: 1

   GPDL.rst
   Ps2epsi.rst
   Psfiles.rst
   Fonts.rst
   GhostscriptColorManagement.rst
   Unix-lpr.rst


.. include:: footer.rst