R
Raimon Fs
Hello,
I have some simple code that works perfectly from irb and from RoR, but
when I try to run it from TextMate (command R) I'm getting always the
error:
PDF::Toolkit::ExecutionError: Error invoking PDFTK
require "rubygems"
require 'pdf/toolkit'
require "ActiveSupport"
...
my_pdf = PDF::Toolkit.open(absolute_path_filename)
...
Any idea of what I'm missing ?
thanks,
r.
I have some simple code that works perfectly from irb and from RoR, but
when I try to run it from TextMate (command R) I'm getting always the
error:
PDF::Toolkit::ExecutionError: Error invoking PDFTK
require "rubygems"
require 'pdf/toolkit'
require "ActiveSupport"
...
my_pdf = PDF::Toolkit.open(absolute_path_filename)
...
Any idea of what I'm missing ?
thanks,
r.