RE: Inserting documents into another document

2006-03-02 Thread Andre Groeneveld
Yes your guess is right, and I forgot to add, I'm using FOP 0.20.5. Is there a way of doing this? -Original Message- From: Manuel Mall [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 10:18 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Inserting documents into another document Hi

Re: SVG scaling in RTF using fop-0.91beta

2006-03-02 Thread Jeremias Maerki
I've just disabled the resolution setting in SVGConverter which is responsible to convert an SVG image into a bitmap for the RTF output. That should fix the font size mismatch but the image will now be rendered at 72dpi which means you only get poor quality.

register fonts with font-embedding off

2006-03-02 Thread Eckard_Buchner
Hi everybody, the embed-file attribute is optional according to the documentation, but the resulting pdf does not work with the acrobat reader: Cannot find or create the font '...' If the attribute is set then the pdf is ok. Here is what is happening - creating the font metrics files from the

Re: fop 0.91beta fo:block-container wrongly positions fo:external-graphic when reference-orientation=90

2006-03-02 Thread Jeremias Maerki
Due to the lack of a full example FO file I can't be sure I fully understand what exactly the problem is. Given that you're using relatively positioned block-containers I assume you're using the latest release (0.91beta) despite your comments on 0.20.5 because 0.20.5 can't handle relatively

Re: how do I use PreviewPanel?

2006-03-02 Thread Jeremias Maerki
Have a look at PreviewDialog in the FOP source code. It uses PreviewPanel. http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/awt/viewer/PreviewDialog.java On 01.03.2006 19:07:53 Neuman, Ben J., AM IRM wrote: Hello, Could someone provide the few lines of code

Re: register fonts with font-embedding off

2006-03-02 Thread Jeremias Maerki
It's been said on this list before that not embedding TrueType fonts doesn't work. TrueType fonts always need to be embedded if the XML font metric file has been generated without the -enc ansi option. With -enc ansi the TrueType font can be used but not embedded, but you are then restricted to

Re: SVG scaling in RTF using fop-0.91beta

2006-03-02 Thread Dominic Brügger
Thanks a lot. As I am not familiar with the FOP code it might be quite a big task for me to pursue this. If we will need a better resolution I will see if I can help, but for the moment we can live with the fixed version... Regards Dominic Jeremias Maerki wrote: I've just disabled the

Antwort: Re: register fonts with font-embedding off

2006-03-02 Thread Eckard_Buchner
It's been said on this list before that not embedding TrueType fonts doesn't work. TrueType fonts always need to be embedded if the XML font metric file has been generated without the -enc ansi option. With -enc ansi the TrueType font can be used but not embedded, but you are then restricted

Help with preview panel please.

2006-03-02 Thread Neuman, Ben J., AM IRM
Hi, Very new to FOP so please be patient. I am trying to use the PreviewPanel in my Swing application to display an FO document. I see in the javadocsthat I need to do this: renderer.clearViewportList();// build report xml herefopPanel.reload(); The problem is that I do not understand

FOP - Keeping blocks together

2006-03-02 Thread Andreia Oliveira
Hi, I am using fop 0.20.5 and I have a document with several pages organized using List items. fo:list-item space-before="12pt" keep-with-next.within-page="always" fo:list-item-label fo:block keep-with-next.within-page="always" font-family="NewsGotT" font-size="11pt"

Re: FOP - Keeping blocks together

2006-03-02 Thread Chris Bowditch
Andreia Oliveira wrote: snip/ I need to always keep the contents of the list-item-body together. Both blocks with title and contents must be together. And of course the 2.4 - Number of the section must also be together. Tried to implement it using the code presented. It does not work. This

Re: 0.20.3 to 0.91b migration log messages

2006-03-02 Thread Jeremias Maerki
Sounds good. On 02.03.2006 14:31:38 Louis.Masters wrote: Anyone have a preference of where they would like to see the Wiki? I was going to create another section under Pages for FOP users entitled Troubleshooting and then call the Wiki page Troubleshooting/CommonLogMessages but I'm not

Re: 0.20.3 to 0.91b migration log messages

2006-03-02 Thread Clay Leeds
That sounds fine to me! I don't think it fits well under HowTos or the other sub sections. Thank you for making the contribution!On Mar 2, 2006, at 5:31 AM, [EMAIL PROTECTED] wrote:Anyone have a preference of where they would like to see the Wiki?  I was going to create another section under

RE: FOP - Keeping blocks together

2006-03-02 Thread Andreia Oliveira
Thanks Chris. I was hoping that I could solve my problem without migrating to a new Fop version. Can you please give me some instructions on the steps to perform this migration? From were it can be downloaded and what do I have to properly install it? Thanks, Andreia -Original Message-

configuration for FOP

2006-03-02 Thread Cam T
Hello Just downloaded the last FOP 0.90.1 alpha. Have compiled the servlet example and load OK on tomcat 4 but how is FOP configured. I see there is conf\fop.xconf file but what am I suppposed to do with this to tell where FOP where to pick up the fo, xml or xsl files.