Thanks to visit codestin.com
Credit goes to github.com

Skip to content

john-vinters/typo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typo

Typo is a pure Elixir library for generating PDF documents programatically.

It offers an easy to use interface which attempts to design-out as many potential pitfalls as possible whilst remaining easy to understand.

Typo is generally used as an in-process library. This enables the user to optionally move the PDF generation code into its own Task or GenServer if required (if you don't know what this means, you probably don't need to worry about it yet).

Manipulating existing PDF documents is an explicit non-goal for Typo - it is purely designed to create new PDF documents.

Installation

If available in Hex, the package can be installed by adding typo to your list of dependencies in mix.exs:

def deps do
  [
    {:typo, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/typo.

About

Elixir PDF Generation Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages