From: Shannon W. <we...@ro...> - 2005-03-04 19:05:15
|
Bob Doan wrote: >Hey all, > >I have written a GPL'd PDF library for RLIB called RPDF. It will now be >distributed w/ RLIB as the default PDF LIBRARY and CPDF is OFFICIAL >REMOVED FROM RLIB!!! > >Bonuses: Don't have to worry about cpdf any more >RLIB is now 100% GPL'D > >It may not be production ready yet. It needs some testing. If you have >a change could you try it and see if it works and report back > >download it here: > >http://www.sicom.com/~bdoan/rlib-1.3.2.tar.gz > >THIS IS NOT THE OFFICIAL 1.3.2 Release!!!! > >Please try it.. I want to know if it works for you all! > >Thanks! > >- bob > > > > Hi Bob, Congrats on the new PDF library, seems to work well so far. I just started using RLIB and I'm really impressed so far - thanks for your efforts on it. On another note, I was experiencing a segfault which I tracked down to not passing a query to a report (via rlib_add_query_as) before running rlib_execute. I whipped up a patch (attached) that at least handles this a little more gracefully. Thanks again, Shannon |