Caster is an application for file conversion that utilizes the Convertio API for convenient conversion of various file types.
- "code": Contains the full source code of the project.
- "jar": Includes the JAR file, application resources, and a script for launching the JAR.
- "exe": Represents a fully prepared EXE file for Windows with application resources.
- "exe(PORTABLE)": Fully prepared EXE, to run it, you will need to download JDK (follow the instructions in the "resources/jdk" path).
- Open the application settings.
- In the settings window, click "Get API key" to be redirected to the Convertio website.
- Complete the registration process to obtain your API key.
- Copy the received API key and paste it into the "Enter your API key" field or a similar one.
- Click "OK" to save your API key.
- Add or drag-and-drop the file you want to convert.
- Specify the target format for conversion.
- Click "Start".
- After conversion, select the location to save the resulting file.
- Support for the conversion of over 300 formats.
- Ability to add multiple files at once.
- Support for file drag-and-drop.
- Custom color palette
- Change the application language in the settings.
- Add your own language files for selection in the settings.
- Caster uses JavaFX for the UI and libraries Moshi and Okhttp for online functionality.
- License: Apache Version 2.0 allows you to use this application at your discretion.
- Convertio provides 25 minutes of conversion per day. Exceeding this limit will result in an error like "No conversion minutes left" or a similar message.
- The configuration file stores your API key and color settings. If passing on the application, remember to remove your API key.