I'm going to look into PostScript stuff anyway during the next days, so
I'll take a look at that.
On 14.09.2006 21:08:11 ruben malchow wrote:
>
> hello list,
>
> i am having a bit of a problem with the EPSExporter. first the code:
>
> public static void saveEPS(SVGDocument doc, OutputStream os) {
> System.err.println("saving eps ... ");
> try {
> EPSTranscoder t = new EPSTranscoder();
> TranscoderInput input = new TranscoderInput(doc);
> TranscoderOutput output = new TranscoderOutput(os);
> t.transcode(input, output);
> } catch (Exception e) {
> e.printStackTrace();
> }
> }
>
>
> now, i use PDFTranscoder the same way. and, well, see for yourself.
>
> there is quite a difference between what inkscape and pdftranscoder
> think and what the epstranscoder thinks.
>
> all freshly checked out 10 minutes ago, and it's the same. a bug?
> something i should be discussing with the fop people?
>
> .rm
>
>
>
>
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]