Class Metadata_Api
java.lang.Object
com.ironsoftware.ironpdf.internal.staticapi.Metadata_Api
The type Metadata api.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetAuthor(InternalPdfDocument internalPdfDocument) Gets the Author of the document.static StringgetCreationDate(InternalPdfDocument internalPdfDocument) Gets the PDF file creation DateTime.static StringgetCreator(InternalPdfDocument internalPdfDocument) Gets the Creator of the document.static StringgetKeywords(InternalPdfDocument internalPdfDocument) Gets Keywords of the document.static StringgetMetadata(InternalPdfDocument internalPdfDocument, String key) Gets any metadata value of the document form given key.static StringgetModifiedDate(InternalPdfDocument internalPdfDocument) Gets the PDF file last-modified DateTime.static StringgetProducer(InternalPdfDocument internalPdfDocument) Gets the Producer of the document.static StringgetSubject(InternalPdfDocument internalPdfDocument) Gets Subject of the document.static StringgetTitle(InternalPdfDocument internalPdfDocument) Gets the Title of the document.static voidremoveMetadata(InternalPdfDocument internalPdfDocument, String key) Method for removing Metadata property by its name.static voidsetAuthor(InternalPdfDocument internalPdfDocument, String value) Sets the Author of the document.static voidsetCreationDate(InternalPdfDocument internalPdfDocument, String value) Sets the PDF file creation DateTime.static voidsetCreator(InternalPdfDocument internalPdfDocument, String value) Sets the Creator of the document.static voidsetKeywords(InternalPdfDocument internalPdfDocument, String value) Sets Keywords of the document.static voidsetMetadata(InternalPdfDocument internalPdfDocument, String key, String value) Sets any metadata value of the document form given key.static voidsetModifiedDate(InternalPdfDocument internalPdfDocument, String value) Gets the PDF file last-modified DateTime.static voidsetProducer(InternalPdfDocument internalPdfDocument, String value) Sets the Producer of the document.static voidsetSubject(InternalPdfDocument internalPdfDocument, String value) Sets the Subject of the document.static voidsetTitle(InternalPdfDocument internalPdfDocument, String value) Sets the Title of the document.
- 
Constructor Details- 
Metadata_Apipublic Metadata_Api()
 
- 
- 
Method Details- 
getAuthorGets the Author of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the author
 
- 
getMetadataGets any metadata value of the document form given key.- Parameters:
- internalPdfDocument- the internal pdf document
- key- the key
- Returns:
- the metadata
 
- 
setAuthorSets the Author of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
setMetadataSets any metadata value of the document form given key.- Parameters:
- internalPdfDocument- the internal pdf document
- key- the key
- value- the value
 
- 
getCreationDateGets the PDF file creation DateTime.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the creation date
 
- 
setCreationDateSets the PDF file creation DateTime.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getModifiedDateGets the PDF file last-modified DateTime.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the modified date
 
- 
setModifiedDateGets the PDF file last-modified DateTime.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getCreatorGets the Creator of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the creator
 
- 
setCreatorSets the Creator of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getKeywordsGets Keywords of the document. This helps search indexes and operating systems correctly index the PDF.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the keywords
 
- 
setKeywordsSets Keywords of the document. This helps search indexes and operating systems correctly index the PDF.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getProducerGets the Producer of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the producer
 
- 
setProducerSets the Producer of the document.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getSubjectGets Subject of the document. This helps search indexes and operating systems correctly index the PDF, and may appear in PDF viewer software.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the subject
 
- 
setSubjectSets the Subject of the document. This helps search indexes and operating systems correctly index the PDF, and may appear in PDF viewer software.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
getTitleGets the Title of the document. This helps search indexes and operating systems correctly index the PDF, and may appear in PDF viewer software.- Parameters:
- internalPdfDocument- the internal pdf document
- Returns:
- the title
 
- 
setTitleSets the Title of the document. This helps search indexes and operating systems correctly index the PDF, and may appear in PDF viewer software.- Parameters:
- internalPdfDocument- the internal pdf document
- value- the value
 
- 
removeMetadataMethod for removing Metadata property by its name.- Parameters:
- internalPdfDocument- the internal pdf document
- key- The name of the property.
 
 
-