UNPKG

pdf2pic

Version:

A utility for converting pdf to image formats. Supports different outputs: directly to file, base64 or buffer.

12 lines (9 loc) 147 B
# Example Docker alpine Build the image: ```shell docker build -t pdf2pic-docker . ``` Run the container: ```shell docker run pdf2pic-docker ```