summaryrefslogtreecommitdiff
blob: 71f9fd8f358373bcdaeff6348b9a7147b4793d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>java</herd>
  <maintainer>
    <email>wltjr@gentoo.org</email>
    <name>William L. Thomson Jr.</name>
  </maintainer>
  <longdescription>
		iText is a library that allows you to generate PDF files on
		the fly. The iText classes are very useful for people who need
		to generate read-only, platform independent documents
		containing text, lists, tables and images. The library is
		especially useful in combination with Java(TM) technology-based
		Servlets: The look and feel of HTML is browser dependent; with
		iText and PDF you can control exactly how your servlet's output
		will look.
	</longdescription>
  <use>
    <flag name="rtf">Build and provide libraries for rich text format</flag>
    <flag name="rups">Build and provide GUI for Reading/Updating PDF Syntax</flag>
  </use>
</pkgmetadata>