blob: 8902f924ccd5d72e373f4275e181ed525fd69b37 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/TLCore/lib-xpdf.zip">
<TPM:Name>lib-xpdf</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2005/12/28 00:09:08</TPM:Date>
<TPM:Version>2.02</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>Viewing and manipulating upon PDF files.</TPM:Title>
<TPM:Description>
Xpdf is an open source viewer for Portable Document Format (PDF)
files. The Xpdf project also includes a PDF text extractor,
PDF-to-PostScript converter, and various other utilities.
Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The
non-X components (pdftops, pdftotext, etc.) also run on Win32
systems and should run on pretty much any system with a decent
C++ compiler. Xpdf is designed to be small and efficient. It
can use Type 1, TrueType, or standard X fonts.
</TPM:Description>
<TPM:Author>Derek</TPM:Author>
<TPM:Size>751076</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build>
<TPM:BinPatterns>bin/win32/tl90xpdf.dll</TPM:BinPatterns>
<TPM:RunPatterns>texmf/tpm/lib-xpdf.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:BinFiles arch="win32" size="749568">bin/win32/tl90xpdf.dll</TPM:BinFiles>
<TPM:RunFiles size="1508">texmf/tpm/lib-xpdf.tpm</TPM:RunFiles>
<TPM:Provides>TLCore/lib-xpdf</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|