export_pdfs_json

Function export_pdfs_json 

Source
pub(crate) async fn export_pdfs_json(
    pdfs: Vec<PdfFile>,
    file_path: String,
) -> Result<(), String>