Uses of Class
com.ironsoftware.ironpdf.standard.PdfAVersions
-
Packages that use PdfAVersions Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.standard -
-
Uses of PdfAVersions in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type PdfAVersions Modifier and Type Method Description PdfDocument
PdfDocument. convertToPdfA(PdfAVersions pdfAVersion)
Convert the current document into the specified PDF-A standard formatPdfDocument
PdfDocument. convertToPdfA(PdfAVersions pdfAVersion, String customICCFilePath)
Convert the current document into the specified PDF-A standard formatPdfDocument
PdfDocument. saveAsPdfA(String filePath, PdfAVersions pdfAVersion)
Save the current document into the specified PDF-A standard formatPdfDocument
PdfDocument. saveAsPdfA(String filePath, PdfAVersions pdfAVersion, String customICCFilePath)
Save the current document into the specified PDF-A standard format -
Uses of PdfAVersions in com.ironsoftware.ironpdf.standard
Methods in com.ironsoftware.ironpdf.standard that return PdfAVersions Modifier and Type Method 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.
-