Package com.itextpdf.text.pdf.interfaces
Interface PdfIsoConformance
- All Known Subinterfaces:
PdfAConformance
,PdfXConformance
- All Known Implementing Classes:
PdfAConformanceImp
,PdfXConformanceImp
public interface PdfIsoConformance
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPdfIsoConformance
(int key, Object obj1) boolean
isPdfIso()
Checks if any PDF ISO conformance is necessary.
-
Method Details
-
isPdfIso
boolean isPdfIso()Checks if any PDF ISO conformance is necessary.- Returns:
true
if the PDF has to be in conformance with any of the PDF ISO specifications
-
checkPdfIsoConformance
-