Interface AdobePDF
- All Superinterfaces:
BasicSchema
- All Known Subinterfaces:
InfoDictionary
Interface represent Adobe PDF schema
- Author:
- Evgeniy Muravitskiy
-
Method Summary
Modifier and TypeMethodDescriptionReturn Keywords entry.Return Producer entry.voidsetKeywords(String keywords) Set Keywords entry.voidsetProducer(String producer) Set Producer entry.Methods inherited from interface org.verapdf.metadata.fixer.schemas.BasicSchema
setNeedToBeUpdated
-
Method Details
-
getProducer
String getProducer()Return Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Returns:
- Producer entry
-
setProducer
Set Producer entry. For information dictionary and metadata Adobe PDF schema represented byProducerentry- Parameters:
producer- new value for producer
-
getKeywords
String getKeywords()Return Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Returns:
- Keywords entry
-
setKeywords
Set Keywords entry. For information dictionary and metadata Adobe PDF schema represented byKeywordsentry- Parameters:
keywords- new value for keywords
-