RE: in XSLFO

2005-03-29 Thread Partridge, Michael
If you don't want to nest blocks, you can just put a anywhere you would otherwise put a . -Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 3:00 PM To: fop-users@xmlgraphics.apache.org Subject: in XSLFO Anybody know how can I get a line break l

RE: in XSLFO

2005-03-29 Thread Andreas L. Delmelle
> -Original Message- > From: Gang Li [mailto:[EMAIL PROTECTED] > Hi, > Anybody know how can I get a line break like in HTML? Thanks. Ending the current fo:block should work fine... Another option would be to insert an explicit line-feed character (numeric character reference [*]), alt

RE: in XSLFO

2005-03-29 Thread Victor Mote
Gang Li wrote: > Anybody know how can I get a line break like in HTML? Thanks. Putting a linefeed character U+000A in the content should work, but you have to be careful of the properties that affect it, specifically linefeed-treatment="preserve". (I can't remember whether this works in FOP 0.20

in XSLFO

2005-03-29 Thread Gang Li
Anybody know how can I get a line break like in HTML? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Fwd: TiffRenderer Anomaly]

2005-03-29 Thread Bill Jordan
Oleg - have you had a chance to look at this issue yet? Bill Oleg Tkachenko wrote: Bill Jordan wrote: Hi - thanks very much for the suggestion, and congratulations on a great product. Unfortunately, when I made the suggested change, it had no effect on the output, which seems puzzling to me. I'

Re: Current state of Apache FOP?

2005-03-29 Thread Glen Mazza
You may want to take a look at open-source JasperReports -- your stylesheets will not be XSL but the system will still be Java/XML-based. Later, as FOP matures, you can evaluate going back to it, possibly just by changing your stylesheets. I have not worked with this product, however, so am unsur

Re: PDF with CMYK

2005-03-29 Thread Michael Wechner
Jeremias Maerki wrote: Is the HEAD/trunk version ready for a productive environment (whatever that means)? No, CVS HEAD is not ready, yet. I'd suggest you look for a post-processing solution if you need something quickly. alright, thanks very much for your help Michi Jeremias Maerki ---

Re: PDF with CMYK

2005-03-29 Thread Jeremias Maerki
On 29.03.2005 12:00:12 Michael Wechner wrote: > well, the problem is that we use FOP 0.20.5 in production and > cannot switch that easily ;-) I can imagine. > Would it make more sense to implement CMYK into the HEAD/trunk version > (or has this already been done?)? Sure, but only as a long-term

Re: PDF with CMYK

2005-03-29 Thread Michael Wechner
Jeremias Maerki wrote: Well, that's only a start. You will have to extend the PDF library, the PDFRenderer and possibly the SVG integration, too. And you will have to do a better abstraction of the colors used all over the code because so far everything is designed to deal with RGB only (see dataty

Re: PDF with CMYK

2005-03-29 Thread Jeremias Maerki
Well, that's only a start. You will have to extend the PDF library, the PDFRenderer and possibly the SVG integration, too. And you will have to do a better abstraction of the colors used all over the code because so far everything is designed to deal with RGB only (see datatypes.ColorType for examp

Re: PDF with CMYK

2005-03-29 Thread Michael Wechner
Jeremias Maerki wrote: I'm not sure if iText can really do it. I've never tried. But there are tools out there that can do the conversion. But they may not be free. ok Or re enhancing FOP: Would it make sense to add a CMYKColorFunction and add it to the PropertyParser? (btw, we are using FOP 0.2

RE: How can I rotate text for a 90o sidebar?

2005-03-29 Thread Rymasz Jacky
Here a bit of code which scatter each letter of a string into a vertical set of blocks (ie: vertical string):

Re: Current state of Apache FOP?

2005-03-29 Thread Andreas Jung
--On Dienstag, 29. März 2005 9:24 Uhr +0200 Jeremias Maerki <[EMAIL PROTECTED]> wrote: Not being able to create releases is one thing, a dead project is totally different. I've updated the status page a few days ago: http://xml.apache.org/fop/status.html Ok..this makes things clearer :-) You're

Re: Current state of Apache FOP?

2005-03-29 Thread Jeremias Maerki
Not being able to create releases is one thing, a dead project is totally different. I've updated the status page a few days ago: http://xml.apache.org/fop/status.html You're welcome to help improve RTF output. I've played with the idea to release the RTF part of FOP separately until the new layou

Current state of Apache FOP?

2005-03-29 Thread Andreas Jung
I am currently evaluating XSL-FO to produce PDF and RTF from XML/XHTML. The Apache FOP project seems to be dead?! Is this impression true? Especially I am looking at the pending RTF support in FOP but the last release seems to be from 2003. Is there something newer? Andreas pgp9u6CsjHH2h.pgp De

RE: Creating named anchor spots

2005-03-29 Thread Victor Mote
William Brogden wrote: > I would like to be able to generate a document that has > anchor locations that you can jump to from an HTML href like this: > > href="printables.pdf#Test" > > The names used in internal links like: > don't seem to work. > How can I generate a marker that will be ex

RE: Article in JAVAWORLD.

2005-03-29 Thread Glen Mazza
--- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Glen Mazza [mailto:[EMAIL PROTECTED] > > > > > FOP can really do Japanese? I didn't know that. > > Anyway--well done! > > I second that. I don't remember personally helping > Manoj out, but anyway:

Creating named anchor spots

2005-03-29 Thread William Brogden
I would like to be able to generate a document that has anchor locations that you can jump to from an HTML href like this: href="printables.pdf#Test" The names used in internal links like: don't seem to work. How can I generate a marker that will be externally visible? Bill --