RTF page breaks from FOP

2010-12-03 Thread Keith Guy Johnston
Hello all, At the risk of reinventing the wheel I thought I should contribute a workaround I've come up with for getting my page breaks into the RTF output by a servlet running FOP. Our usage runs FOP on the back end of a transform for which the input is xml pulled out of Fedora Repository bas

ValidationException: Document is empty

2010-12-03 Thread Georg Datterl
Hi folks, Another funny question from yours truly. It's been some time since our last quiz show and maybe this time we get a new winner. Anyway, here's todays problem: Given: * FOP 1.0, Batik 1.7, xmlgraphics-commons 1.4, xalan 2.7.1, xerxes 2.6.2, through maven, but I get the same results wit

RE: Bug 49837 - Soft Hyphen

2010-12-03 Thread Klearchos Klearchou
Simon, many thanks about your update. Best positive regards, Klearchos -Original Message- From: Simon Pepping [mailto:spepp...@leverkruid.eu] Sent: Friday, December 03, 2010 3:46 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Bug 49837 - Soft Hyphen Hi Klearchos, The following

Re: Bug 49837 - Soft Hyphen

2010-12-03 Thread Simon Pepping
On Fri, Dec 03, 2010 at 03:40:57AM -0800, Matthias Reischenbacher wrote: > > Hi Simon, > > wouldn't it be possible to partially undo the changes from this bugzilla > entry: > https://issues.apache.org/bugzilla/show_bug.cgi?id=48071 It is not really undoing the changes of that patch. That patch i

Re: Bug 49837 - Soft Hyphen

2010-12-03 Thread Simon Pepping
Hi Klearchos, The following patch solves the problem: Index: src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java === --- src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java (revision 1041771) +++ src/java

RE: Antwort: RE: Antwort: RE: Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Eric Douglas
If you could provide any details on what you're trying to do perhaps we could help you find a workaround. What is this tool? "#" should indicate that your data contains references to glyphs which are not in the font. If you need to use TrueType fonts and PS doesn't support it, the obvious answer i

Antwort: RE: Antwort: RE: Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Heiko . Emmert
I have some svg-file which I need to convert to eps for further proceeding with a tool which does not support svg. Therefore I tried to make a converter using EPSTranscoder to output the eps-file. But whatever I've tried, I did not get all fonts, which are used in my svg-files, visible in the

RE: Antwort: RE: Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Eric Douglas
Again, what are you doing which requires PostScript? Are you running it from a command line? Are you using embedded code? I am using embedded code and I am using SVG and I am printing to a dot matrix printer and I am using TrueType fonts and I am not using PostScript. For sending output directly

Antwort: RE: Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Heiko . Emmert
OK... sorry... wrong wording... "... till FOP's EPSTranscoder is supporting TrueType fonts" So what I need is simply a transformation from svg to eps. Von:"Eric Douglas" An: Datum: 03.12.2010 13:51 Betreff:RE: Antwort: Re: EPSTranscoder & Fonts FOP supports TrueType fonts

RE: Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Eric Douglas
FOP supports TrueType fonts just fine, apparently just not in PostScript. What could you possibly require PostScript for? From: heiko.emm...@continental-corporation.com [mailto:heiko.emm...@continental-corporation.com] Sent: Friday, December 03, 2010 5:31 AM To:

RE: Bug 49837 - Soft Hyphen

2010-12-03 Thread Klearchos Klearchou
Hello Simon and All, I noticed that there was a series of characters in one of my texts that was included inside the FO (space - space). I have removed the - and retyped it. Possibly it has been copied from a word document and it was somehow different. By doing this the problem disappeared. I was

Apache FOP library and .NET

2010-12-03 Thread JayMark
Hi All, I am trying to compile the Apache FOP v1.0 library to a .NET DLL. I followed the instructions in: http://stackoverflow.com/questions/3961476/using-apachefop-v1-0-in-net-application However when i run the ikvmc command i get a number of warnings (which i can live with), and then an error:

Re: Bug 49837 - Soft Hyphen

2010-12-03 Thread Simon Pepping
On Fri, Dec 03, 2010 at 12:17:43PM +0200, Klearchos Klearchou wrote: > Hello Simon, > > Thank you for answering I was about to write a new mail. > I have changed the code at the class (org.apache.fop.traits.MinOptMax). > > Here is the change: > public MinOptMax mult(int factor) { > if

Re: Bug 49837 - Soft Hyphen

2010-12-03 Thread Matthias Reischenbacher
Hi Simon, wouldn't it be possible to partially undo the changes from this bugzilla entry: https://issues.apache.org/bugzilla/show_bug.cgi?id=48071 It's really hard to control that soft-hyphen characters are placed "correctly" when users can copy & paste text into content (as in our CMS). Regard

Antwort: Re: EPSTranscoder & Fonts

2010-12-03 Thread Heiko . Emmert
Hello Jeremias, thanks for your answer. Unfortunatally it is still not working for me. I guess I need to search for an other solution till fop is supporting TrueType fonts. But thank you for your help. Best regards Heiko Von:Jeremias Maerki An: fop-users@xmlgraphics.apache.org Dat

RE: Bug 49837 - Soft Hyphen

2010-12-03 Thread Klearchos Klearchou
Hello Simon, Thank you for answering I was about to write a new mail. I have changed the code at the class (org.apache.fop.traits.MinOptMax). Here is the change: public MinOptMax mult(int factor) { if (factor < 0) { factor = 0; }

Re: Bug 49837 - Soft Hyphen

2010-12-03 Thread Simon Pepping
On Thu, Dec 02, 2010 at 07:12:08PM +0200, Klearchos Klearchou wrote: > I have Fop version 0.95 and I am trying to upgrade to 1.0 but I have > problems with the following regression bug (49837 > ). > > Is there any workaround for this? The