Package com.dynamicpdf.api
Class PdfInformation
java.lang.Object
com.dynamicpdf.api.PdfInformation
-
Method Summary
Modifier and TypeMethodDescriptionGets the author.Gets the creator.Gets the custom properties.Gets the form fields.Gets the keywords.getPages()Gets the collection of PageInformation.Gets the producer.booleanGets the boolean, indicating whether the pdf is signed.Gets the subject.booleanGets the boolean, indicating whether the pdf is tagged.getTitle()Gets the title.booleanGets the boolean representing xmp meta data.voidSets the author.voidsetCreator(String value)Sets the creator.voidsetCustomProperties(Dictionary<String,String> value)Sets the custom properties.voidsetFormFields(FormFieldInformation value)Sets the form fields.voidsetKeywords(String value)Sets the keywords.voidsetPages(List<PageInformation> value)Sets the collection of PageInformation.voidsetProducer(String value)Sets the producer.voidsetSigned(boolean value)Sets the boolean, indicating whether the pdf is signed.voidsetSubject(String value)Sets the subject.voidsetTagged(boolean value)Sets the boolean, indicating whether the pdf is tagged.voidSets the title.voidsetXmpMetaData(boolean value)Sets the boolean representing xmp meta data.
-
Method Details
-
getAuthor
Gets the author.- Returns:
- The author.
-
setAuthor
Sets the author.- Parameters:
value- The author.
-
getSubject
Gets the subject.- Returns:
- The subject.
-
setSubject
Sets the subject.- Parameters:
value- The subject.
-
getKeywords
Gets the keywords.- Returns:
- The keywords.
-
setKeywords
Sets the keywords.- Parameters:
value- The keywords.
-
getCreator
Gets the creator.- Returns:
- The creator.
-
setCreator
Sets the creator.- Parameters:
value- The creator.
-
getProducer
Gets the producer.- Returns:
- The producer.
-
setProducer
Sets the producer.- Parameters:
value- The producer.
-
getTitle
Gets the title.- Returns:
- The title.
-
setTitle
Sets the title.- Parameters:
value- The title.
-
getPages
Gets the collection of PageInformation.- Returns:
- The collection of PageInformation.
-
setPages
Sets the collection of PageInformation.- Parameters:
value- The collection of PageInformation.
-
getFormFields
Gets the form fields.- Returns:
- The form fields.
-
setFormFields
Sets the form fields.- Parameters:
value- The form fields.
-
getCustomProperties
Gets the custom properties.- Returns:
- The custom properties.
-
setCustomProperties
Sets the custom properties. -
getXmpMetaData
public boolean getXmpMetaData()Gets the boolean representing xmp meta data.- Returns:
- The boolean representing xmp meta data.
-
setXmpMetaData
public void setXmpMetaData(boolean value)Sets the boolean representing xmp meta data.- Parameters:
value- The boolean representing xmp meta data.
-
getSigned
public boolean getSigned()Gets the boolean, indicating whether the pdf is signed.- Returns:
- The boolean, indicating whether the pdf is signed.
-
setSigned
public void setSigned(boolean value)Sets the boolean, indicating whether the pdf is signed.- Parameters:
value- The boolean, indicating whether the pdf is signed.
-
getTagged
public boolean getTagged()Gets the boolean, indicating whether the pdf is tagged.- Returns:
- The boolean, indicating whether the pdf is tagged.
-
setTagged
public void setTagged(boolean value)Sets the boolean, indicating whether the pdf is tagged.- Parameters:
value- The boolean, indicating whether the pdf is tagged.
-