Skip to content

Input a school manual reader, output a pdf. Only support demo.educadhoc.fr for the moment.

Notifications You must be signed in to change notification settings

quentin72000/SchoolManuelReaderToPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchoolManuelReaderToPDF

Input a school manual reader, output a pdf.

Actually supported reader

  • demo.educadhoc.fr
  • More coming soon !

Requirement

  • Node 16 or higher (Tested with node V19)
  • Npm
  • Internet connection (obviously)

Installation

Install the project with npm:

  npm install

Configuration

You can edit the following settings in the config.js file:

module.exports = {
    quality: 2, // Higher number gets better quality but also bigger files !
    headless: true //  Control if it shows or not the browser. True = no browser. (Should be true for server or panel things !)
}

Run the program

To run this project do:

  node .

Authors

About

Input a school manual reader, output a pdf. Only support demo.educadhoc.fr for the moment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published