PRN to PDF Converter is a desktop application that converts .prn files to .pdf format. This project is built using Electron with Vite for fast and efficient development, and utilizes TypeScript for type safety. The application uses pnpm for package management, shadcnui for the user interface, and sonner for notifications.
- Convert .prn files to .pdf format
- User-friendly interface with shadcn/ui
- Real-time notifications with sonner
- Efficient development setup with Electron Vite
- Type safety with TypeScript
To get started with the project, follow these steps:
- Clone the repository:
$ git clone [email protected]:ThalesAugusto0/convert-files.git
$ cd convert-files
- Install dependencies using pnpm:
$ pnpm install
- Run the application:
$ pnpm run dev
- Open the application: Once the application is running, open it from the Electron window.
- Select a .prn file: Use the file selector to choose the .prn file you want to convert.
- Convert to PDF: Click on the convert button to start the conversion process. The converted .pdf file will be saved in the specified output directory.
We welcome contributions! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Fork the repository
- Create a feature branch
git checkout -b feature-branch
- Commit your changes
git commit -m 'Feature: Add some feature'
- Push to the branch
git push origin feature-branch
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.