Only outputs "Hello, world!" on all PDFs
Is that an error message? Using 0.1.0 from crates.io
I created a PDF with Libreoffice, same thing. Every PDF I open.
There is no help, nothing.
Uhm... is this a placeholder?
Hello, thank you for your interest in this project.
Yes, the code on crates.io should be quite outdated, though I didn't realize it was just placeholder code. I would suggest either vendoring this library or using a git dependency.
There's example usage in src/main.rs. Using this dependency will require modifying the code, likely nontrivially. Unless there is a feature this library implements that https://github.com/pdf-rs/pdf doesn't, it's probably better to prefer that library. If there is something that only this library implements, I'd be curious to hear more about your use-case.