Extract all the links in a PDF file. Useful if you want to extract sources in a PDF.
- Download the python file
pdf_link_extractor.pyor copy the code. - Create a python environment and run
pip install PyPDF2. - Then run
python3 pdf_link_extractor.pyand follow the instructions.