Hi there can i check with you under what circumstance would the LTV be disabled even though its already set to true ?
private PKCS7 getPkcs7() {
PKCS7 pkcs7 = new PKCS7(new ByteArrayInputStream(pfxFileContent), pdfFilePassword);
pkcs7.setCustomAppearance(signatureAppearance);
pkcs7.setShowProperties(true);
pkcs7.setUseLtv(true);
return pkcs7;
}