Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.render |
Modifier and Type | Method and Description |
---|---|
static PdfDocument |
PdfDocument.fromImage(List<Path> imagesPath,
ImageBehavior imageBehavior,
PaperSize paperSize)
Converts a single image file to an identical PDF document of matching dimensions.
|
static PdfDocument |
PdfDocument.fromImage(List<Path> imagesPath,
PaperSize paperSize)
Converts a single image file to an identical PDF document of matching dimensions.
|
Modifier and Type | Method and Description |
---|---|
PaperSize |
ChromePdfRenderOptions.getPaperSize()
Gets paper size.
|
static PaperSize |
PaperSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaperSize[] |
PaperSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChromePdfRenderOptions.setPaperSize(PaperSize value)
Sets paper size.
|
Copyright © 2022–2023 Iron Software. All rights reserved.