From: Bob D. <bd...@si...> - 2005-04-24 21:39:03
|
Warren and Jeremy, I merged in the XML input part of your patch. The PSLIB part is no longer necessary because of RPDF (GPL'd pdf creator built in to RLIB) There was only one problem w/ the XML datasource where it required a datasource per XML file. This is not correct as the datasource should be able to service multiple XML files similar to how the MySQL datasource can handle multiple queries. I also did up all the language bindings for it. The attached patch is what I actually merged Thanks Guys! - bob On Sat, 2004-12-04 at 17:52 -0600, Warren Smith wrote: > Yeah, we know rlib 1.3.0 is out, but we started this batch beforehand. > So, without further delay, this patch adds a new xml-based input for > flat-file data and a PSLIB (pslib.sf.net)-based postscript output filter > for fully GPL pdf generation (using ps2pdf). The only problem is that > pslib is kind of retarded in it's font finding algorithm (compared to > clibpdf's) and the font is currently hard-coded to tex's courier 8-pt > font as installed by debian package tetex-extras. Other than that, it > works like a charm. > > You may have issues building it, as for some reason, with my old version > of autotools, we couldn't get ENABLE_PSLIB in libsrc/Makefile.am to > trigger and ps.c doesn't get built. > > > Enjoy! > > Warren and Jeremy > > -- Bob Doan <bd...@si...> |