pub(crate) async fn export_pdf( title: String, headers: Vec<String>, rows: Vec<Vec<String>>, file_path: String, ) -> Result<(), String>