Class XMPChecker
- java.lang.Object
-
- org.verapdf.gf.model.impl.pd.util.XMPChecker
-
public final class XMPChecker extends Object
This class matches document information dictionary and xmp metadata by comparing eight predefined fields:- Title (-> Title)
- Author (-> Creators)
- Producer (-> Producer)
- Creator (-> CreatorTool)
- Keywords (-> Keywords)
- Subject (-> Description)
- Creation Date (-> Create Date)
- Mod Date (-> Modify Date)
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleandoesInfoMatchXMP(COSDocument document)Matches properties of document information dictionary and xmp metadata.
-
-
-
Method Detail
-
doesInfoMatchXMP
public static Boolean doesInfoMatchXMP(COSDocument document)
Matches properties of document information dictionary and xmp metadata.- Parameters:
document- which will be tested- Returns:
- true if fields of xmp matches with fields of info dictionary
-
-