Skip to content

A fast CLI tool written in Go for converting PDF documents into high-quality PNG images. Features adjustable DPI for full quality control.

License

Notifications You must be signed in to change notification settings

fUS1ONd/pdf2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfToImages

A PDF to PNG converter written in Go.

Requirements

  • Go >= 1.25.0
  • Make

Quick Start

Build

make build
make clean

Run Example

make run

Run Tests

make test

Install Binary to GOPATH/bin

make install

Manage Dependencies

make deps

Format and Vet Code

make fmt
make vet

Continuous Integration (CI)

GitHub Actions automatically build and run all tests on every push and pull request to the main branch.

Makefile Targets

  • build — build the binary
  • clean — clean the project
  • run — build and run the example
  • test — run all tests (unit + E2E)
  • install — install the binary to GOPATH/bin
  • deps — update dependencies
  • fmt — format code
  • vet — check code for potential issues

About

A fast CLI tool written in Go for converting PDF documents into high-quality PNG images. Features adjustable DPI for full quality control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors