README.md
# PDFInfo
![Actions Status](https://github.com/preciz/pdf_info/workflows/test/badge.svg)
Extracts all /Info and /Metadata objects from a PDF binary using Regex
and without any external dependencies.
## Installation
Add `pdf_info` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pdf_info, "~> 0.1.0"}
]
end
```
## Documentation
Documentation can be be found at [https://hexdocs.pm/pdf_info](https://hexdocs.pm/pdf_info).
## License
PDFInfo is [MIT licensed](LICENSE).
## Credit
Inspired by [https://gitlab.com/nxl4/pdf-metadata](https://gitlab.com/nxl4/pdf-metadata)