Skip to content

Download slideshare slides as images and combine them to make final pdf

License

Notifications You must be signed in to change notification settings

huuhoa/slideshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slideshare

Download slideshare slides as images and combine them to make final pdf

Prerequisites

  • aria2c: for downloading images from web
  • convert: from ImageMagick for converting image to pdf

The following python modules are required to install first

  • lxml
  • requests

Install

Clone GIT repository to local drive and execute setup.py

$ git clone https://github.com/huuhoa/slideshare.git
$ cd slideshare
$ python setup.py install

Usage

Append slideshare urls to runner.py to array all_urls, then from command line call

$ python runner.py

Or from command line

$ python
> import slideshare
> slideshare.download("url-to-slide")

About

Download slideshare slides as images and combine them to make final pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages