Package com.itextpdf.pdfa
Class PdfAPageFactory
java.lang.Object
com.itextpdf.pdfa.PdfAPageFactory
- All Implemented Interfaces:
IPdfPageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePdfPage
(PdfDictionary pdfObject) CreatePdfPage
on the base of the pagePdfDictionary
.createPdfPage
(PdfDocument pdfDocument, PageSize pageSize) CreatePdfPage
with given page size and add it to thePdfDocument
.
-
Constructor Details
-
PdfAPageFactory
PdfAPageFactory()
-
-
Method Details
-
createPdfPage
Description copied from interface:IPdfPageFactory
CreatePdfPage
on the base of the pagePdfDictionary
.- Specified by:
createPdfPage
in interfaceIPdfPageFactory
- Parameters:
pdfObject
- thePdfDictionary
object on which thePdfPage
will be based- Returns:
- created
PdfPage
-
createPdfPage
Description copied from interface:IPdfPageFactory
CreatePdfPage
with given page size and add it to thePdfDocument
.- Specified by:
createPdfPage
in interfaceIPdfPageFactory
- Parameters:
pdfDocument
-PdfDocument
to add pagepageSize
-PageSize
of the created page- Returns:
- created
PdfPage
-