public abstract class PdfUAChecker extends Object implements IValidationChecker
While it is possible to subclass this method and implement its abstract methods in client code, this is not encouraged and will have little effect. It is not possible to plug custom implementations into iText, because iText should always refuse to create non-compliant PDF/UA, which would be possible with client code implementations. Any future generations of the PDF/UA standard and its derivatives will get their own implementation in the iText - pdfua project.
| Modifier | Constructor and Description |
|---|---|
protected |
PdfUAChecker()
Creates new
PdfUAChecker instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
warnOnPageFlush()
Logs a warn on page flushing that page flushing is disabled in PDF/UA mode.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPdfObjectReadyToFlush, validateprotected PdfUAChecker()
PdfUAChecker instance.Copyright © 1998–2025 Apryse Group NV. All rights reserved.