pdf_oxide_cli 0.3.45

CLI for pdf-oxide — the fastest PDF toolkit. 22 commands: text extraction, PDF to markdown, search, merge, split, images, compress, encrypt, watermark, forms, and more.
Documentation
1
2
3
4
5
pub fn run() -> pdf_oxide::Result<()> {
    Err(pdf_oxide::Error::Unsupported(
        "Encryption CLI is planned for v0.4.0. Use the library API directly for now.".to_string(),
    ))
}