To test out the code, first clone the repo to your system. Then in Zotero, navigate to the collection where you want to copy the PDFs from and select all of the files in the list using CTRL + A. Then Press CTRL + SHIFT + C to copy all of the BibTex data to your clipboard. With the data in your clipboard, run the following command:
It will then copy all of the PDF files from the data you copied to the output folder you specified! If you run into any issues, feel free to open an issue on the github :)
https://github.com/malekinho8/zotero-pdf-linker
To test out the code, first clone the repo to your system. Then in Zotero, navigate to the collection where you want to copy the PDFs from and select all of the files in the list using CTRL + A. Then Press CTRL + SHIFT + C to copy all of the BibTex data to your clipboard. With the data in your clipboard, run the following command:
`python3 copypdfs.py [your_folder_name_here] --output-dir=[your_default_output_directory_here]`
It will then copy all of the PDF files from the data you copied to the output folder you specified! If you run into any issues, feel free to open an issue on the github :)