Package | Description |
---|---|
org.apache.pdfbox |
This package holds executable classes that interact with the PDFBox application.
|
org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible |
This is the visual signature part that help creating the visual representation for the digital signature.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ExtractImages.writeJpeg2file(PDJpeg image,
java.lang.String filename) |
Modifier and Type | Method | Description |
---|---|---|
PDJpeg |
PDFTemplateStructure.getJpedImage() |
Gets the image of visible signature
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFTemplateBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle formrect,
java.awt.geom.AffineTransform affineTransform,
PDJpeg img) |
Creates Image form
|
void |
PDVisibleSigBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle formrect,
java.awt.geom.AffineTransform affineTransform,
PDJpeg img) |
|
void |
PDFTemplateStructure.setJpedImage(PDJpeg jpedImage) |
Sets the image of visible signature
|