https://github.com/divanny/convertifyer
๐ Convertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.
https://github.com/divanny/convertifyer
api-rest converter javascript rapidapi vuejs
Last synced: 9 months ago
JSON representation
๐ Convertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.
- Host: GitHub
- URL: https://github.com/divanny/convertifyer
- Owner: Divanny
- Created: 2023-09-08T14:00:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:34:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T03:14:37.559Z (over 1 year ago)
- Topics: api-rest, converter, javascript, rapidapi, vuejs
- Language: Vue
- Homepage: https://convertifyer.vercel.app/
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Convertifyer
Convertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.
ยท Documentation ยท Report Bug ยท Request Feature
# :notebook_with_decorative_cover: Table of Contents
- [About the Project](#star2-about-the-project)
- [Roadmap](#compass-roadmap)
- [Contributing](#wave-contributing)
- [License](#warning-license)
- [Acknowledgements](#gem-acknowledgements)
## :star2: About the Project
### :space_invader: Tech Stack
Client
### :dart: Features
- Simple and friendly user interface
- Support for various input and output formats
- Option to make the PDF searchable with OCR
### :art: Color Reference
| Color | Hex |
| --------------- | ---------------------------------------------------------------- |
| Primary Color |  #111827 |
| Secondary Color |  #9089fc |
| Accent Color |  #111827 |
| Text Color |  #EEEEEE |
## :toolbox: Getting Started
### :bangbang: Prerequisites
- Install Node JS in your computer
### :running: Run Locally
Go to the project directory
```bash
cd convertifyer
```
Clone the project
```bash
git clone https://github.com/Divanny/Convertifyer
```
Install the dependencies
```bash
npm install
```
To run the app in development mode
```bash
npm run dev
```
Build the application
```bash
npm run build
```
## :compass: Roadmap
* [x] Convert HTML to PDF
* [x] Convert URL to PDF
* [x] Convert image to PDF
* [x] Searchable PDF
## :wave: Contributing
Contributions are always welcome!
All contributions are welcome! Please read our contributing guidelines: `contributing.md` before submitting a pull request.
## :warning: License
This project is licensed under the MIT License. See the LICENSE: LICENSE file for more details.
## :gem: Acknowledgements
Useful resources and libraries that I have used in the project.
- [RapidAPI](https://rapidapi.com)