Pearson-PDF-Downloader icon indicating copy to clipboard operation
Pearson-PDF-Downloader copied to clipboard

An utility to download ebooks pdf from pearson concurrently.

Pearson PDF Downloader

Pearson PDF Downloader is a utility to download ebook from https://elibrary.in.pearson.com/ considering you have the book_id.

Installation

Install all the requirements

pip install -r requirements.txt

Usage

The steps to get pearson book_id is shown below:

  1. Login to https://elibrary.in.pearson.com/ with your credentials.
  2. Search and open the book you want to download
  3. Get book_id and page_count using inspect element enter image description here After getting book_id and page_count you can download the pdf running. python pdl.py enter image description here The ebooks are downloaded as pdf.

TODOS:

Right now, I'm only able to download image as pdfs which is larger in size. I was able to grab the zip file that contains the true pdf for the book which is unfortunately password protected.

  • [x] Concurrency
  • [x] Convert images to pdf
  • [ ] Downloading true pdf