Re: [iText-questions] Re: EPS as output format

2005-04-14 Thread Leonard Rosenthol
At 11:18 AM 4/14/2005, Justin Lee wrote: That was the point of my question, actually: How hard would it be to port that code to java and bundle with itext. Two questions. 1) How hard to port the GSAPI to Java? Depends on how good you are with calling C from Java (and vice versa).

Re: [iText-questions] Re: EPS as output format

2005-04-14 Thread Justin Lee
That was the point of my question, actually: How hard would it be to port that code to java and bundle with itext. I started looking into it the other day and then quickly remember why I don't do C anymore. :) The PDF stuff in itext is expressive and powerful enough that I don't see a point in m

Re: [iText-questions] Re: EPS as output format

2005-04-14 Thread Leonard Rosenthol
At 05:26 PM 4/13/2005, Ross Presser wrote: On Wed, 13 Apr 2005 14:43:05 -0400, Leonard Rosenthol wrote: > Well, the obvious issue is that GS can only be called from the > command line and with files Neither true. The GSAPI lets gs be called from within code - I know for a fact that C, C++

[iText-questions] Re: EPS as output format

2005-04-14 Thread Ross Presser
On Wed, 13 Apr 2005 14:43:05 -0400, Leonard Rosenthol wrote: > At 07:16 AM 4/13/2005, Justin Lee wrote: >>How hard do you think it'd be to convert something pdf2ps (from the >>ghostscript package) to dump out the generated PDF as PS? > > Well, the obvious issue is that GS can only be cal