| Package | Description |
|---|---|
| com.ironsoftware.ironpdf |
| Modifier and Type | Method and Description |
|---|---|
static NaturalLanguages |
NaturalLanguages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaturalLanguages[] |
NaturalLanguages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PdfDocument |
PdfDocument.convertToPdfUA(NaturalLanguages naturalLanguages)
Convert the current document into the specified PDF/UA standard format
|
PdfDocument |
PdfDocument.saveAsPdfUA(String filePath,
NaturalLanguages naturalLanguages)
Save the current document into the specified PDF/UA standard format.
|
Copyright © 2022–2025 Iron Software. All rights reserved.