blob: c43279a4f7686c53f209b1e35c235b88b5bd9fd1 (
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
|
<!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/bin-xpdf.zip">
<TPM:Name>bin-xpdf</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2007/01/02 00:23:42</TPM:Date>
<TPM:Version>0.90</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>2252769</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build>
<TPM:BinPatterns>
bin/win32/pdffonts.exe
bin/win32/pdfimages.exe
bin/win32/pdfinfo.exe
bin/win32/pdftops.exe
bin/win32/pdftotext.exe
</TPM:BinPatterns>
<TPM:RunPatterns>texmf/tpm/bin-xpdf.tpm</TPM:RunPatterns>
<TPM:DocPatterns>
texmf/doc/man/man1/pdfimages.1
texmf/doc/man/man1/pdfimages.1.html
texmf/doc/man/man1/pdfinfo.1
texmf/doc/man/man1/pdfinfo.1.html
texmf/doc/man/man1/pdftops.1
texmf/doc/man/man1/pdftops.1.html
texmf/doc/man/man1/pdftotext.1
texmf/doc/man/man1/pdftotext.1.html
</TPM:DocPatterns>
</TPM:Build>
<TPM:BinFiles arch="win32" size="2250752">
bin/win32/pdffonts.exe
bin/win32/pdfimages.exe
bin/win32/pdfinfo.exe
bin/win32/pdftops.exe
bin/win32/pdftotext.exe
</TPM:BinFiles>
<TPM:RunFiles size="2017">texmf/tpm/bin-xpdf.tpm</TPM:RunFiles>
<TPM:Provides>TLCore/bin-xpdf</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|