Skip to content

Instantly share code, notes, and snippets.

@whym
Created June 16, 2011 21:45
Show Gist options
  • Select an option

  • Save whym/1030369 to your computer and use it in GitHub Desktop.

Select an option

Save whym/1030369 to your computer and use it in GitHub Desktop.
download every PDF of ACL-HLT 2011 and extract the first pages of them and join into one PDF. pdfjam is required.
for i in `seq_p 1001 5006`; do wget http://www.aclweb.org/anthology/P/P11/P11-$i.pdf ; done && \
pdfjam P11-*.pdf 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment