AW: error

2003-06-12 Thread Alexander Koppelhuber
that error always occured when i had characters in the document thatare no supported by the encoding: ?xml version="1.0" encoding="ISO-8859-1"? try to changeit to something else Alex -Ursprüngliche Nachricht-Von: amar [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 12. Juni

AW: xsl:fo to svg rendering with raster images

2003-03-13 Thread Alexander Koppelhuber
with raster images Alexander Koppelhuber wrote: I tried to render my fo files to svg, which works fine for text. But none of the external images makes it to the svg file. Batik can produce image tags with links to external images. Is this a limitation in fop? (producing a pdf with the same

AW: FOP in production app

2003-03-12 Thread Alexander Koppelhuber
I use FOP on the client side. The application (not applet) offers templates for different kinds of documents e.g. invitations, advertisements etc. The user can enter text and choose from an image list (remote db and local files) and the app produces a pdf. In my case it was better to use fop on

xsl:fo to svg rendering with raster images

2003-03-12 Thread Alexander Koppelhuber
I tried to render my fo files to svg, which works fine for text. But none of the external images makes it to the svg file. Batik can produce image tags with links to external images. Is this a limitation in fop? (producing a pdf with the same fo file works fine). Regards Alex

AW: security exception with font metrics creation - OBSOLETE

2003-02-06 Thread Alexander Koppelhuber
Ok, the problem's source is somewhere else. It just looked like it had something to do with the metrics creation. -Ursprüngliche Nachricht- Von: Alexander Koppelhuber [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 06. Februar 2003 00:56 An: FOP Betreff: security exception with font

security exception with font metrics creation

2003-02-05 Thread Alexander Koppelhuber
I tried to create a font metrics file from a true type font and got the following exception: This font contains no embedding license restrictions java.lang.SecurityException: class org.apache.fop.fo.Unknown$Maker's signer information does not match signer information of other classes in the same

AW: Previewer

2002-12-31 Thread Alexander Koppelhuber
I'm using the AWTRenderer the following way to produce a preview image in a JPanel. public void renderToImage(byte []foFile,ImagePanel panel) { try { driver.setInputSource(new InputSource(new ByteArrayInputStream(foFile))); URL url =

AW: AW: Reuse of fo-tree

2002-12-04 Thread Alexander Koppelhuber
[mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 03. Dezember 2002 22:22 An: [EMAIL PROTECTED] Betreff: Re: AW: Reuse of fo-tree Alexander Koppelhuber wrote: I don't have an answer to your question, but my observation with fop is that subsequent rendering is much faster than the first one. Even

AW: Reuse of fo-tree

2002-12-03 Thread Alexander Koppelhuber
I don't have an answer to your question, but my observation with fop is that subsequent rendering is much faster than the first one. Even if you change the content (texts, images). And also if you render to AWT first, and then to pdf. So I guess that reuse of a fop tree or caching is

AWTRenderer/progressListener

2002-11-30 Thread Alexander Koppelhuber
Q1: AWTRenderer does not call its progressListeners methods. So I guess that this feature is no implemented yet. Will it be included in the next release, or do I have to rely on the logging messages (because its not part of the Renderer interface anyway)? Are the logging messages the only way to

AW: Landscape format

2002-11-29 Thread Alexander Koppelhuber
Simply set page-height and page-width to the right values. (or just switch the values) The following part gives you a DIN A4 page in landscape. fo:layout-master-set fo:simple-page-master master-name=basic page page-height=210mm

AW: Landscape format

2002-11-29 Thread Alexander Koppelhuber
Take a look at this tutorial: http://www.renderx.com/Tests/doc/fo/tutorial.pdf Chapter 6 contains some explanation and examples for page layouts. Should help you with your problem, Alex - To unsubscribe, e-mail: [EMAIL

automatic image scaling

2002-11-27 Thread Alexander Koppelhuber
In my fo file I have the following part: fo:block-container width=118mm height=502px top=107mm position=absolute fo:block fo:external-graphic src=url('../img/martina.jpg') content-height=auto content-width=auto/ /fo:block /fo:block-container With this settings of the

AW: automatic image scaling

2002-11-27 Thread Alexander Koppelhuber
:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. November 2002 15:31 An: [EMAIL PROTECTED] Betreff: Re: automatic image scaling On Wed, 2002-11-27 at 15:11, Alexander Koppelhuber wrote: In my fo file I have the following part: fo:block-container width=118mm height=502px top=107mm position=absolute