Re: Inserting documents into another document

2006-03-02 Thread Manuel Mall
> Hi guys, > > > > I need to insert a page from an existing document, into my document, is > there a way of inserting an external page from a document, but > specifying which page it is in that document that needs to be added? > > Andre, I am a bit confused by your question. When you talk document

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. http://svn.apache.org/viewcvs?rev=38231

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 positio

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., A&M IRM wrote: > Hello, > Could someone provide the few lines of cod

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 re

Re: Inserting documents into another document

2006-03-02 Thread Jeremias Maerki
No, you have to post-process the PDF with a third-party tool and insert the page that way. Tools you can use can be found in: http://xmlgraphics.apache.org/fop/resources.html#products-pdf On 02.03.2006 09:28:05 Andre Groeneveld wrote: > Yes your guess is right, and I forgot to add, I'm using FOP 0

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 re

Re: Antwort: Re: register fonts with font-embedding off

2006-03-02 Thread Jeremias Maerki
Without further investigating I can't really tell whether this is a PDF limitation or only a FOP limitation. The current wording of our website suggests that this might have worked before. It doesn't now. I can imagine that only referencing the TrueType font can be made to work if someone teaches F

Help with preview panel please.

2006-03-02 Thread Neuman, Ben J., A&M 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 javadocs that I need to do this:       renderer.clearViewportList();// build report xml herefopPanel.reload();    The problem is that I do n

Re: 0.20.3 to 0.91b migration log messages

2006-03-02 Thread Louis . Masters
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 real sure of the etiquette. Advice would be appreciated. -L

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. 2.4 Title for section 2.4: Text for section 2.4 I need to always keep the contents of the list-item-body together. Both blocks with title and contents m

Re: FOP - Keeping blocks together

2006-03-02 Thread Chris Bowditch
Andreia Oliveira wrote: 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 is

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

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

2006-03-02 Thread cinzianet
Very much appreciated, thank you, needless to say, it worked. Cinzia Quoting Jeremias Maerki <[EMAIL PROTECTED]>: > 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 assum

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 "Pages

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-

Re: missing footnotes (revisited)

2006-03-02 Thread Jeremias Maerki
Turns out that the footnote only disappears if hyphenate="true". Otherwise, it works. Definitely a bug. On 28.02.2006 21:14:49 Jeremias Maerki wrote: > Preliminary results here: The footnote appears if it's not inside an > fo:inline element. Seems we have another problem here. > > On 25.02.2006 1

Re: FOP - Keeping blocks together

2006-03-02 Thread J.Pietschmann
Andreia Oliveira wrote: I was hoping that I could solve my problem without migrating to a new Fop version. Look at: http://xmlgraphics.apache.org/fop/faq.html#keep-with You might get other problems, like excessive memory consumption and errors claiming duplicate IDs. J.Pietschmann --

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. http://servername/fop/servl