What is the best way to download PDFs from PubMed programmatically. For example, given a PubMed URL:
Whats the best way to obtain the PDF of the paper? I've tried to use NCBI eutils and other things, but can't seem to find a solution. Thanks for your time.
see if this similar question can help you: http://www.biostars.org/post/show/2928/taverna-workflow-to-retrieve-1500-papers-for-one-or-two-keywords-as-plain-text/
I'm using PaperFetch from http://www.papertoolbox.com and it's really cool.
For anyone still looking into this, I updated the program to work with the current version of ruby in 2015 (version 2.1.2).
https://github.com/billgreenwald/Pubmed-Batch-Download
I forked your repo bill and packaged it so it is easier to run in python https://github.com/ddomingof/PubMed2PDF