|
a/website/features.html |
|
b/website/features.html |
|
... |
|
... |
140 |
files.</li>
|
140 |
files.</li>
|
141 |
|
141 |
|
142 |
<li><span class="literal">OpenOffice</span> files.</li>
|
142 |
<li><span class="literal">OpenOffice</span> files.</li>
|
143 |
|
143 |
|
144 |
<li><span class="literal">SVG</span> files.</li>
|
144 |
<li><span class="literal">SVG</span> files.</li>
|
|
|
145 |
<li><span class="literal">Gnumeric</span> files.</li>
|
|
|
146 |
<li><span class="literal">Okular</span> annotations files.</li>
|
|
|
147 |
|
145 |
</ul>
|
148 |
</ul>
|
146 |
|
149 |
|
147 |
<h5>Other formats</h5>
|
150 |
<h5>Other formats</h5>
|
148 |
|
151 |
|
149 |
<ul>
|
152 |
<ul>
|
|
... |
|
... |
198 |
|
201 |
|
199 |
<li><span class="literal">postscript</span> with <a href=
|
202 |
<li><span class="literal">postscript</span> with <a href=
|
200 |
"http://www.gnu.org/software/ghostscript/ghostscript.html">
|
203 |
"http://www.gnu.org/software/ghostscript/ghostscript.html">
|
201 |
ghostscript</a> and <a href=
|
204 |
ghostscript</a> and <a href=
|
202 |
"http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.
|
205 |
"http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.
|
203 |
Actually the pstotext 1.9 found at the latter link has a
|
206 |
Pstotext 1.9 has a serious issue with special characters in
|
204 |
problem with file names using special shell characters, and
|
|
|
205 |
you should either use the version packaged for your system
|
207 |
file names, and you should either use the version packaged for
|
206 |
which is probably patched, or apply the Debian patch which
|
208 |
your system which is probably patched, or apply the Debian
|
207 |
is stored <a href=
|
209 |
patch which is stored <a href=
|
208 |
"files/pstotext-1.9_4-debian.patch">here</a> for
|
210 |
"files/pstotext-1.9_4-debian.patch">here</a> for
|
209 |
convenience. See
|
|
|
210 |
http://packages.debian.org/squeeze/pstotext and
|
211 |
convenience. See http://packages.debian.org/squeeze/pstotext
|
211 |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356988 for
|
212 |
and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356988
|
212 |
references/explanations.</li>
|
213 |
for references/explanations.
|
|
|
214 |
<blockquote>
|
|
|
215 |
To make things a bit easier, I also
|
|
|
216 |
store <a href="files/pstotext-1.9-patched.tar.gz">an
|
|
|
217 |
already patched version</a>. I added an
|
|
|
218 |
install target to the Makefile... This installs to
|
|
|
219 |
/usr/local, use <i>make install PREFIX=/usr</i> to
|
|
|
220 |
change. So all you need is:
|
|
|
221 |
<pre>
|
|
|
222 |
tar xvzf pstotext-1.9-patched.tar.gz
|
|
|
223 |
cd pstotext-1.9-patched
|
|
|
224 |
make
|
|
|
225 |
make install
|
|
|
226 |
</pre>
|
|
|
227 |
</blockquote>
|
|
|
228 |
</li>
|
|
|
229 |
|
213 |
|
230 |
|
214 |
<li><span class="literal">RTF</span> files with <a href=
|
231 |
<li><span class="literal">RTF</span> files with <a href=
|
215 |
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>. Please
|
232 |
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>. Please
|
216 |
note that up to version
|
233 |
note that up to version
|
217 |
0.21, <span class="command">unrtf</span> mostly does not work
|
234 |
0.21, <span class="command">unrtf</span> mostly does not work
|