From 5e7a0f5634705074933a6e440e626b95ec1784a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Fri, 31 May 2024 16:27:24 +0200 Subject: [PATCH] chore: add links to converters --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ac1ad3..a253013 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ A self-hosted online file converter. Supports 831 different formats. Written wit ## Converters supported -| Converter | Use case | Converts from | Converts to | -|----------------|---------------|---------------|-------------| -| Vips | Images (fast) | 45 | 23 | -| PDFLaTeX | Documents | 1 | 1 | -| Pandoc | Documents | 43 | 65 | -| GraphicsMagick | Images | 166 | 133 | -| FFmpeg | Video | ~473 | ~280 | +| Converter | Use case | Converts from | Converts to | +|------------------------------------------------------------------------------|---------------|---------------|-------------| +| [Vips](https://github.com/libvips/libvips) | Images (fast) | 45 | 23 | +| [PDFLaTeX](https://www.math.rug.nl/~trentelman/jacob/pdflatex/pdflatex.html) | Documents | 1 | 1 | +| [Pandoc](https://pandoc.org/) | Documents | 43 | 65 | +| [GraphicsMagick](http://www.graphicsmagick.org/) | Images | 166 | 133 | +| [FFmpeg](https://ffmpeg.org/) | Video | ~473 | ~280 |