-
Notifications
You must be signed in to change notification settings - Fork 46
Home
shairontoledo edited this page Sep 13, 2010
·
27 revisions
The Ghost’s speed and ease of use will amaze you! :)
Ruby Ghostscript (RGhost) is a library for document developers wanting a quick and easy way to generate pdf files. It’s optimized to work with larger documents.
Notable features include: auto pagination, dynamic cursor, custom font tags, TTF and Type1 font support, virtual page(splitting into columns), image insertion, , text wrap, 32 barcodes, geometric shapes and vector drawing, EPS template support, PDF links, PDF password, Ruby on Rails data grid and multiple output formats.
doc=RGhost::Document.new
doc.show 'Hello World' , :color => :blue
doc.render :pdf, :filename => '/tmp/mytest.pdf'