Go to file
neko b16691895f Add README.md 2025-01-27 11:04:47 +05:00
.gitignore Remove TODO.md from .gitignore 2025-01-21 20:11:34 +05:00
Dockerfile Add optional unoserver support 2025-01-21 19:16:10 +05:00
README.md Add README.md 2025-01-27 11:04:47 +05:00
main.py Remove a typo from startResponder 2025-01-23 12:07:14 +02:00

README.md

TG2PDF

This telegram bot converts any libreoffice-supported document into a pdf file. It uses pyrogram, libreoffice and optionally unoserver. The unoserver dependency is entirely optional - however it improves theoretical processing speed, so its included into Dockerfile by default.

Quickstart

git clone https://git.darkn.space/neko/tg2pdf.git
cd tg2pdf
podman build -t tg2pdf .
podman run --name tg2pdf -d tg2pdf:latest