Image to PDF Telegram Bot This Telegram bot converts images to PDF files for easy sharing and storage. It's designed to be user-friendly and offers a simple way to convert multiple images into a single PDF document.
Features Image Conversion: Converts various image formats (JPEG, PNG, etc.) to PDF. Telegram Integration: Seamlessly converts images sent via Telegram into PDF files. High-Quality PDF Output: Ensures high-quality PDF output without watermarks. Custom PDF Names: Option to set custom names for the generated PDFs. Usage Start the Bot: Start a conversation with the bot on Telegram. Send Images: Send one or multiple images to the bot. Convert to PDF: Use the bot's commands to convert the images to PDF format. Receive PDF: Receive the converted PDF file for download or sharing. Getting Started To run this bot locally or deploy it on your own server, follow these steps:
Clone the repository:
bash Copy code git clone https://github.com/your-username/image-to-pdf-bot.git Install the necessary dependencies:
Copy code pip install -r requirements.txt Set up your Telegram bot token and other configurations in the config.py file.
Run the bot:
css Copy code python main.py Contribution Contributions are welcome! If you'd like to improve this bot, feel free to fork the repository, make changes, and submit a pull request.