| Package | Description |
|---|---|
| com.ironsoftware.ironpdf | |
| com.ironsoftware.ironpdf.internal.staticapi | |
| com.ironsoftware.ironpdf.standard |
| Modifier and Type | Method and Description |
|---|---|
PdfDocument |
PdfDocument.convertToPdfA(PdfAVersions pdfAVersion)
Convert the current document into the specified PDF-A standard format
|
PdfDocument |
PdfDocument.convertToPdfA(PdfAVersions pdfAVersion,
String customICCFilePath)
Convert the current document into the specified PDF-A standard format
|
PdfDocument |
PdfDocument.saveAsPdfA(String filePath,
PdfAVersions pdfAVersion)
Save the current document into the specified PDF-A standard format
|
PdfDocument |
PdfDocument.saveAsPdfA(String filePath,
PdfAVersions pdfAVersion,
String customICCFilePath)
Save the current document into the specified PDF-A standard format
|
| Modifier and Type | Method and Description |
|---|---|
static InternalPdfDocument |
PdfDocument_Api.toPdfA(InternalPdfDocument internalPdfDocument,
byte[] customICCFileBytes,
PdfAVersions pdfAVersion) |
| Modifier and Type | Method and Description |
|---|---|
static PdfAVersions |
PdfAVersions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfAVersions[] |
PdfAVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022–2025 Iron Software. All rights reserved.