Class PdfInformation

java.lang.Object
com.dynamicpdf.api.PdfInformation

public class PdfInformation extends Object
  • Method Details

    • getAuthor

      public String getAuthor()
      Gets the author.
      Returns:
      The author.
    • setAuthor

      public void setAuthor(String value)
      Sets the author.
      Parameters:
      value - The author.
    • getSubject

      public String getSubject()
      Gets the subject.
      Returns:
      The subject.
    • setSubject

      public void setSubject(String value)
      Sets the subject.
      Parameters:
      value - The subject.
    • getKeywords

      public String getKeywords()
      Gets the keywords.
      Returns:
      The keywords.
    • setKeywords

      public void setKeywords(String value)
      Sets the keywords.
      Parameters:
      value - The keywords.
    • getCreator

      public String getCreator()
      Gets the creator.
      Returns:
      The creator.
    • setCreator

      public void setCreator(String value)
      Sets the creator.
      Parameters:
      value - The creator.
    • getProducer

      public String getProducer()
      Gets the producer.
      Returns:
      The producer.
    • setProducer

      public void setProducer(String value)
      Sets the producer.
      Parameters:
      value - The producer.
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      The title.
    • setTitle

      public void setTitle(String value)
      Sets the title.
      Parameters:
      value - The title.
    • getPages

      public List<PageInformation> getPages()
      Gets the collection of PageInformation.
      Returns:
      The collection of PageInformation.
    • setPages

      public void setPages(List<PageInformation> value)
      Sets the collection of PageInformation.
      Parameters:
      value - The collection of PageInformation.
    • getFormFields

      public FormFieldInformation getFormFields()
      Gets the form fields.
      Returns:
      The form fields.
    • setFormFields

      public void setFormFields(FormFieldInformation value)
      Sets the form fields.
      Parameters:
      value - The form fields.
    • getCustomProperties

      public Dictionary<String,​String> getCustomProperties()
      Gets the custom properties.
      Returns:
      The custom properties.
    • setCustomProperties

      public void setCustomProperties(Dictionary<String,​String> value)
      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.