Package com.winnovative_software
Class PdfDocumentInfo
java.lang.Object
com.winnovative_software.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 Summary
Constructors -
Method Summary
Modifier 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 convertervoid
setAuthorName
(String authorName) Sets the name of the author of the PDF document generated by the HTML to PDF convertervoid
setCreatedDate
(DateAndTime createdDate) Sets the date and time when the PDF document was createdvoid
setKeywords
(String keywords) Sets the keywords of the PDF document generated by the HTML to PDF convertervoid
setSubject
(String subject) Sets the subject of the PDF document generated by the HTML to PDF convertervoid
Sets 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
-
PdfDocumentInfo
public PdfDocumentInfo()
-
-
Method Details
-
authorName
Gets 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
-
setAuthorName
Sets 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
-
createdDate
Gets the date and time when the PDF document was created- Returns:
- the creation date
-
setCreatedDate
Sets the date and time when the PDF document was created- Parameters:
createdDate
- the creation date to set
-
keywords
Gets the keywords of the PDF document generated by the HTML to PDF converter- Returns:
- the keywords of the PDF document
-
setKeywords
Sets the keywords of the PDF document generated by the HTML to PDF converter- Parameters:
keywords
- the keywords to set
-
Subject
Gets the subject of the PDF document generated by the HTML to PDF converter- Returns:
- the subject of the PDF document
-
setSubject
Sets the subject of the PDF document generated by the HTML to PDF converter- Parameters:
subject
- the subject to set
-
Title
Gets the title of the PDF document generated by the HTML to PDF converter- Returns:
- the title of the PDF document
-
setTitle
Sets the title of the PDF document generated by the HTML to PDF converter- Parameters:
title
- the title to set
-