problem resolve external image resource with fop

2011-05-17 Thread Robyp1
hi, i have a problem using a fop in a web application. First of all, this is not only only a kind a web application but a maven web application with others dependencies like libs or maven module (not web) linked. One kind of this lib/maven module keep the source with embed a fop code for

dash

2011-05-17 Thread Eric Douglas
I ran into a minor issue. I can't get Fop to print dashes. I've tried passing in various codes that look like dashes, like #151; but it just wraps to the next line instead of printing. Other codes just print squares. I would think there should be just a print code. I'll try the workaround

Re: dash

2011-05-17 Thread Michael Rubin
Curious. My FOP 1.0 based installation handles dashes without problem. I transform them from XML and XSLT to XSL-FO with blocks containing text with dashes (space char either side) and it prints exactly as expected. What version of FOP are you using? And what environment? The more details the

Re: dash

2011-05-17 Thread Pascal Sancho
Hi Eric, #151; (AKA #x97;) is the control code for [EPA] (END OF GUARDED AREA). (While in Windows Codepage 1252 this is the code for Dash). With unicode encoding (like UTF-8), you should use the code #x2014; (EM dash) or #x2014; (EN dash). I don't remember if this character is handled with ISO

RE: dash

2011-05-17 Thread Eric Douglas
If I use any character for dash it may print a dash but it follows it with a linefeed. I tried the #x2014; code you mention and it did the same thing. I was not specifying the wrap-option attribute anywhere. I just tried a test adding wrap-option=no-wrap and it printed correctly.

AWTRenderer With Intermediate Format

2011-05-17 Thread Jonathan Spooner
Hello, Is it currently possible to render an intermediate format with the AWTRenderer? I am using the intermediate format to concatenate pages as shown in the ExampleConcat.java example and I would like to be able to render the results to an AWTRenderer. I've found a post in the archive

RE: AWTRenderer With Intermediate Format

2011-05-17 Thread Eric Douglas
Are you using embedded code? Do you have a better description, any example, of what exactly you're trying to do? Source code? Test files? I'm sure this is possible but there are several ways to do it depending what exactly your goal is. I needed it to break up large reports because I kept

Re: AWTRenderer With Intermediate Format

2011-05-17 Thread Jonathan Spooner
Eric, Thanks for your response. I will try to answer all of your questions. Yes, I am using embedded code. I am using the intermediate format to do simple 2-up imposition. As for the code, I have used the ExampleConcat.java almost verbatim. The only difference is that I've written a