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. -Ursprungliche Nachricht- Von: Sylvie Picouet [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. Nov

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 PROTECTED

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: 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 don

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 o

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 = getClass().getResource("/org/apache/fop/viewer/resources/me

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: 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

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 the

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 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: xsl:fo to svg rendering with raster images

2003-03-13 Thread Alexander Koppelhuber
rendering 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 > tags with links to external images. > Is this a limitation in fop? > (p

problems with images with cmyk color space

2003-03-14 Thread Alexander Koppelhuber
I still have problems using images with cmyk color space. The pdf renderer handles it without a problem. But both SWTRenderer and SVGRenderer throw an exception: sun.awt.image.ImageFormatException: Unsupported color conversion request at sun.awt.image.JPEGImageDecoder.readImage(Native Meth

AW: error

2003-06-12 Thread Alexander Koppelhuber
that error always occured when i had characters in the document that are no supported by the encoding:     try to change it to something else   Alex -Ursprüngliche Nachricht-Von: amar [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 12. Juni 2003 19:31An: [EMAIL PROTECTED]Bet

automatic image scaling

2002-11-27 Thread Alexander Koppelhuber
In my fo file I have the following part: With this settings of the block-container everything works fine. The image is larger in width an gets scaled correctly. However, if I change the height parameter of the container to my desired value no image will be rendered. The

AW: automatic image scaling

2002-11-27 Thread Alexander Koppelhuber
- Von: Keiron Liddle [mailto:[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: > > position="absolute" > >