# qpdf v0.1.0 - Table of Contents

> Elixir wrapper for the qpdf command-line tool with automatic binary management.

## Pages

- [Qpdf Elixir Wrapper](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Qpdf](Qpdf.md): Elixir wrapper for the `qpdf` command-line tool.
- [Qpdf.Dimensions](Qpdf.Dimensions.md): Parses page geometry, bounding boxes, dimensions, orientation, and standard paper sizes
from qpdf JSON structural metadata.

- [Qpdf.Installer](Qpdf.Installer.md): Manages finding or downloading and extracting the qpdf AppImage.

## Mix Tasks

- [mix qpdf.install](Mix.Tasks.Qpdf.Install.md): Installs the qpdf AppImage into priv/native or _build.

