https://github.com/kohchihao/pdf2ppt
PDF2PPT Telegram bot
https://github.com/kohchihao/pdf2ppt
pdf pdf2ppt ppt pptx telegram telegram-bot
Last synced: 2 months ago
JSON representation
PDF2PPT Telegram bot
- Host: GitHub
- URL: https://github.com/kohchihao/pdf2ppt
- Owner: kohchihao
- License: mit
- Created: 2018-08-22T03:13:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T01:04:53.000Z (about 7 years ago)
- Last Synced: 2024-04-16T08:12:06.252Z (over 1 year ago)
- Topics: pdf, pdf2ppt, ppt, pptx, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/pdf2ppt_bot
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Used libraries to convert PDF to PPTX
[simplypdf.com](https://simplypdf.com)