Quickstart
Convert a local file
convertFile returns markpdf::Result<ConversionResult, MarkpdfError> — a type like expected<T, E> (similar to C++23’s std::expected, available here as its own C++17-compatible implementation). Check with if (!result) before accessing the value.
