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 installto install all thenode_modules - Run
npm run initwhich will create atempfolder for storing pdf and pptx for conversion. - Run
node app.jsto run the application.
- Used libraries to convert PDF to PPTX simplypdf.com