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.setIdentificationConformance(String identificationConformance) VeraPDFMeta.setIdentificationPart(Integer identificationPart) VeraPDFMeta.setIdentificationRevisionYear(String identificationConformance) VeraPDFMeta.setKeywords(String keywords) VeraPDFMeta.setModifyDate(Calendar modifyDate) VeraPDFMeta.setProducer(String producer) VeraPDFMeta.setUAIdentificationPart(Integer identificationPart) Methods in org.verapdf.xmp.impl with parameters of type VeraPDFMetaModifier and TypeMethodDescriptionstatic voidVeraPDFMeta.serialize(VeraPDFMeta veraPDFMeta, OutputStream out)