This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Environment test
For Mac, Linux and FreeBSD, you can test your environment using code below
require 'rubygems'
require 'rghost'
RGhost::Config.is_ok?.render :pdf, :filename => '/tmp/is_ok.pdf'
For Windows users
Windows users need set the Ghostscript path manually, for example, for an Ghostscript installation on C:\gs you would
require 'rubygems'
require 'rghost'
RGhost::Config::GS[:path]= "C:\\gs\\bin\\gswin32c.exe"
RGhost::Config.is_ok?.render :pdf, :filename => "c:\\is_ok.pdf"
One the page, it looks like this

If everything is ok !






