A Kotlin-based command-line application designed to convert files between various formats seamlessly.
- Multi-format Conversion: Convert files between different formats (e.g.,
.txtto.pdf,.docxto.txt). - Batch Processing: Handle multiple files in a single command.
- Customizable Output: Specify output directories and file naming conventions.
- Extensible Architecture: Easily add support for new file formats.
./gradlew build
This project uses the following libraries:
iText 7 Coreβ for creating and manipulating PDFs.Apache PDFBoxβ for extracting content from PDFs and other operations.