Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling pdf-link-checker in windows CMD not working #11

Open
mkieledunsche opened this issue Jul 6, 2023 · 0 comments
Open

Calling pdf-link-checker in windows CMD not working #11

mkieledunsche opened this issue Jul 6, 2023 · 0 comments

Comments

@mkieledunsche
Copy link

mkieledunsche commented Jul 6, 2023

When installing via pip the pdf-link-checker is copied to Python's scripts folder (registered as PATH).
Calling the script with pdf-link-checker my-awesome-slides.pdf as described in README doesn't work as windows doesn't associate the file as python script due to missing file extension.

possible workaround:
call via py %USERPROFILE%\AppData\Local\Programs\Python\Python39\Scripts\pdf-link-checker my-awesome-slides.pdf

suggestion for solution:
update file to include file ending *.py when installing under windows. This would enable being called form CMD with pdf-link-checker.py my-awesome-slides.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant