1.0.2 • Published 5 years ago

shareslide v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

ShareSlide

ShareSlide is a typescript based cli-app for downloading slides from Slideshare. It can download slides without logging in. Images of each page is downloaded and then exported to required format.

Supported formats:

  • jpg
  • ppt
  • pdf(coming soon)
  • docx(coming soon)

Installation

Shareslide requires Node.js to run.

$ npm install -g shareslide

Usage

$ shareslide -l https://slideshare.net/somerandomslide

Argument list

ArgumentDefaultValuesDescription
-l-Slideshare URLURL of the slide
-qmediumlow, medium, highResolution of image to download
-pCurrent working directoryrelative pathDownload path
-fjpgjpg, pptx, pdfFormat for export
-c5nNumber of concurrent downloads

Todo

  • Add more export formats
  • Delete temp images after export

Limitations

Slide is downloaded as an image so text cannot be selected or copied form the exported file.

License

MIT

Free Software, Hell Yeah!