laurensk / digi4school-pdf

Download and generate PDF-files of your digi4school books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digi4school-pdf

Welcome to digi4school-pdf! This script lets you download your books from digi4school.

Requirements

  1. Node.JS & NPM (test with node --version and npm --version)
  2. Java 8+ (test with java --version)

Installation

  1. Clone this repository using HTTPS or Git.
  2. Run npm install in the root directory of the project.

Usage

To download a book, open a new terminal window in the root directory of the project and execute the script by typing npm start. Now, you have to provide the URL of the book to download as well as your login credentials for digi4school.

Paste the URL of your book: https://a.digi4school.at/ebook/0000/
Username/Email: mail@example.com
Password: ********

You can see the progress of the download in the console and when the PDF-file has been generated, you can use a file explorer to navigate to the subdirectory book/ to find your generated PDF-file.

Disclaimer

This project is for educational purposes only and it's illegal to download and/or use the generated PDF-files.

About

Download and generate PDF-files of your digi4school books.


Languages

Language:TypeScript 100.0%