| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. | 
| org.apache.pdfbox.pdmodel.graphics.pattern | This package deals with patterns which are used instead of colors. | 
| org.apache.pdfbox.pdmodel.graphics.xobject | This package deals with images that are stored in a PDF document. | 
| org.apache.pdfbox.pdmodel.interactive.annotation | The annotation package contains classes that work with PDF annotation elements. | 
| org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible | This is the visual signature part that help creating the visual representation for the digital signature. | 
| org.apache.pdfbox.pdmodel.interactive.form | The interactive package contains classes that deal with interactive annotations such as textfields and buttons. | 
| org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDPageNode. findResources()This will find the resources for this page by looking up the hierarchy until
 it finds them. | 
| PDResources | PDPage. findResources()This will find the resources for this page by looking up the hierarchy until
 it finds them. | 
| PDResources | PDPageNode. getResources()This will get the resources at this page node and not look up the hierarchy. | 
| PDResources | PDPage. getResources()This will get the resources at this page and not look up the hierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDPageNode. setResources(PDResources resources)This will set the resources for this page. | 
| void | PDPage. setResources(PDResources resources)This will set the resources for this page. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDTilingPatternResources. getResources()This will get the resources for this pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDTilingPatternResources. setResources(PDResources resources)This will set the resources for this pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDXObjectForm. getResources()This will get the resources at this page and not look up the hierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDXObjectForm. setResources(PDResources resources)This will set the resources for this page. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDAppearanceStream. getResources()This will get the resources for this appearance stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDAppearanceStream. setResources(PDResources resources)This will set the new resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDFTemplateStructure. getHolderFormResources()Gets Holder form resources | 
| PDResources | PDFTemplateStructure. getImageFormResources()Gets image form resources | 
| PDResources | PDFTemplateStructure. getInnerFormResources()Gets inner form Resource | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDVisibleSigBuilder. createHolderForm(PDResources holderFormResources,
                PDStream holderFormStream,
                PDRectangle formrect) | 
| void | PDFTemplateBuilder. createHolderForm(PDResources holderFormResources,
                PDStream holderFormStream,
                PDRectangle formrect)Creates Form | 
| void | PDVisibleSigBuilder. createImageForm(PDResources imageFormResources,
               PDResources innerFormResource,
               PDStream imageFormStream,
               PDRectangle formrect,
               AffineTransform affineTransform,
               PDJpeg img) | 
| void | PDFTemplateBuilder. createImageForm(PDResources imageFormResources,
               PDResources innerFormResource,
               PDStream imageFormStream,
               PDRectangle formrect,
               AffineTransform affineTransform,
               PDJpeg img)Creates Image form | 
| void | PDVisibleSigBuilder. createInnerForm(PDResources innerFormResources,
               PDStream innerFormStream,
               PDRectangle formrect) | 
| void | PDFTemplateBuilder. createInnerForm(PDResources innerFormResources,
               PDStream innerFormStream,
               PDRectangle formrect) | 
| void | PDVisibleSigBuilder. createWidgetDictionary(PDSignatureField signatureField,
                      PDResources holderFormResources) | 
| void | PDFTemplateBuilder. createWidgetDictionary(PDSignatureField signatureField,
                      PDResources holderFormResources)adds Widget Dictionary | 
| void | PDVisibleSigBuilder. injectProcSetArray(PDXObjectForm innerForm,
                  PDPage page,
                  PDResources innerFormResources,
                  PDResources imageFormResources,
                  PDResources holderFormResources,
                  COSArray procSet) | 
| void | PDFTemplateBuilder. injectProcSetArray(PDXObjectForm innerForm,
                  PDPage page,
                  PDResources innerFormResources,
                  PDResources imageFormResources,
                  PDResources holderFormResources,
                  COSArray procSet)Inject procSetArray | 
| void | PDVisibleSigBuilder. insertInnerFormToHolerResources(PDXObjectForm innerForm,
                               PDResources holderFormResources) | 
| void | PDFTemplateBuilder. insertInnerFormToHolerResources(PDXObjectForm innerForm,
                               PDResources holderFormResources) | 
| void | PDFTemplateStructure. setHolderFormResources(PDResources holderFormResources)Sets holder form resources | 
| void | PDFTemplateStructure. setImageFormResources(PDResources imageFormResources)Sets image form resource | 
| void | PDFTemplateStructure. setInnerFormResources(PDResources innerFormResources)Sets inner form resource | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDAcroForm. getDefaultResources()This will get the default resources for the acro form. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDAcroForm. setDefaultResources(PDResources dr)This will set the default resources for the acroform. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDResources | PDFStreamEngine. getResources() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFStreamEngine. processStream(PDPage aPage,
             PDResources resources,
             COSStream cosStream)This will process the contents of the stream. | 
| void | PDFStreamEngine. processSubStream(PDPage aPage,
                PDResources resources,
                COSStream cosStream)Process a sub stream of the current stream. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.