Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDJpeg
-
Packages that use PDJpeg 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. -
-
Uses of PDJpeg in org.apache.pdfbox
Methods in org.apache.pdfbox with parameters of type PDJpeg Modifier and Type Method Description void
ExtractImages. writeJpeg2file(PDJpeg image, java.lang.String filename)
-
Uses of PDJpeg in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDJpeg Modifier and Type Method Description PDJpeg
PDFTemplateStructure. getJpedImage()
Gets the image of visible signatureMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDJpeg 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 formvoid
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
-