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 86 87 88 89 90 91 92
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY dhfirstname "Neil">
<!ENTITY dhsurname "Williams">
<!ENTITY dhusername "&dhfirstname; &dhsurname;">
<!ENTITY dhemail "codehelp@debian.org">
<!ENTITY dhsection "1">
<!ENTITY dhtitle "gpdftext User Commands">
<!ENTITY dhucpackage "GPDFTEXT">
<!ENTITY dhpackage "gpdftext">
]>
<refentry>
<refentryinfo>
<title>&dhtitle;</title>
<productname>&dhpackage;</productname>
<authorgroup>
<author>
<firstname>&dhfirstname;</firstname>
<surname>&dhsurname;</surname>
<contrib>Wrote this manpage for the Debian system.</contrib>
<address>
<email>&dhemail;</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2009</year>
<holder>&dhusername;</holder>
</copyright>
<legalnotice>
<para>This manual page was written for the Debian system
(and may be used by others).</para>
<para>Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU General Public License,
Version 3 or (at your option) any later version published by
the Free Software Foundation.</para>
<para>On Debian systems, the complete text of the GNU General Public
License can be found in
<filename>/usr/share/common-licenses/GPL</filename>.</para>
</legalnotice>
</refentryinfo>
<refmeta>
<refentrytitle>&dhucpackage;</refentrytitle>
<manvolnum>&dhsection;</manvolnum>
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>is a GTK+ text editor for ebook PDF files.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="description">
<title>DESCRIPTION</title>
<para>This manual page documents briefly the
<command>&dhpackage;</command> package. For more
information on <command>&dhpackage;</command>, see the
gPDFText Manual:</para>
<programlisting>
$ yelp ghelp:gpdftext
</programlisting>
<para><command>&dhpackage;</command> is a GTK+ text editor
for ebook PDF files.</para>
<para><command>&dhpackage;</command> loads the PDF, extracts the
text, reformats the paragraphs into single long lines and then puts
the text into a standard GTK+ editor where you can make other
adjustments.
</para>
<para>On the ebook reader, the plain text file then has no unwanted
line breaks and can be zoomed to whatever text size you prefer.</para>
</refsect1>
<refsect1 id="options">
<title>OPTIONS</title>
<para>There are no command-line options supported currently.</para>
<para>PDF files passed on the command line will be opened
by <command>&dhpackage;</command>.</para>
</refsect1>
<refsect1 id="bugs">
<title>BUGS</title>
<para>Please use the Debian BTS or the upstream Trac
tickets.</para>
<para>
<ulink url="http://bugs.debian.org/gpdftext">Debian BTS</ulink> or
<ulink url="http://sourceforge.net/apps/trac/gpdftext/newticket">
SourceForge Trac tickets</ulink>. (Trac requires a SourceForge
login to file new tickets.)
</para>
</refsect1>
</refentry>
|