Skip to content

ThalesAugusto0/PRN-to-PDF-Converter

Repository files navigation

PRN to PDF Converter

Overview

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.

Features

  • 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

Technologies Used

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
$ git clone [email protected]:ThalesAugusto0/convert-files.git
$ cd convert-files
  1. Install dependencies using pnpm:
$ pnpm install
  1. Run the application:
$ pnpm run dev

Usage

  1. Open the application: Once the application is running, open it from the Electron window.
  2. Select a .prn file: Use the file selector to choose the .prn file you want to convert.
  3. 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.

Contributing

We welcome contributions! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

  1. Fork the repository
  2. Create a feature branch git checkout -b feature-branch
  3. Commit your changes git commit -m 'Feature: Add some feature'
  4. Push to the branch git push origin feature-branch
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published