Metadata-Version: 2.1
Name: filler_pdf
Version: 0.2
Author: Mayur Talreja
Author-email: talrejamayur6@gmail.com
Description-Content-Type: text/markdown

# PDF Filler

PDF Filler is a Python package that allows you to fill forms and insert images into PDF files programmatically. This package is designed to make it easy to automate the process of filling out PDF forms and embedding images at specific coordinates.

## Features

- Fill out form fields in a PDF.
- Insert images into a PDF at specified coordinates.
- Supports Base64 encoded images.
- Simple and easy-to-use API.

## Installation

You can install PDF Filler using pip:

```sh
pip install pdf-filler
