Skip to content

kohchihao/pdf2ppt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2ppt

In my university, slides typically come in PDF format which is not useful for students because we might want to doodle or type notes directly into the slide itself. This is why this Telegram chatbot was born.

Setup

  1. Run npm install to install all the node_modules
  2. Run npm run init which will create a temp folder for storing pdf and pptx for conversion.
  3. Run node app.js to run the application.

Credits