Uses of Class
org.verapdf.xmp.impl.VeraPDFMeta
Packages that use VeraPDFMeta
-
Uses of VeraPDFMeta in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl that return VeraPDFMetaModifier and TypeMethodDescriptionstatic VeraPDFMetaVeraPDFMeta.create()static VeraPDFMetaVeraPDFMeta.parse(InputStream in) VeraPDFMeta.setCreateDate(Calendar createDate) VeraPDFMeta.setCreator(List<String> creator) VeraPDFMeta.setCreatorTool(String creatorTool) VeraPDFMeta.setDescription(String description) VeraPDFMeta.setIdentificationRevisionYear(String namespaceURI, String identificationConformance) VeraPDFMeta.setKeywords(String keywords) VeraPDFMeta.setModifyDate(Calendar modifyDate) VeraPDFMeta.setPDFAIdentificationConformance(String identificationConformance) VeraPDFMeta.setPDFAIdentificationPart(Integer identificationPart) VeraPDFMeta.setPDFUAIdentificationPart(Integer identificationPart) VeraPDFMeta.setProducer(String producer) Methods in org.verapdf.xmp.impl with parameters of type VeraPDFMetaModifier and TypeMethodDescriptionstatic voidVeraPDFMeta.serialize(VeraPDFMeta veraPDFMeta, OutputStream out)