class PDF::Core::File

Defined in:

pdf/core/file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Float64 = 300.0, height : Float64 = 144.0) #

[View source]

Instance Method Detail

def add_object(object : Primitives::Object) #

[View source]
def add_page(page : Page) #

[View source]
def write(path : String) #

[View source]