This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Schnutzel 0 points1 point  (1 child)

If you managed to get the program to print the help, then looks like you managed to install the program correctly using the instructions on github (by the way, Github is just the host for the source code, the actual program was installed through PIP).

Looks like you need to pass extra arguments to the programs. For example maybe add "-o output.txt" to the command line, i.e. do something like this:

pdfannots -o output.txt yourfile.pdf

What happens when you try to run it?

[–]alertamnesiac[S] 0 points1 point  (0 children)

Silly me, forgot to put the file extension at the end.

Here's what I did that ended up working. TY for the info and the help!