/pdf-to-image-telegram-bot

Pdf to Image Converter - A simple tool to convert pdf to image in Telegram

Primary LanguageJavaScript

Pdf to Image Converter - A simple tool to convert pdf to image in Telegram

Introduction

This is a simple tool to convert pdf to image in Telegram.

Bot Link

@pdf_to_image_bot

Usage

  1. Send a pdf file to the bot.
  2. The bot will excract the pdf file to images and send them to you.
  3. It will delete the pdf file and all the images after it sends them to you.

Installation

You can install the dependencies with these commands.

npm:

npm install

yarn:

yarn

Deployment

To Start this project run

npm:

npm run start

yarn:

yarn start