Skip to content

tgulacsi/agostle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3b9207 · Feb 14, 2025
Aug 28, 2022
Feb 14, 2025
Aug 23, 2024
Feb 14, 2025
Jun 25, 2024
Nov 8, 2022
Jul 19, 2018
Oct 14, 2021
Jul 4, 2016
Jul 4, 2016
Jul 17, 2024
Oct 9, 2024
Oct 9, 2024
Aug 27, 2023
Oct 9, 2024
Jul 9, 2021
Aug 28, 2022
Aug 28, 2022
Dec 13, 2017
Aug 12, 2023
Aug 12, 2023
Jun 30, 2021
Jul 4, 2016
Jul 4, 2016
Dec 19, 2017
Aug 23, 2024
Aug 23, 2024
Aug 11, 2023
Dec 19, 2017

Repository files navigation

Agostle

Agostle is a kind of apostle - converts everything to PDF. Everything:

  • Text, Spreadsheet, HTML and other office-like documents with the help of LibreOffice,
  • Images with GraphicsMagick,
  • Email with agostle (by traversing the tree and applying the transformations as needed).

Install

go get github.com/tgulacsi/agostle

Usage

Agostle can be used for converting files, or start a HTTP server on port 8500, and respond to requests like /email/convert.

Build

The requirements.txt contains the needed programs, and a Dockerfile is present for Docker users, to be able to have a converter with every needed program installed, without polluting your environment.

Build agostle and the tgulacsi/agostle container:

  go run make.go