Package com.evopdf
Class PdfDocumentInfo
java.lang.Object
com.evopdf.PdfDocumentInfo
This class encapsulates the options to control the PDF document description
 (author, title, keywords, etc). The HtmlToPdfConverter class exposes a
 reference to an object of this type in the
 
HtmlToPdfConverter.pdfDocumentInfo() property- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the name of the author of the PDF document generated by the HTML to PDF converterGets the date and time when the PDF document was createdkeywords()Gets the keywords of the PDF document generated by the HTML to PDF convertervoidsetAuthorName(String authorName) Sets the name of the author of the PDF document generated by the HTML to PDF convertervoidsetCreatedDate(DateAndTime createdDate) Sets the date and time when the PDF document was createdvoidsetKeywords(String keywords) Sets the keywords of the PDF document generated by the HTML to PDF convertervoidsetSubject(String subject) Sets the subject of the PDF document generated by the HTML to PDF convertervoidSets the title of the PDF document generated by the HTML to PDF converterSubject()Gets the subject of the PDF document generated by the HTML to PDF converterTitle()Gets the title of the PDF document generated by the HTML to PDF converter
- 
Constructor Details- 
PdfDocumentInfopublic PdfDocumentInfo()
 
- 
- 
Method Details- 
authorNameGets the name of the author of the PDF document generated by the HTML to PDF converter- Returns:
- the name of the author of the PDF document
 
- 
setAuthorNameSets the name of the author of the PDF document generated by the HTML to PDF converter- Parameters:
- authorName- the name of the author of the PDF document to set
 
- 
createdDateGets the date and time when the PDF document was created- Returns:
- the creation date
 
- 
setCreatedDateSets the date and time when the PDF document was created- Parameters:
- createdDate- the creation date to set
 
- 
keywordsGets the keywords of the PDF document generated by the HTML to PDF converter- Returns:
- the keywords of the PDF document
 
- 
setKeywordsSets the keywords of the PDF document generated by the HTML to PDF converter- Parameters:
- keywords- the keywords to set
 
- 
SubjectGets the subject of the PDF document generated by the HTML to PDF converter- Returns:
- the subject of the PDF document
 
- 
setSubjectSets the subject of the PDF document generated by the HTML to PDF converter- Parameters:
- subject- the subject to set
 
- 
TitleGets the title of the PDF document generated by the HTML to PDF converter- Returns:
- the title of the PDF document
 
- 
setTitleSets the title of the PDF document generated by the HTML to PDF converter- Parameters:
- title- the title to set
 
 
-