Package | Description |
---|---|
com.ironsoftware.ironpdf | |
com.ironsoftware.ironpdf.image | |
com.ironsoftware.ironpdf.internal.staticapi |
Modifier and Type | Method and Description |
---|---|
static PdfDocument |
PdfDocument.fromImage(List<Path> imagesPath,
ImageBehavior imageBehavior)
Converts a single image file to an identical PDF document of matching dimensions.
|
static PdfDocument |
PdfDocument.fromImage(List<Path> imagesPath,
ImageBehavior imageBehavior,
ChromePdfRenderOptions renderOptions)
Converts a single image file to an identical PDF document of matching dimensions.
|
static PdfDocument |
PdfDocument.fromImage(List<Path> imagesPath,
ImageBehavior imageBehavior,
PaperSize paperSize)
Converts a single image file to an identical PDF document of matching dimensions.
|
Modifier and Type | Method and Description |
---|---|
static ImageBehavior |
ImageBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageBehavior[] |
ImageBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InternalPdfDocument |
Image_Api.imageToPdf(List<Image_Api.ImageData> imagesData,
ImageBehavior imageBehavior,
ChromePdfRenderOptions renderOptions)
Converts multiple image files to a PDF document.
|
Copyright © 2022–2023 Iron Software. All rights reserved.