use fmt;
/// Enum to represent different versions of the PDF specification.
/// See <https://pdfa.org/resource/pdf-specification-archive/> for more information on the PDF specifications
/// Implements fmt:Display trait (warning in rust 1.78.0) for PDFVersion, converting enum variants to their corresponding String representations.