Class PdfPageFactory
java.lang.Object
com.itextpdf.kernel.pdf.PdfPageFactory
- All Implemented Interfaces:
IPdfPageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePdfPage(PdfDictionary pdfObject) CreatePdfPageon the base of the pagePdfDictionary.createPdfPage(PdfDocument pdfDocument, PageSize pageSize) CreatePdfPagewith given page size and add it to thePdfDocument.
-
Constructor Details
-
PdfPageFactory
PdfPageFactory()
-
-
Method Details
-
createPdfPage
Description copied from interface:IPdfPageFactoryCreatePdfPageon the base of the pagePdfDictionary.- Specified by:
createPdfPagein interfaceIPdfPageFactory- Parameters:
pdfObject- thePdfDictionaryobject on which thePdfPagewill be based- Returns:
- created
PdfPage
-
createPdfPage
Description copied from interface:IPdfPageFactoryCreatePdfPagewith given page size and add it to thePdfDocument.- Specified by:
createPdfPagein interfaceIPdfPageFactory- Parameters:
pdfDocument-PdfDocumentto add pagepageSize-PageSizeof the created page- Returns:
- created
PdfPage
-