An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

logo

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](https://via.placeholder.com/10/111827?text=+) #111827 |
| Secondary Color | ![#D8D8D8](https://via.placeholder.com/10/9089fc?text=+) #9089fc |
| Accent Color | ![#00ADB5](https://via.placeholder.com/10/111827?text=+) #111827 |
| Text Color | ![#EEEEEE](https://via.placeholder.com/10/EEEEEE?text=+) #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)