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 and Description |
---|---|
void |
ExtractImages.writeJpeg2file(PDJpeg image,
String filename) |
Modifier and Type | Method and Description |
---|---|
PDJpeg |
PDFTemplateStructure.getJpedImage()
Gets the image of visible signature
|
Modifier and Type | Method and Description |
---|---|
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 |
PDFTemplateStructure.setJpedImage(PDJpeg jpedImage)
Sets the image of visible signature
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.