Skip to content

CloudQuish/pdffillerjs

Repository files navigation

PDF Filler API

License Issues Pull Requests Contributors

Overview

Welcome to the PDF Filler API! This API allows you to fill PDF files with specified data and retrieve information from existing PDF files. It's designed to be simple and efficient for various use cases involving PDF manipulation.

Features

  • Fill PDF Files: Easily fill out PDF forms with specified data.
  • Retrieve PDF Data: Extract data from filled PDF forms.

Getting Started

Prerequisites

  • Node.js
  • pnpm

Installation

  1. Clone the repository:

    git clone https://github.com/CloudQuish/pdffillerjs.git
  2. Navigate to the project directory:

    cd pdffillerjs
  3. Install the dependencies:

    pnpm install

Running in Dev Server

  1. Build the server:
    pnpm run start:dev

Running the Build Server

  1. Build the server:

    pnpm run build
  2. Run the server:

    pnpm run start

The API will be available at http://localhost:8000/api.

API Documentation

For detailed API documentation, please visit the API Documentation once the server is running.

Contributing

We welcome contributions to the PDF Filler API! Please read our Contributing Guide for details on our code of conduct, and the process for submitting pull requests.

License

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

Contributors

Thanks to all the contributors who have helped make this project better! Contributors

Contact

If you have any questions or feedback, feel free to open an issue or contact us at [[email protected]].