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.
- Run
npm install
to install all thenode_modules
- Run
npm run init
which will create atemp
folder for storing pdf and pptx for conversion. - Run
node app.js
to run the application.
- Used libraries to convert PDF to PPTX simplypdf.com