A simple pdf size compressing telegram robot witten in python.

Overview

Pdf Compressor Telegram Bot

##About :

A simple pdf size compressing telegram robot witten in python. Mostly useful for digital documentation.

Deploy to Heroku:

Mandatory Variables:

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather

Deploy Locally:

Create a config.py with the above mandatory variables (Refer sample_config.py) and save it in the current working directory.

git clone https://github.com/m4mallu/compress-pdf-tg-bot
cd uniquify
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py

Credits:


Developer: ๐‘…๐‘’๐“ƒ๐’ฟ๐’พ๐“‰๐’ฝ ๐‘€๐’ถ๐“ƒ๐‘”๐’ถ๐“

Update Channel: Here


GPL3

Owner
Renjith Mangal
๐Ÿ•ด๐ŸผAlways quest for ma Kick ๐Ÿ•ด๐ŸผKeeping my demon dormant๐Ÿ•ด๐Ÿผ
Renjith Mangal
Converting Html files to pdf using python script, pdfkit module and wkhtmltopdf.

Html-to-pdf-pdfkit-wkhtml- This repository has code for converting local html files and online html resources into pdf. It is an python script which u

Hemachandran P 1 Nov 09, 2021
Auto Convert PDFs to png files in python

This python tool, which is an application of PyMuPDF module, could auto convert PDFs to png files

Bo-Yu 4 Dec 05, 2021
CLI tool to generate pdf invoices written in python

invoicepy CLI invoice tool, store and print invoices as pdf. save companies and customers for later use. installation pip install invoicepy config co

Adam Wojtczak 9 Aug 01, 2022
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python.

About Zen-Knit: Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. Inspired fro

Zen Reportz 27 Jul 13, 2022
Performing the following operations using python on PDF.

Python PDF Handling Tutorial Python is a highly versatile language with a huge set of libraries. It is a high level language with simple syntax. Pytho

Prajwol Lamichhane 131 Dec 16, 2022
Simple python tool created for downloading PDF.

PDFdownloader Usage Open PDF in full-screen mode Run scan.exe Enter how many pages you want to scan Focus PDF After scanning is done, run merge.exe En

5 Oct 27, 2021
A python library for extracting text from PDFs without losing the formatting of the PDF content.

Multilingual PDF to Text Install Package from Pypi Install it using pip. pip install multilingual-pdf2text The library uses Tesseract which can be ins

Shahrukh Khan 49 Nov 07, 2022
DietPDF aims at reducing PDF file size while not degrading quality nor losing metadata

DietPDF aims at reducing PDF file size while not degrading quality nor losing metadata

Frรฉdรฉric BISSON 6 Jul 27, 2022
Merge multiple PDF files into one.

PDF Merger Merge multiple PDF files into one. Usage % python pdf_merger.py -h usage: pdf_merger.py [-h] [-o OUTPUT] [-f [FILES ...]] optional argumen

Duo Apps 6 Oct 03, 2022
Excalibur: A web interface to extract tabular data from PDFs

Excalibur: A web interface to extract tabular data from PDFs Excalibur is a web interface to extract tabular data from PDFs, written in Python 3! It i

1.2k Jan 04, 2023
rst2pdf: Use a text editor. Make a PDF.

rst2pdf: Use a text editor. Make a PDF.

rst2pdf 487 Jan 06, 2023
This is PDF Merger Application Developed using Just Python

This is PDF Merger Application Developed using Just Python

Sandeep Kumar Reddy 2 Nov 18, 2021
Mipdfcompressor - ๐Ÿ’•A simple pdf size compressing telegram robot

Pdf Compressor Telegram Bot A simple pdf size compressing telegram robot. Useful for digital documentation. Mandatory Variables API_HASH - Your A

Madhavan Mi 1 Feb 14, 2022
Program that locks/unlocks pdf files๐Ÿ

๐Ÿ ๐Ÿ“„ PDFtools ๐Ÿ“„ ๐Ÿ Programa que bloqueia/desbloqueia arquivos pdf Requisitos โ€ข Como usar โ€ข Capturas de Tela ๐Ÿšจ Aviso ๐Ÿšจ Altere os caminhos referente

Joรฃo Victor Vilela dos Santos 1 Nov 04, 2021
Simple pdf editor while preserving structure and format.

SIMPdf Simple pdf editor while preserving structure and format.

Shashwat Singh 242 Jan 04, 2023
Split given PDF document into 4 page groups and convert them to booklet format

PUTO: PDF to Booklet converter Split given PDF document into 4 page groups and convert them to booklet format. It creates a PDF like shown below: Fir

3 Mar 12, 2022
Svg2pdfgen - Svg To PDF gen with python

Svg2pdfgen - Svg To PDF gen with python

Robert Urbaล„czyk 3 May 30, 2022
Convert given source code into .pdf with syntax highlighting and more features

Code2pdf ๐Ÿ“  Convert given source code into .pdf with syntax highlighting and more features Build Status Version Downloads Python Demo Installation Bui

Tushar Gautam 343 Jan 05, 2023
JoplinPdf2Images - Converts a PDF to images in Joplin and adds it to the specified note as a printout

joplinPdf2Images Converts a PDF to images in Joplin and adds it to the specified

Morten Haahr Kristensen 2 Apr 20, 2022
Trata PDF para tornรก-lo compatรญvel com PDF/X e com impressoras em escala de cinza.

tratapdf Trata PDF para tornรก-lo compatรญvel com PDF/X e com impressoras em escala de cinza. dependรชncias icc-profiles ghostscript visualizador de PDF

1 Nov 30, 2021