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