RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-03-02 Thread Christian Lauer
Hi Paulo, I guess I've found the problems: The rendered images didn't show up correctly in the GNOME PDF Viewer. Acrobat reader displays them perfectly! The images that doesn't show up at all had problems on resolving external references. The problem here was that the PrintTranscoder doesn't rep

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-02-29 Thread Christian Lauer
Hi Paulo, I've tried your code to extend the image tag with SVG support. First I've created a simple example SVG using sodipodi. This one worked perfectly! After that, I've tried to use the samples, which are shipped with Batik. Almost none of them worked at all and the rendering results of those

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-02-27 Thread Paulo Soares
Title: RE: [iText-questions] gmane.comp.java.lib.itext.general Use batik to import SVG images. Use the following code as a start:     PdfContentByte cb = writer.getDirectContent();     Graphics2D g2 = cb.createGraphics(500, 500);     PrintTranscoder prm = new