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.
- Fill PDF Files: Easily fill out PDF forms with specified data.
- Retrieve PDF Data: Extract data from filled PDF forms.
- Node.js
- pnpm
-
Clone the repository:
git clone https://github.com/CloudQuish/pdffillerjs.git
-
Navigate to the project directory:
cd pdffillerjs
-
Install the dependencies:
pnpm install
- Build the server:
pnpm run start:dev
-
Build the server:
pnpm run build
-
Run the server:
pnpm run start
The API will be available at http://localhost:8000/api
.
For detailed API documentation, please visit the API Documentation once the server is running.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to all the contributors who have helped make this project better!
If you have any questions or feedback, feel free to open an issue or contact us at [[email protected]].