2015-04-06 23:45:55 +02:00
# File Converter
## Description
2024-01-18 23:17:48 +01:00
2016-01-12 19:06:23 +01:00
**File Converter** is a very simple tool which allows you to convert and compress one or several file(s) using the context menu of windows explorer.
2015-04-06 23:45:55 +02:00
2024-01-19 19:40:09 +01:00

2024-02-01 14:24:25 +01:00
You can download it here: [file-converter.io ](https://file-converter.io/?from=readme.md ).
2015-11-19 16:05:14 +01:00
2017-01-07 18:16:35 +01:00
You can find more information about what's in File converter and how to use it on the [wiki ](https://github.com/Tichau/FileConverter/wiki ).
2016-05-14 19:11:31 +02:00
2018-05-31 21:30:14 +02:00
## Donate
File Converter is a personal open source project started in 2014. I have put hundreds of hours adding, refining and tuning File Converter with the goal of making the conversion and compression of files an easy task for everyone.
2020-12-13 12:27:15 +01:00
You can help me by [contributing to the project ](https://github.com/Tichau/FileConverter/wiki#contribute ), by [making a donation ](https://www.paypal.com/donate/?cmd=_donations&business=3BDWQTYTTA3D8&item_name=File+Converter+Donations¤cy_code=EUR&Z3JncnB0= ) or just by [saying thanks ](https://saythanks.io/to/Tichau ) :).
2018-05-31 21:30:14 +02:00
2024-01-18 23:17:48 +01:00
## Troubleshooting
2018-10-17 18:50:09 +02:00
If you encounter any problem with File Converter, you can:
* See the already known problems in the [troubleshooting section of the documentation ](https://github.com/Tichau/FileConverter/wiki/Troubleshooting ).
* Or report an issue on the [bug tracker ](https://github.com/Tichau/FileConverter/issues ).
2024-01-18 23:17:48 +01:00
## Setup development environment
2018-05-22 08:05:20 +02:00
### Requirements
For File Converter and its explorer extension:
2024-01-18 23:17:48 +01:00
* Visual Studio 2022
2018-05-22 08:05:20 +02:00
For the installer:
2024-01-18 23:17:48 +01:00
2025-02-14 14:22:57 +01:00
* [Wix 5 ](http://wixtoolset.org/ ) (will be installed by nuget)
2024-01-18 23:17:48 +01:00
* [Community Visual Studio Extension ](https://marketplace.visualstudio.com/items?itemName=FireGiant.FireGiantHeatWaveDev17 )
* [Windows SDK Signing Tools for Desktop Apps ](https://developer.microsoft.com/fr-fr/windows/downloads/windows-10-sdk )
2018-05-22 08:05:20 +02:00
2015-11-25 23:07:32 +01:00
## Thanks
2019-04-17 18:53:32 +02:00
Thanks to all the contributors of File Converter project.
2017-01-27 17:51:34 +01:00
### Localization
2024-03-07 14:12:09 +01:00
* Thanks to **Khidreal** and **hugok79** for the Portuguese localization.
* Thanks to **Marhc** for the Brazilian localization.
* Thanks to **Chachak** for the Spanish localization.
* Thanks to **Davide** for the Italian localization.
* Thanks to **nikotschierske** for the German localization.
* Thanks to **Snoopy1866** for the Simplified Chinese localization.
* Thanks to **MayaC0re** for the Turkish localization.
* Thanks to **vishveshjain** for the Hindi localization.
* Thanks to **Mahmoud0Sultan** for the Arabic localization.
2025-02-14 15:50:17 +01:00
* Thanks to **Sedimentary-Rock** , **NeKoOuO** and **PeterDaveHello** for the Traditional Chinese localization.
2024-03-07 14:12:09 +01:00
* Thanks to **CrisBalGreece** for the Greek localization.
2024-03-19 19:44:55 +01:00
* Thanks to **AshiVered** for the Hebrew localization.
2025-02-14 14:16:02 +01:00
* Thanks to **MrHero118** and **Mehrdad32** for the Persian localization.
* Thanks to **crnobog69** for the Serbian localizations.
* Thanks to **oogamiyuta** for the Japanese localization.
* Thanks to **AidyTheWeird** for the Czech localization.
* Thanks to **Alanimdeo** for the Korean localization.
* Thanks to **vrykolakas166** for the Vietnamese localization.
* Thanks to **iliamak** for the Russian localization.
2017-01-27 17:51:34 +01:00
## Middlewares
2015-12-15 10:17:18 +01:00
File converter uses the following middlewares:
2015-11-25 23:07:32 +01:00
2025-02-14 14:47:55 +01:00
**ffmpeg** (v7.1) as file conversion software.
2017-01-07 18:16:35 +01:00
Thanks to ffmpeg devs for this awesome open source file conversion tool. [Web site link ](https://ffmpeg.org )
2015-11-25 23:07:32 +01:00
2025-02-14 14:47:55 +01:00
**ImageMagick** (v14.4) as image edition and conversion software.
2017-01-07 18:16:35 +01:00
Thanks to image magick devs for this awesome open source image edition software suite. [Web site link ](http://imagemagick.net )
2021-11-17 09:56:22 -03:00
And thanks to dlemstra for the C# wrapper of this software. [Github link ](https://github.com/ImageMagick/ImageMagick )
2016-02-17 12:36:36 +01:00
2024-03-06 09:58:44 +01:00
**Ghostscript** (10.02.1) as pdf edition software.
2017-01-07 18:16:35 +01:00
Thanks to ghostscript devs. [Download link ](https://www.ghostscript.com/download/gsdnld.html )
2016-08-01 23:06:40 +02:00
2015-11-25 23:07:32 +01:00
**SharpShell** to easily create windows context menu extensions.
2024-03-07 14:12:09 +01:00
Thanks to Dave Kerr for his work on SharpShell. [GitHub link ](https://github.com/dwmkerr/sharpshell )
2015-11-25 23:07:32 +01:00
**Ripper** and **yeti.mmedia** for CD Audio extraction.
2017-01-07 18:16:35 +01:00
Thanks to Idael Cardoso for his work on CD Audio ripper. [Code project link ](https://www.codeproject.com/Articles/5458/C-Sharp-Ripper )
2015-05-27 11:40:35 +02:00
2016-01-07 21:47:14 +01:00
**Markdown.XAML** for markdown rendering in the wpf application.
2017-01-07 18:16:35 +01:00
Thanks to Bevan Arps for his work on Markdown.XAML. [GitHub link ](https://github.com/theunrepentantgeek/Markdown.XAML )
2016-08-01 23:06:40 +02:00
**WpfAnimatedGif** for animated gif rendering in the wpf application.
2017-01-07 18:16:35 +01:00
Thanks to Thomas Levesque for his work on WpfAnimatedGif. [GitHub link ](https://github.com/XamlAnimatedGif/WpfAnimatedGif )
2016-01-07 21:47:14 +01:00
2015-12-21 22:25:41 +01:00
## License
2015-05-27 11:29:14 +02:00
2015-12-21 22:25:41 +01:00
File Converter is licensed under the GPL version 3 License.
2017-01-07 18:16:35 +01:00
For more information check the LICENSE.md file in your installation folder or the [gnu website ](https://www.gnu.org/licenses/gpl.html ).