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
|
<part id="purpose">
<title>Document purpose</title>
<para>
This document describes usage of PDFedit, how to install and run program and
how to work in commandline or graphical mode (GUI).
It also describes using and writing user scripts.
</para>
<sect1 id="organization">
<title>Document organization</title>
<para>
Document itself is divided into several parts:
<itemizedlist>
<listitem>
<xref linkend="general_part"/> which focuses on global view of
application.
</listitem>
<listitem>
<xref linkend="install_part"/> which focuses on instalation of
PDFEdit. Describes what is need and how to configure instalation
for specific user.
</listitem>
<listitem>
<xref linkend="cmdline_part"/> which describes commandline
parameters of program.
</listitem>
<listitem>
<xref linkend="gui_part"/> which describes graphical user
interface. Usage and simple manipulation with pdf documents.
</listitem>
<listitem>
<xref linkend="scripts_part"/> which describes script language
used in PDFEdit, with function and classes usable for editing pdf
documents.
</listitem>
<!-- <listitem>
<xref linkend="glossary_part"/> which describes some terms used
in this document.
</listitem>-->
</itemizedlist>
</para>
</sect1>
</part>
|