package

github.com/gettalong/hexapdf.cr

master / published Jun 2, 2020 / repository

hexapdf

This is the beginning of a port of the Ruby HexaPDF library to Crystal.

Not much to see yet...

Installation

Add this to your application's shard.yml:

dependencies:
  hexapdf:
    github: gettalong/hexapdf.cr

Usage

require "hexapdf"

API

  • HexaPDF
  • Object

    Object is the base type of all Crystal objects.

  • String

    A String represents an immutable sequence of UTF-8 characters.