pdf-annotations-converter

Converts annotations found in PDF files to different formats.

```sh USAGE: cat annotations.txt | pdf-annotations-converter [OPTIONS] > notes.md

FLAGS: -h, --help Prints help information -n, --numbers Flag specifying if page numbers should be included -V, --version Prints version information

OPTIONS: -p, --page-offset Offset of first numbered page (see --numbers flag) [default: 0] ```

Installation

sh cargo install pdf-annotations-converter

Supported Annotations

At this point annotations generated with GoodReader are supported. These annotations are obtained by using the export via email feature.

No email account needs to be connected to do this as you can just pretend to send them via email and copy them to the clipboard to them transfer them via a different mechanism, i.e. via Notes.

Supported Renderers

At this point rendering to markdown is supported.

Documentation

License

MIT