Class PagesInput
-
- All Implemented Interfaces:
public final class PagesInput extends PdfRendererInput
Allows to set PDF rendering input as a list of pages
-
-
Constructor Summary
Constructors Constructor Description PagesInput(List<Page> pages, PdfConfig pdfConfig, File outputFile)
-
Method Summary
Modifier and Type Method Description Integer
getSize()
final List<Page>
getPages()
PdfConfig
getPdfConfig()
File
getOutputFile()
-