Uses of Class
com.pd4ml.pdf.merge.internal.PdfConformance.Level
-
Packages that use PdfConformance.Level Package Description com.pd4ml.pdf.merge.internal -
-
Uses of PdfConformance.Level in com.pd4ml.pdf.merge.internal
Methods in com.pd4ml.pdf.merge.internal that return PdfConformance.Level Modifier and Type Method Description static PdfConformance.LevelPdfConformance. detectPdfA(COSDocument document)The document's own declared PDF/A identification, ornullif it doesn't declare one (or none is parseable).static PdfConformance.LevelPdfConformance. detectPdfUa(COSDocument document)The document's own declared PDF/UA identification, ornullif it doesn't declare one (or none is parseable).Methods in com.pd4ml.pdf.merge.internal with parameters of type PdfConformance.Level Modifier and Type Method Description static byte[]PdfConformance. buildXmpPacket(PdfConformance.Level pdfA, PdfConformance.Level pdfUa, java.lang.String title)Builds a fresh, minimal XMP packet declaring the given conformance level(s) (either may benullto omit that schema) and, if given, adc:title, following the exactpdfaid/pdfuaidschemacom.pd4ml.pdf.builderitself emits elsewhere in this project.
-