This is a simple tool to convert pdf to image in Telegram.
- Send a pdf file to the bot.
- The bot will excract the pdf file to images and send them to you.
- It will delete the pdf file and all the images after it sends them to you.
You can install the dependencies with these commands.
npm:
npm install
yarn:
yarn
To Start this project run
npm:
npm run start
yarn:
yarn start