Skip to main content

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.

Convert from URL

CMakeLists.txt minimum

Request metadata in addition to Markdown

Siguiente paso