com.lowagie : itext 中文文档(中英对照·API·接口·操作手册·全版本)以2.1.7为例,含Maven依赖、jar包、源码

发布于: 2025-12-12 | 浏览量: 加载中...

返回开源软件分享列表
com.lowagie itext 2.1.7 API文档 接口文档 中文文档 中英对照 Java JavaDoc 操作手册 Maven依赖 Gradle依赖 Java开发 使用指南 离线文档 Java编程 寒水馨

[toc]

完整文档下载地址(类、方法、参数说明)

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:itext-2.1.7.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:itext-2.1.7.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:itext-2.1.7.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:itext-2.1.7-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 itext-2.1.7.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: iText, a Free Java-PDF library
  • 描述: iText,一个免费的Java-PDF库
  • 版本: 2.1.7

Maven依赖

<dependency>
	<groupId>com.lowagie</groupId>
	<artifactId>itext</artifactId>
	<version>2.1.7</version>
</dependency> 

Gradle依赖

Gradle:
	implementation group: 'com.lowagie', name: 'itext', version: '2.1.7'
Gradle (Short):
	implementation 'com.lowagie:itext:2.1.7'
Gradle (Kotlin):
	implementation("com.lowagie:itext:2.1.7") 

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.lowagie.rups
com.lowagie.rups.controller
com.lowagie.rups.io
com.lowagie.rups.io.filters
com.lowagie.rups.model
com.lowagie.rups.view
com.lowagie.rups.view.icons
com.lowagie.rups.view.itext
com.lowagie.rups.view.itext.treenodes
com.lowagie.rups.view.models
com.lowagie.rups.view.renderer
com.lowagie.text
com.lowagie.text.exceptions
com.lowagie.text.factories
com.lowagie.text.html
com.lowagie.text.html.simpleparser
com.lowagie.text.pdf
com.lowagie.text.pdf.codec
com.lowagie.text.pdf.codec.wmf
com.lowagie.text.pdf.collection
com.lowagie.text.pdf.crypto
com.lowagie.text.pdf.draw
com.lowagie.text.pdf.events
com.lowagie.text.pdf.fonts
com.lowagie.text.pdf.fonts.cmaps
com.lowagie.text.pdf.hyphenation
com.lowagie.text.pdf.interfaces
com.lowagie.text.pdf.internal
com.lowagie.text.pdf.parser
com.lowagie.text.rtf
com.lowagie.text.rtf.direct
com.lowagie.text.rtf.document
com.lowagie.text.rtf.document.output
com.lowagie.text.rtf.field
com.lowagie.text.rtf.graphic
com.lowagie.text.rtf.headerfooter
com.lowagie.text.rtf.list
com.lowagie.text.rtf.parser
com.lowagie.text.rtf.parser.ctrlwords
com.lowagie.text.rtf.parser.destinations
com.lowagie.text.rtf.parser.enumerations
com.lowagie.text.rtf.parser.exceptions
com.lowagie.text.rtf.parser.properties
com.lowagie.text.rtf.style
com.lowagie.text.rtf.table
com.lowagie.text.rtf.text
com.lowagie.text.xml
com.lowagie.text.xml.simpleparser
com.lowagie.text.xml.xmp
com.lowagie.toolbox
com.lowagie.toolbox.arguments
com.lowagie.toolbox.arguments.filters
com.lowagie.toolbox.plugins
com.lowagie.toolbox.swing
com.lowagie.tools 

本组件包含的 Java class(类)

