"Failed to load PDFium from '{path}' and the system library. Developer action (from repo root): run the build script once to download the required PDFium version: `cd app/Build` and `dotnet run build`. Details: library error: '{library_error}'; system error: '{system_error}'."
warn!("No custom PDFium library path set; trying to load PDFium from the system library.");
matchPdfium::bind_to_system_library(){
Ok(binding)=>Ok(Pdfium::new(binding)),
Err(system_error)=>{
error!(
"Failed to load PDFium from the system library. Developer action (from repo root): run the build script once to download the required PDFium version: `cd app/Build` and `dotnet run build`. Details: '{system_error}'."