Hi everyone,
I build some "online" converters as a side project in the last weeks.
The difference to existing conversion websites is, that my converters don't upload your files. Everything happens in your browser on your device (with the help of a lot of great Open Source Javascript libraries).
I think privacy is an essential feature for a service like this, so my converters also don't use google analytics or any other form of tracking (in fact they use no external resources at all).
I started this because I ended up with some .heic files from my iPhone and had to use ImageMagick every time I wanted to upload them somewhere. So now there is https://heic.to-jpg.com and I can just drag and drop .heic-files there to convert them to jpg.
Next I needed to send some stuff to my accountant, so I made pictures, but he wanted a pdf. So I made https://png.to-pdf.net and I can drag and drop multiple png's and it will return a pdf with one image per page.
There are a lot of other converters that basically came free with the libraries I used, you can find them all in the sidebar (e.g. https://tiff.to-png.com).
I hope some of you will find this usefull.