Uses of Class
org.bh_foundation.e_sign.dto.DocSize
Packages that use DocSize
-
Uses of DocSize in org.bh_foundation.e_sign.services.data
Methods in org.bh_foundation.e_sign.services.data with parameters of type DocSizeModifier and TypeMethodDescriptionbyte[]DocumentService.applyStamp(org.springframework.web.multipart.MultipartFile file, Integer page, RenderChoice renderChoice, String passphrase, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize) ResponseDto<?> DocumentService.sign(String documentId, org.springframework.web.multipart.MultipartFile signedFile, String passphrase, RenderChoice renderChoice, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize) byte[]DocumentService.signSelf(org.springframework.web.multipart.MultipartFile file, Integer page, RenderChoice renderChoice, String passphrase, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize)