Skip to content

Commit b9abfae

Browse files
committed
Get rid of PdfSignatureAppearance class
DEVSIX-8550
1 parent 82b5cfc commit b9abfae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simple/src/test/java/com/itextpdf/signingexamples/jcajce/CreateSignatureAppearance.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
import com.itextpdf.layout.properties.BackgroundSize;
5151
import com.itextpdf.signatures.BouncyCastleDigest;
5252
import com.itextpdf.signatures.IExternalSignature;
53-
import com.itextpdf.signatures.PdfSignatureAppearance;
5453
import com.itextpdf.signatures.PdfSigner;
5554
import com.itextpdf.signatures.PdfSigner.CryptoStandard;
5655
import com.itextpdf.signatures.PrivateKeySignature;
@@ -521,7 +520,8 @@ public void testMachineReadables() throws IOException, GeneralSecurityException
521520
}
522521

523522
/**
524-
* This test illustrates an issue in the {@link PdfSignatureAppearance#setReuseAppearance(boolean) ReuseAppearance}
523+
* This test illustrates an issue in the
524+
* {@link com.itextpdf.forms.fields.PdfSignatureFormField#setReuseAppearance(boolean) ReuseAppearance}
525525
* feature of iText: Here the complete normal appearance of the unsigned field is re-used as n0 layer of the signed
526526
* field. Unfortunately it was forgotten that the original appearance was displayed so that its BBox transformed by
527527
* its matrix fits into the annotation rectangle. If BBox of the original appearance does not have its lower left

0 commit comments

Comments
 (0)