Convertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.
Client
- Simple and friendly user interface
- Support for various input and output formats
- Option to make the PDF searchable with OCR
Color | Hex |
---|---|
Primary Color | #111827 |
Secondary Color | #9089fc |
Accent Color | #111827 |
Text Color | #EEEEEE |
- Install Node JS in your computer
Go to the project directory
cd convertifyer
Clone the project
git clone https://github.com/Divanny/Convertifyer
Install the dependencies
npm install
To run the app in development mode
npm run dev
Build the application
npm run build
- Convert HTML to PDF
- Convert URL to PDF
- Convert image to PDF
- Searchable PDF
Contributions are always welcome!
All contributions are welcome! Please read our contributing guidelines: contributing.md
before submitting a pull request.
This project is licensed under the MIT License. See the LICENSE: LICENSE file for more details.
Useful resources and libraries that I have used in the project.