RE: Word to FO transformation print pdf with fop

2005-03-08 Thread Ilya Khandamirov
Hi Mark, I didn't look into details, but I think, Word2FO.xsl generates FO-coding, which is supposed to run with RenderX. FOP, on the other hand, needs his own XSL-FO dialect. So most probably you will have to adapt the transformation. More details about the transformation you are using can be

Pretty XML!

2005-03-08 Thread Ben Gill
Hi, I have generated my XML using the EasyGenerationContentHandlerProxy (via AbstractObjectReader), and the XML generated is not formatted (no line breaks between elements etc..)... What is the best way to achieve properly (4 spaces?) indented xml? It would just be easier to read whilst

Re: Images and https

2005-03-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: The problem is very clear . The FOP transformation fails when the fo:external-graphics tag has a source to an image which is in secured site(ex: https:///someimage.jpg;. ) . Please let me know if you have any ideas for this. Joerg has already stated his ideas. This is

Re: impositions

2005-03-08 Thread Chris Bowditch
Mike Sierra wrote: This is not directly related to fop, but wonder if someone can help me out. Is there a batch utility available that allows you to create impositions from PDF input? I dimly remember seeing something like that for plain PostScript. Thanks, You mean like psup utility? Have

Problem with external links and renderer options

2005-03-08 Thread William Brogden
I am rendering a document that has FO links such as: basic-link external-destination=url('http://www.preplogic.com') If I use the basic org.apache.fop.apps.Fop conversion, the resulting document has a working link - cool! If instead I try to configure a driver like this: Driver driver = new

Re: Pretty XML!

2005-03-08 Thread J.Pietschmann
Ben Gill wrote: What is the best way to achieve properly (4 spaces?) indented xml? It would just be easier to read whilst debugging... Try XML Indent: http://xmlindent.sourceforge.net/ Read the docs carefully, and be aware that indentation may and often will change the semantic of the XML. Other

Re: Problem with external links and renderer options

2005-03-08 Thread J.Pietschmann
William Brogden wrote: If instead I try to configure a driver like this: ... rendererOptions.put(allowCopyContent, FALSE); ... The document looks ok but the links are now gibberish!! ... Is there any way I can set options for the final PDF document while still having working links? No. This is

How to adjust row width for overflowing text ?

2005-03-08 Thread Manoj_Nair
Guys I have an issue where the text in a row is so long that it overflows to the next line and the top of the characters touch the lower part of the upper line. The 2 lines therefore appears squished. I have tried everything to set this right but nothing seems to be working..I have also tried