From: Gregory Brown Date: 2009-12-12T01:35:33+09:00 Subject: Re: Using OCRA, FXRuby and pdf-writer problem On Thu, Dec 10, 2009 at 10:41 PM, Omar Campos wrote: > Hi, I did as you said, and it worked.  I put this line on top: > > $stderr2 = $stderr.clone > $stderr.reopen('tmp2.dat') > require 'pdf/writer' A bit off topic, but is there a reason why you're using PDF::Writer instead of Prawn? -greg