AW: RTF export enhancement

2006-03-01 Thread Peter Herweg
Jeremias Maerki wrote: Point 3: Yes, for tables, you will somehow need to keep track of the various columns. I don't know the details of the current table support in RTF in detail so I can't help off-hand. Maybe Peter Herweg can help some more. Currently the class TableContext keeps track

AW: svn commit: r372916 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java

2006-01-29 Thread Peter Herweg
would not mind to remove usage of TableLayoutManager and simply pass a SimplePercentBaseContext with base length always being 0, until we find a better solution. Kind regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Andreas L Delmelle

AW: Size of images incorrect?

2005-12-12 Thread Peter Herweg
), but when i write \picscalex100 \picscaley100 \picwgoal1125 \pichgoal675 it's larger. Can anybody explain this? Kind regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jeremias Maerki Gesendet: Montag, 12. Dezember 2005 17:51

AW: RTF output

2005-10-26 Thread Peter Herweg
There's the intention to use the wrapper classes, which are already used by rest of FOP. Jeremias made a similiar suggestion on 4th Oct. I will see, if i can invest some time on that task this week-end. Kind regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto

AW: rtf-external-graphics

2005-09-28 Thread Peter Herweg
? Regards, Peter Herweg

AW: rtf ignoring TableBody et al

2005-09-20 Thread Peter Herweg
I am checking the rtf results with Word 2000 SP3. Regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthew L Daniel Gesendet: Dienstag, 20. September 2005 17:50 An: fop-dev@xmlgraphics.apache.org Betreff: Re: rtf ignoring

AW: rtf ignoring TableBody et al

2005-09-20 Thread Peter Herweg
it to if-structure. This will be my next task in rtf module. Regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Andreas L Delmelle Gesendet: Dienstag, 20. September 2005 00:58 An: fop-dev@xmlgraphics.apache.org Betreff: Re: rtf

AW: svn commit: r264856 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf: TextAttributesConverter.java rtflib/rtfdoc/RtfText.java

2005-08-31 Thread Peter Herweg
Thank you, Finn! Regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Finn Bock Gesendet: Mittwoch, 31. August 2005 01:10 An: fop-dev@xmlgraphics.apache.org Betreff: Re: svn commit: r264856 - in /xmlgraphics/fop/trunk/src/java/org

AW: enhancing rtf support

2005-08-24 Thread Peter Herweg
necesarry FOs. Sounds like a lot of work to me and prone to the sorts of problems you mentioned above. Maybe you are right. Guess i have to decide this very carefully. Thank you for your advice. Kind regards, Peter Herweg -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

enhancing rtf support

2005-08-23 Thread Peter Herweg
rtf. When i reach endBlock i have to iterate the passed Block object and search only for FOText objects. The contents of these FOText's have to replace the placeholders. Kind regards, Peter Herweg