A command-line interface (CLI) tool written in Go for converting PDF files to images of various formats.

Features
- Converts PDF files to images (PNG, JPEG)
- Easy to use with a simple command-line interface
Installation
Prerequisites
Installation
To install the CLI tool, run the following command:
go install github.com/binaryshogun/pdftoimage
Usage
pdftoimage -p input.pdf --format png -o images/
Options
--pdf or -p: (required) Path to the PDF file.
input.pdf: Path to the input PDF file.
--format or -f: Output image format (png, jpeg, jpg). Default to jpeg.
--out or -o: Output directory for images. Default to local images folder.
License
This project is licensed under the MIT License. See the LICENSE file for details.