com.lowagie.rups.Rups
com.lowagie.rups.controller.PdfReaderController
com.lowagie.rups.controller.PdfRendererController
com.lowagie.rups.controller.RupsController
com.lowagie.rups.io.FileChooserAction
com.lowagie.rups.io.FileCloseAction
com.lowagie.rups.io.OutputStreamResource
com.lowagie.rups.io.TextAreaOutputStream
com.lowagie.rups.io.filters.PdfFilter
com.lowagie.rups.model.BackgroundTask
com.lowagie.rups.model.BackgroundTask.ThreadWrapper
com.lowagie.rups.model.IndirectObjectFactory
com.lowagie.rups.model.ObjectLoader
com.lowagie.rups.model.PageLoader
com.lowagie.rups.model.PdfFile
com.lowagie.rups.model.Permissions
com.lowagie.rups.model.ProgressDialog
com.lowagie.rups.model.TreeNodeFactory
com.lowagie.rups.model.XfaFile
com.lowagie.rups.view.Console
com.lowagie.rups.view.MessageAction
com.lowagie.rups.view.PageNavigationAction
com.lowagie.rups.view.PageNavigationListener
com.lowagie.rups.view.RupsMenuBar
com.lowagie.rups.view.icons.IconActionListener
com.lowagie.rups.view.icons.IconButton
com.lowagie.rups.view.icons.IconFetcher
com.lowagie.rups.view.icons.IconTreeCellRenderer
com.lowagie.rups.view.icons.IconTreeNode
com.lowagie.rups.view.itext.FormTree
com.lowagie.rups.view.itext.OutlineTree
com.lowagie.rups.view.itext.PagesTable
com.lowagie.rups.view.itext.PdfObjectPanel
com.lowagie.rups.view.itext.PdfTree
com.lowagie.rups.view.itext.StreamTextArea
com.lowagie.rups.view.itext.XRefTable
com.lowagie.rups.view.itext.XfaTextArea
com.lowagie.rups.view.itext.XfaTree
com.lowagie.rups.view.itext.treenodes.FormTreeNode
com.lowagie.rups.view.itext.treenodes.OutlineTreeNode
com.lowagie.rups.view.itext.treenodes.PdfObjectTreeNode
com.lowagie.rups.view.itext.treenodes.PdfPageTreeNode
com.lowagie.rups.view.itext.treenodes.PdfPagesTreeNode
com.lowagie.rups.view.itext.treenodes.PdfTrailerTreeNode
com.lowagie.rups.view.itext.treenodes.XdpTreeNode
com.lowagie.rups.view.itext.treenodes.XfaTreeNode
com.lowagie.rups.view.models.DictionaryTableModel
com.lowagie.rups.view.models.JTableAutoModel
com.lowagie.rups.view.models.JTableAutoModelInterface
com.lowagie.rups.view.models.PdfArrayTableModel
com.lowagie.rups.view.renderer.PageField
com.lowagie.rups.view.renderer.PagePanel
com.lowagie.rups.view.renderer.ToolBar
com.lowagie.text.Anchor
com.lowagie.text.Annotation
com.lowagie.text.BadElementException
com.lowagie.text.Cell
com.lowagie.text.Chapter
com.lowagie.text.ChapterAutoNumber
com.lowagie.text.Chunk
com.lowagie.text.DocListener
com.lowagie.text.DocWriter
com.lowagie.text.Document
com.lowagie.text.DocumentException
com.lowagie.text.Element
com.lowagie.text.ElementListener
com.lowagie.text.ElementTags
com.lowagie.text.ExceptionConverter
com.lowagie.text.Font
com.lowagie.text.FontFactory
com.lowagie.text.FontFactoryImp
com.lowagie.text.GreekList
com.lowagie.text.Header
com.lowagie.text.HeaderFooter
com.lowagie.text.Image
com.lowagie.text.ImgCCITT
com.lowagie.text.ImgJBIG2
com.lowagie.text.ImgRaw
com.lowagie.text.ImgTemplate
com.lowagie.text.ImgWMF
com.lowagie.text.Jpeg
com.lowagie.text.Jpeg2000
com.lowagie.text.LargeElement
com.lowagie.text.List
com.lowagie.text.ListItem
com.lowagie.text.MarkedObject
com.lowagie.text.MarkedSection
com.lowagie.text.Meta
com.lowagie.text.PageSize
com.lowagie.text.Paragraph
com.lowagie.text.Phrase
com.lowagie.text.Rectangle
com.lowagie.text.RectangleReadOnly
com.lowagie.text.RomanList
com.lowagie.text.Row
com.lowagie.text.RtfElementInterface
com.lowagie.text.Section
com.lowagie.text.SimpleCell
com.lowagie.text.SimpleTable
com.lowagie.text.SpecialSymbol
com.lowagie.text.SplitCharacter
com.lowagie.text.Table
com.lowagie.text.TextElementArray
com.lowagie.text.Utilities
com.lowagie.text.ZapfDingbatsList
com.lowagie.text.ZapfDingbatsNumberList
com.lowagie.text.exceptions.BadPasswordException
com.lowagie.text.exceptions.IllegalPdfSyntaxException
com.lowagie.text.exceptions.InvalidPdfException
com.lowagie.text.exceptions.UnsupportedPdfException
com.lowagie.text.factories.ElementFactory
com.lowagie.text.factories.GreekAlphabetFactory
com.lowagie.text.factories.RomanAlphabetFactory
com.lowagie.text.factories.RomanNumberFactory
com.lowagie.text.factories.RomanNumberFactory.RomanDigit
com.lowagie.text.html.HtmlEncoder
com.lowagie.text.html.HtmlParser
com.lowagie.text.html.HtmlPeer
com.lowagie.text.html.HtmlTagMap
com.lowagie.text.html.HtmlTags
com.lowagie.text.html.HtmlWriter
com.lowagie.text.html.Markup
com.lowagie.text.html.SAXmyHtmlHandler
com.lowagie.text.html.WebColors
com.lowagie.text.html.simpleparser.ALink
com.lowagie.text.html.simpleparser.ChainedProperties
com.lowagie.text.html.simpleparser.FactoryProperties
com.lowagie.text.html.simpleparser.HTMLWorker
com.lowagie.text.html.simpleparser.ImageProvider
com.lowagie.text.html.simpleparser.Img
com.lowagie.text.html.simpleparser.IncCell
com.lowagie.text.html.simpleparser.IncTable
com.lowagie.text.html.simpleparser.StyleSheet
com.lowagie.text.pdf.AcroFields
com.lowagie.text.pdf.AcroFields.InstHit
com.lowagie.text.pdf.AcroFields.Item
com.lowagie.text.pdf.AcroFields.RevisionStream
com.lowagie.text.pdf.AcroFields.SorterComparator
com.lowagie.text.pdf.ArabicLigaturizer
com.lowagie.text.pdf.ArabicLigaturizer.charstruct
com.lowagie.text.pdf.AsianFontMapper
com.lowagie.text.pdf.BadPdfFormatException
com.lowagie.text.pdf.Barcode
com.lowagie.text.pdf.Barcode128
com.lowagie.text.pdf.Barcode39
com.lowagie.text.pdf.BarcodeCodabar
com.lowagie.text.pdf.BarcodeDatamatrix
com.lowagie.text.pdf.BarcodeDatamatrix.DmParams
com.lowagie.text.pdf.BarcodeDatamatrix.Placement
com.lowagie.text.pdf.BarcodeDatamatrix.ReedSolomon
com.lowagie.text.pdf.BarcodeEAN
com.lowagie.text.pdf.BarcodeEANSUPP
com.lowagie.text.pdf.BarcodeInter25
com.lowagie.text.pdf.BarcodePDF417
com.lowagie.text.pdf.BarcodePDF417.Segment
com.lowagie.text.pdf.BarcodePDF417.SegmentList
com.lowagie.text.pdf.BarcodePostnet
com.lowagie.text.pdf.BaseField
com.lowagie.text.pdf.BaseFont
com.lowagie.text.pdf.BaseFont.StreamFont
com.lowagie.text.pdf.BidiLine
com.lowagie.text.pdf.BidiOrder
com.lowagie.text.pdf.ByteBuffer
com.lowagie.text.pdf.CFFFont
com.lowagie.text.pdf.CFFFont.DictNumberItem
com.lowagie.text.pdf.CFFFont.DictOffsetItem
com.lowagie.text.pdf.CFFFont.IndexBaseItem
com.lowagie.text.pdf.CFFFont.IndexMarkerItem
com.lowagie.text.pdf.CFFFont.IndexOffsetItem
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.MarkerItem
com.lowagie.text.pdf.CFFFont.OffsetItem
com.lowagie.text.pdf.CFFFont.RangeItem
com.lowagie.text.pdf.CFFFont.StringItem
com.lowagie.text.pdf.CFFFont.SubrMarkerItem
com.lowagie.text.pdf.CFFFont.UInt16Item
com.lowagie.text.pdf.CFFFont.UInt24Item
com.lowagie.text.pdf.CFFFont.UInt32Item
com.lowagie.text.pdf.CFFFont.UInt8Item
com.lowagie.text.pdf.CFFFontSubset
com.lowagie.text.pdf.CJKFont
com.lowagie.text.pdf.CMYKColor
com.lowagie.text.pdf.CMapAwareDocumentFont
com.lowagie.text.pdf.ColorDetails
com.lowagie.text.pdf.ColumnText
com.lowagie.text.pdf.DefaultFontMapper
com.lowagie.text.pdf.DefaultFontMapper.BaseFontParameters
com.lowagie.text.pdf.DefaultSplitCharacter
com.lowagie.text.pdf.DocumentFont
com.lowagie.text.pdf.EnumerateTTC
com.lowagie.text.pdf.ExtendedColor
com.lowagie.text.pdf.ExtraEncoding
com.lowagie.text.pdf.FdfReader
com.lowagie.text.pdf.FdfWriter
com.lowagie.text.pdf.FdfWriter.Wrt
com.lowagie.text.pdf.FontDetails
com.lowagie.text.pdf.FontMapper
com.lowagie.text.pdf.FontSelector
com.lowagie.text.pdf.GlyphList
com.lowagie.text.pdf.GrayColor
com.lowagie.text.pdf.HyphenationAuto
com.lowagie.text.pdf.HyphenationEvent
com.lowagie.text.pdf.IntHashtable
com.lowagie.text.pdf.IntHashtable.Entry
com.lowagie.text.pdf.IntHashtable.IntHashtableIterator
com.lowagie.text.pdf.LZWDecoder
com.lowagie.text.pdf.MappedRandomAccessFile
com.lowagie.text.pdf.MultiColumnText
com.lowagie.text.pdf.OcspClient
com.lowagie.text.pdf.OcspClientBouncyCastle
com.lowagie.text.pdf.OutputStreamCounter
com.lowagie.text.pdf.OutputStreamEncryption
com.lowagie.text.pdf.PRAcroForm
com.lowagie.text.pdf.PRAcroForm.FieldInformation
com.lowagie.text.pdf.PRIndirectReference
com.lowagie.text.pdf.PRStream
com.lowagie.text.pdf.PRTokeniser
com.lowagie.text.pdf.PageResources
com.lowagie.text.pdf.PatternColor
com.lowagie.text.pdf.PdfAcroForm
com.lowagie.text.pdf.PdfAction
com.lowagie.text.pdf.PdfAnnotation
com.lowagie.text.pdf.PdfAnnotation.PdfImportedLink
com.lowagie.text.pdf.PdfAppearance
com.lowagie.text.pdf.PdfArray
com.lowagie.text.pdf.PdfBoolean
com.lowagie.text.pdf.PdfBorderArray
com.lowagie.text.pdf.PdfBorderDictionary
com.lowagie.text.pdf.PdfCell
com.lowagie.text.pdf.PdfChunk
com.lowagie.text.pdf.PdfColor
com.lowagie.text.pdf.PdfContentByte
com.lowagie.text.pdf.PdfContentByte.GraphicState
com.lowagie.text.pdf.PdfContentParser
com.lowagie.text.pdf.PdfContents
com.lowagie.text.pdf.PdfCopy
com.lowagie.text.pdf.PdfCopy.IndirectReferences
com.lowagie.text.pdf.PdfCopy.PageStamp
com.lowagie.text.pdf.PdfCopy.RefKey
com.lowagie.text.pdf.PdfCopy.StampContent
com.lowagie.text.pdf.PdfCopyFields
com.lowagie.text.pdf.PdfCopyFieldsImp
com.lowagie.text.pdf.PdfCopyForms
com.lowagie.text.pdf.PdfCopyFormsImp
com.lowagie.text.pdf.PdfDashPattern
com.lowagie.text.pdf.PdfDate
com.lowagie.text.pdf.PdfDestination
com.lowagie.text.pdf.PdfDeveloperExtension
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfDocument
com.lowagie.text.pdf.PdfDocument.Indentation
com.lowagie.text.pdf.PdfDocument.PdfCatalog
com.lowagie.text.pdf.PdfDocument.PdfInfo
com.lowagie.text.pdf.PdfDocument.RenderingContext
com.lowagie.text.pdf.PdfEFStream
com.lowagie.text.pdf.PdfEncodings
com.lowagie.text.pdf.PdfEncodings.Cp437Conversion
com.lowagie.text.pdf.PdfEncodings.SymbolConversion
com.lowagie.text.pdf.PdfEncodings.SymbolTTConversion
com.lowagie.text.pdf.PdfEncodings.WingdingsConversion
com.lowagie.text.pdf.PdfEncryption
com.lowagie.text.pdf.PdfEncryptor
com.lowagie.text.pdf.PdfException
com.lowagie.text.pdf.PdfFileSpecification
com.lowagie.text.pdf.PdfFont
com.lowagie.text.pdf.PdfFormField
com.lowagie.text.pdf.PdfFormXObject
com.lowagie.text.pdf.PdfFunction
com.lowagie.text.pdf.PdfGState
com.lowagie.text.pdf.PdfGraphics2D
com.lowagie.text.pdf.PdfGraphics2D.FakeComponent
com.lowagie.text.pdf.PdfGraphics2D.HyperLinkKey
com.lowagie.text.pdf.PdfICCBased
com.lowagie.text.pdf.PdfImage
com.lowagie.text.pdf.PdfImportedPage
com.lowagie.text.pdf.PdfIndirectObject
com.lowagie.text.pdf.PdfIndirectReference
com.lowagie.text.pdf.PdfLayer
com.lowagie.text.pdf.PdfLayerMembership
com.lowagie.text.pdf.PdfLine
com.lowagie.text.pdf.PdfLister
com.lowagie.text.pdf.PdfLiteral
com.lowagie.text.pdf.PdfMediaClipData
com.lowagie.text.pdf.PdfName
com.lowagie.text.pdf.PdfNameTree
com.lowagie.text.pdf.PdfNull
com.lowagie.text.pdf.PdfNumber
com.lowagie.text.pdf.PdfNumberTree
com.lowagie.text.pdf.PdfOCG
com.lowagie.text.pdf.PdfOCProperties
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfOutline
com.lowagie.text.pdf.PdfPCell
com.lowagie.text.pdf.PdfPCellEvent
com.lowagie.text.pdf.PdfPKCS7
com.lowagie.text.pdf.PdfPKCS7.X509Name
com.lowagie.text.pdf.PdfPKCS7.X509NameTokenizer
com.lowagie.text.pdf.PdfPRow
com.lowagie.text.pdf.PdfPSXObject
com.lowagie.text.pdf.PdfPTable
com.lowagie.text.pdf.PdfPTableEvent
com.lowagie.text.pdf.PdfPage
com.lowagie.text.pdf.PdfPageElement
com.lowagie.text.pdf.PdfPageEvent
com.lowagie.text.pdf.PdfPageEventHelper
com.lowagie.text.pdf.PdfPageLabels
com.lowagie.text.pdf.PdfPageLabels.PdfPageLabelFormat
com.lowagie.text.pdf.PdfPages
com.lowagie.text.pdf.PdfPattern
com.lowagie.text.pdf.PdfPatternPainter
com.lowagie.text.pdf.PdfPrinterGraphics2D
com.lowagie.text.pdf.PdfPublicKeyRecipient
com.lowagie.text.pdf.PdfPublicKeySecurityHandler
com.lowagie.text.pdf.PdfReader
com.lowagie.text.pdf.PdfReader.PageRefs
com.lowagie.text.pdf.PdfReaderInstance
com.lowagie.text.pdf.PdfRectangle
com.lowagie.text.pdf.PdfRendition
com.lowagie.text.pdf.PdfResources
com.lowagie.text.pdf.PdfShading
com.lowagie.text.pdf.PdfShadingPattern
com.lowagie.text.pdf.PdfSigGenericPKCS
com.lowagie.text.pdf.PdfSigGenericPKCS.PPKLite
com.lowagie.text.pdf.PdfSigGenericPKCS.PPKMS
com.lowagie.text.pdf.PdfSigGenericPKCS.VeriSign
com.lowagie.text.pdf.PdfSignature
com.lowagie.text.pdf.PdfSignatureAppearance
com.lowagie.text.pdf.PdfSignatureAppearance.RangeStream
com.lowagie.text.pdf.PdfSignatureAppearance.SignatureEvent
com.lowagie.text.pdf.PdfSmartCopy
com.lowagie.text.pdf.PdfSmartCopy.ByteStore
com.lowagie.text.pdf.PdfSpotColor
com.lowagie.text.pdf.PdfStamper
com.lowagie.text.pdf.PdfStamperImp
com.lowagie.text.pdf.PdfStamperImp.PageStamp
com.lowagie.text.pdf.PdfStream
com.lowagie.text.pdf.PdfString
com.lowagie.text.pdf.PdfStructureElement
com.lowagie.text.pdf.PdfStructureTreeRoot
com.lowagie.text.pdf.PdfTable
com.lowagie.text.pdf.PdfTemplate
com.lowagie.text.pdf.PdfTextArray
com.lowagie.text.pdf.PdfTransition
com.lowagie.text.pdf.PdfTransparencyGroup
com.lowagie.text.pdf.PdfWriter
com.lowagie.text.pdf.PdfWriter.PdfBody
com.lowagie.text.pdf.PdfWriter.PdfBody.PdfCrossReference
com.lowagie.text.pdf.PdfWriter.PdfTrailer
com.lowagie.text.pdf.PdfXConformanceException
com.lowagie.text.pdf.Pfm2afm
com.lowagie.text.pdf.PushbuttonField
com.lowagie.text.pdf.RadioCheckField
com.lowagie.text.pdf.RandomAccessFileOrArray
com.lowagie.text.pdf.SequenceList
com.lowagie.text.pdf.ShadingColor
com.lowagie.text.pdf.SimpleBookmark
com.lowagie.text.pdf.SimpleNamedDestination
com.lowagie.text.pdf.SpotColor
com.lowagie.text.pdf.StampContent
com.lowagie.text.pdf.StandardDecryption
com.lowagie.text.pdf.TSAClient
com.lowagie.text.pdf.TSAClientBouncyCastle
com.lowagie.text.pdf.TextField
com.lowagie.text.pdf.TrueTypeFont
com.lowagie.text.pdf.TrueTypeFont.FontHeader
com.lowagie.text.pdf.TrueTypeFont.HorizontalHeader
com.lowagie.text.pdf.TrueTypeFont.WindowsMetrics
com.lowagie.text.pdf.TrueTypeFontSubSet
com.lowagie.text.pdf.TrueTypeFontUnicode
com.lowagie.text.pdf.Type1Font
com.lowagie.text.pdf.Type3Font
com.lowagie.text.pdf.Type3Glyph
com.lowagie.text.pdf.VerticalText
com.lowagie.text.pdf.XfaForm
com.lowagie.text.pdf.XfaForm.AcroFieldsSearch
com.lowagie.text.pdf.XfaForm.InverseStore
com.lowagie.text.pdf.XfaForm.Stack2
com.lowagie.text.pdf.XfaForm.Xml2Som
com.lowagie.text.pdf.XfaForm.Xml2SomDatasets
com.lowagie.text.pdf.XfaForm.Xml2SomTemplate
com.lowagie.text.pdf.XfdfReader
com.lowagie.text.pdf.codec.Base64
com.lowagie.text.pdf.codec.Base64.InputStream
com.lowagie.text.pdf.codec.Base64.OutputStream
com.lowagie.text.pdf.codec.BmpImage
com.lowagie.text.pdf.codec.CCITTG4Encoder
com.lowagie.text.pdf.codec.GifImage
com.lowagie.text.pdf.codec.GifImage.GifFrame
com.lowagie.text.pdf.codec.JBIG2Image
com.lowagie.text.pdf.codec.JBIG2SegmentReader
com.lowagie.text.pdf.codec.JBIG2SegmentReader.JBIG2Page
com.lowagie.text.pdf.codec.JBIG2SegmentReader.JBIG2Segment
com.lowagie.text.pdf.codec.PngImage
com.lowagie.text.pdf.codec.PngImage.NewByteArrayOutputStream
com.lowagie.text.pdf.codec.TIFFConstants
com.lowagie.text.pdf.codec.TIFFDirectory
com.lowagie.text.pdf.codec.TIFFFaxDecoder
com.lowagie.text.pdf.codec.TIFFField
com.lowagie.text.pdf.codec.TIFFLZWDecoder
com.lowagie.text.pdf.codec.TiffImage
com.lowagie.text.pdf.codec.wmf.InputMeta
com.lowagie.text.pdf.codec.wmf.MetaBrush
com.lowagie.text.pdf.codec.wmf.MetaDo
com.lowagie.text.pdf.codec.wmf.MetaFont
com.lowagie.text.pdf.codec.wmf.MetaObject
com.lowagie.text.pdf.codec.wmf.MetaPen
com.lowagie.text.pdf.codec.wmf.MetaState
com.lowagie.text.pdf.collection.PdfCollection
com.lowagie.text.pdf.collection.PdfCollectionField
com.lowagie.text.pdf.collection.PdfCollectionItem
com.lowagie.text.pdf.collection.PdfCollectionSchema
com.lowagie.text.pdf.collection.PdfCollectionSort
com.lowagie.text.pdf.collection.PdfTargetDictionary
com.lowagie.text.pdf.crypto.AESCipher
com.lowagie.text.pdf.crypto.ARCFOUREncryption
com.lowagie.text.pdf.crypto.IVGenerator
com.lowagie.text.pdf.draw.DottedLineSeparator
com.lowagie.text.pdf.draw.DrawInterface
com.lowagie.text.pdf.draw.LineSeparator
com.lowagie.text.pdf.draw.VerticalPositionMark
com.lowagie.text.pdf.events.FieldPositioningEvents
com.lowagie.text.pdf.events.IndexEvents
com.lowagie.text.pdf.events.PdfPCellEventForwarder
com.lowagie.text.pdf.events.PdfPTableEventForwarder
com.lowagie.text.pdf.events.PdfPageEventForwarder
com.lowagie.text.pdf.fonts.FontsResourceAnchor
com.lowagie.text.pdf.fonts.cmaps.CMap
com.lowagie.text.pdf.fonts.cmaps.CMapParser
com.lowagie.text.pdf.fonts.cmaps.CodespaceRange
com.lowagie.text.pdf.hyphenation.ByteVector
com.lowagie.text.pdf.hyphenation.CharVector
com.lowagie.text.pdf.hyphenation.Hyphen
com.lowagie.text.pdf.hyphenation.Hyphenation
com.lowagie.text.pdf.hyphenation.HyphenationException
com.lowagie.text.pdf.hyphenation.HyphenationTree
com.lowagie.text.pdf.hyphenation.Hyphenator
com.lowagie.text.pdf.hyphenation.PatternConsumer
com.lowagie.text.pdf.hyphenation.SimplePatternParser
com.lowagie.text.pdf.hyphenation.TernaryTree
com.lowagie.text.pdf.interfaces.PdfAnnotations
com.lowagie.text.pdf.interfaces.PdfDocumentActions
com.lowagie.text.pdf.interfaces.PdfEncryptionSettings
com.lowagie.text.pdf.interfaces.PdfPageActions
com.lowagie.text.pdf.interfaces.PdfRunDirection
com.lowagie.text.pdf.interfaces.PdfVersion
com.lowagie.text.pdf.interfaces.PdfViewerPreferences
com.lowagie.text.pdf.interfaces.PdfXConformance
com.lowagie.text.pdf.internal.PdfAnnotationsImp
com.lowagie.text.pdf.internal.PdfVersionImp
com.lowagie.text.pdf.internal.PdfViewerPreferencesImp
com.lowagie.text.pdf.internal.PdfXConformanceImp
com.lowagie.text.pdf.internal.PolylineShape
com.lowagie.text.pdf.internal.PolylineShapeIterator
com.lowagie.text.pdf.parser.ContentOperator
com.lowagie.text.pdf.parser.GraphicsState
com.lowagie.text.pdf.parser.Matrix
com.lowagie.text.pdf.parser.PdfContentReaderTool
com.lowagie.text.pdf.parser.PdfContentStreamProcessor
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.BeginText
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.EndText
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.ModifyCurrentTransformationMatrix
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.MoveNextLineAndShowText
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.PopGraphicsState
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.ProcessGraphicsStateResource
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.PushGraphicsState
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextCharacterSpacing
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextFont
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextHorizontalScaling
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextLeading
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextRenderMode
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextRise
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.SetTextWordSpacing
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.ShowText
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.ShowTextArray
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveNextLine
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveStartNextLine
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextSetTextMatrix
com.lowagie.text.pdf.parser.PdfTextExtractor
com.lowagie.text.pdf.parser.SimpleTextExtractingPdfContentStreamProcessor
com.lowagie.text.rtf.RtfAddableElement
com.lowagie.text.rtf.RtfBasicElement
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.RtfExtendedElement
com.lowagie.text.rtf.RtfMapper
com.lowagie.text.rtf.RtfWriter2
com.lowagie.text.rtf.direct.RtfDirectContent
com.lowagie.text.rtf.document.RtfCodePage
com.lowagie.text.rtf.document.RtfDocument
com.lowagie.text.rtf.document.RtfDocumentHeader
com.lowagie.text.rtf.document.RtfDocumentSettings
com.lowagie.text.rtf.document.RtfGenerator
com.lowagie.text.rtf.document.RtfInfoElement
com.lowagie.text.rtf.document.RtfInfoGroup
com.lowagie.text.rtf.document.RtfPageSetting
com.lowagie.text.rtf.document.RtfProtection
com.lowagie.text.rtf.document.RtfProtectionSetting
com.lowagie.text.rtf.document.output.RtfByteArrayBuffer
com.lowagie.text.rtf.document.output.RtfDataCache
com.lowagie.text.rtf.document.output.RtfDiskCache
com.lowagie.text.rtf.document.output.RtfEfficientMemoryCache
com.lowagie.text.rtf.document.output.RtfMemoryCache
com.lowagie.text.rtf.document.output.RtfNilOutputStream
com.lowagie.text.rtf.field.RtfAnchor
com.lowagie.text.rtf.field.RtfField
com.lowagie.text.rtf.field.RtfPageNumber
com.lowagie.text.rtf.field.RtfTOCEntry
com.lowagie.text.rtf.field.RtfTableOfContents
com.lowagie.text.rtf.field.RtfTotalPageNumber
com.lowagie.text.rtf.graphic.RtfImage
com.lowagie.text.rtf.graphic.RtfShape
com.lowagie.text.rtf.graphic.RtfShapePosition
com.lowagie.text.rtf.graphic.RtfShapeProperty
com.lowagie.text.rtf.headerfooter.RtfHeaderFooter
com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup
com.lowagie.text.rtf.list.RtfList
com.lowagie.text.rtf.list.RtfListItem
com.lowagie.text.rtf.list.RtfListLevel
com.lowagie.text.rtf.list.RtfListTable
com.lowagie.text.rtf.list.RtfPictureList
com.lowagie.text.rtf.parser.RtfImportMappings
com.lowagie.text.rtf.parser.RtfImportMgr
com.lowagie.text.rtf.parser.RtfParser
com.lowagie.text.rtf.parser.RtfParserState
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordHandler
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordListener
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordMap
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordMgr
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordType
com.lowagie.text.rtf.parser.destinations.RtfDestination
com.lowagie.text.rtf.parser.destinations.RtfDestinationColorTable
com.lowagie.text.rtf.parser.destinations.RtfDestinationDocument
com.lowagie.text.rtf.parser.destinations.RtfDestinationFontTable
com.lowagie.text.rtf.parser.destinations.RtfDestinationInfo
com.lowagie.text.rtf.parser.destinations.RtfDestinationListTable
com.lowagie.text.rtf.parser.destinations.RtfDestinationListener
com.lowagie.text.rtf.parser.destinations.RtfDestinationMgr
com.lowagie.text.rtf.parser.destinations.RtfDestinationNull
com.lowagie.text.rtf.parser.destinations.RtfDestinationShppict
com.lowagie.text.rtf.parser.destinations.RtfDestinationStylesheetTable
com.lowagie.text.rtf.parser.enumerations.RtfColorThemes
com.lowagie.text.rtf.parser.exceptions.RtfParserException
com.lowagie.text.rtf.parser.exceptions.RtfUnknownCtrlWordException
com.lowagie.text.rtf.parser.properties.RtfCtrlWordPropertyType
com.lowagie.text.rtf.parser.properties.RtfProperty
com.lowagie.text.rtf.parser.properties.RtfPropertyListener
com.lowagie.text.rtf.style.RtfColor
com.lowagie.text.rtf.style.RtfColorList
com.lowagie.text.rtf.style.RtfFont
com.lowagie.text.rtf.style.RtfFontList
com.lowagie.text.rtf.style.RtfParagraphStyle
com.lowagie.text.rtf.style.RtfStyleTypes
com.lowagie.text.rtf.style.RtfStylesheetList
com.lowagie.text.rtf.table.RtfBorder
com.lowagie.text.rtf.table.RtfBorderGroup
com.lowagie.text.rtf.table.RtfCell
com.lowagie.text.rtf.table.RtfRow
com.lowagie.text.rtf.table.RtfTable
com.lowagie.text.rtf.text.RtfAnnotation
com.lowagie.text.rtf.text.RtfChapter
com.lowagie.text.rtf.text.RtfChunk
com.lowagie.text.rtf.text.RtfNewPage
com.lowagie.text.rtf.text.RtfParagraph
com.lowagie.text.rtf.text.RtfPhrase
com.lowagie.text.rtf.text.RtfSection
com.lowagie.text.rtf.text.RtfTab
com.lowagie.text.rtf.text.RtfTabGroup
com.lowagie.text.xml.SAXiTextHandler
com.lowagie.text.xml.SAXmyHandler
com.lowagie.text.xml.TagMap
com.lowagie.text.xml.XmlDomWriter
com.lowagie.text.xml.XmlParser
com.lowagie.text.xml.XmlPeer
com.lowagie.text.xml.simpleparser.EntitiesToSymbol
com.lowagie.text.xml.simpleparser.EntitiesToUnicode
com.lowagie.text.xml.simpleparser.IanaEncodings
com.lowagie.text.xml.simpleparser.SimpleXMLDocHandler
com.lowagie.text.xml.simpleparser.SimpleXMLDocHandlerComment
com.lowagie.text.xml.simpleparser.SimpleXMLParser
com.lowagie.text.xml.xmp.DublinCoreSchema
com.lowagie.text.xml.xmp.LangAlt
com.lowagie.text.xml.xmp.PdfA1Schema
com.lowagie.text.xml.xmp.PdfSchema
com.lowagie.text.xml.xmp.XmpArray
com.lowagie.text.xml.xmp.XmpBasicSchema
com.lowagie.text.xml.xmp.XmpMMSchema
com.lowagie.text.xml.xmp.XmpReader
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.XmpWriter
com.lowagie.toolbox.AbstractTool
com.lowagie.toolbox.ToolMenuItems
com.lowagie.toolbox.Toolbox
com.lowagie.toolbox.Versions
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.BitsetArgument
com.lowagie.toolbox.arguments.ColorArgument
com.lowagie.toolbox.arguments.FileArgument
com.lowagie.toolbox.arguments.FileArrayArgument
com.lowagie.toolbox.arguments.FloatArgument
com.lowagie.toolbox.arguments.ImageArgument
com.lowagie.toolbox.arguments.IntegerArgument
com.lowagie.toolbox.arguments.OptionArgument
com.lowagie.toolbox.arguments.PageSizeArgument
com.lowagie.toolbox.arguments.StringArgument
com.lowagie.toolbox.arguments.filters.DirFilter
com.lowagie.toolbox.arguments.filters.ImageFilter
com.lowagie.toolbox.arguments.filters.PdfFilter
com.lowagie.toolbox.arguments.filters.U3DFilter
com.lowagie.toolbox.plugins.Add3D
com.lowagie.toolbox.plugins.Bookmarks2XML
com.lowagie.toolbox.plugins.Burst
com.lowagie.toolbox.plugins.CompressDecompressPageContent
com.lowagie.toolbox.plugins.Concat
com.lowagie.toolbox.plugins.ConcatN
com.lowagie.toolbox.plugins.Decrypt
com.lowagie.toolbox.plugins.Divide
com.lowagie.toolbox.plugins.DvdCover
com.lowagie.toolbox.plugins.Encrypt
com.lowagie.toolbox.plugins.ExtractAttachments
com.lowagie.toolbox.plugins.Handouts
com.lowagie.toolbox.plugins.HtmlBookmarks
com.lowagie.toolbox.plugins.ImageXRefViewer
com.lowagie.toolbox.plugins.InspectPDF
com.lowagie.toolbox.plugins.KnitTiff
com.lowagie.toolbox.plugins.NUp
com.lowagie.toolbox.plugins.Normalize
com.lowagie.toolbox.plugins.PhotoAlbum
com.lowagie.toolbox.plugins.RemoveLaunchApplication
com.lowagie.toolbox.plugins.ReversePages
com.lowagie.toolbox.plugins.SelectedPages
com.lowagie.toolbox.plugins.Split
com.lowagie.toolbox.plugins.Tiff2Pdf
com.lowagie.toolbox.plugins.Txt2Pdf
com.lowagie.toolbox.plugins.Watermarker
com.lowagie.toolbox.plugins.XML2Bookmarks
com.lowagie.toolbox.swing.CustomDialog
com.lowagie.toolbox.swing.EventDispatchingThread
com.lowagie.toolbox.swing.EventDispatchingThread.ThreadWrapper
com.lowagie.toolbox.swing.FileList
com.lowagie.toolbox.swing.FileList_ftm_tableModelAdapter
com.lowagie.toolbox.swing.FileList_jTable1_keyAdapter
com.lowagie.toolbox.swing.PdfInformationPanel
com.lowagie.toolbox.swing.RowContainer
com.lowagie.tools.BuildTutorial
com.lowagie.tools.ConcatPdf
com.lowagie.tools.EncryptPdf
com.lowagie.tools.Executable
com.lowagie.tools.HandoutPdf
com.lowagie.tools.SplitPdf
com.lowagie.tools.ToolboxAvailable 

完整文档下载地址(类、方法、参数说明)