release planning

2008-01-29 Thread Dmitri Ilyin
Hi, sorry if this is a wrong place to asking questions about planning. I know asking about roadmap normally bad style in open source projects. I see the significant progress in FOP and hope the next version/branch/tag is around the conner. I use version from trunk for my applikation, couse the

Re: release planning

2008-01-29 Thread Andreas Delmelle
On Jan 29, 2008, at 17:17, Dmitri Ilyin wrote: Hi sorry if this is a wrong place to asking questions about planning. I know asking about roadmap normally bad style in open source projects. I see the significant progress in FOP and hope the next version/ branch/tag is around the conner.

Bitmap support in FOP?

2008-01-29 Thread Harshini Madurapperuma
Hi All Does FOP support Bitmap? Is there anything that we can do to display a bitmap in FOP? I tried .bmp [24, 16 , 256] but didn't visible. Thanks in advance Harshini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Bitmap support in FOP?

2008-01-29 Thread Jeremias Maerki
I have no trouble with BMP files in FOP 0.94. Can you post such an image and state what FOP version you are using and what output format (PDF, PS etc.) you're trying to produce? On 29.01.2008 12:58:21 Harshini Madurapperuma wrote: > > Hi All > > Does FOP support Bitmap? Is there anything that we

Chinese Fonts

2008-01-29 Thread Peter Sparkes
Hi, I want to use Chinese fonts in my PDFs. Rather than embed the fonts, the user will have to use Adobe Reader and download the Adobe Simplified Chinese fonts from www.adobe.com/products/acrobat/acrrasianfontpack.html. However, I do not know what the fonts are called so that I can tell FOP

Re: Chinese Fonts

2008-01-29 Thread Warren Young
Peter Sparkes wrote: However, I do not know what the fonts are called so that I can tell FOP what fonts to specify in the PDF. Have you tried just using the Unicode characters in question and seeing what happens? I have no experience with Asian character sets, but I'd bet you're barking

Re: Chinese Fonts

2008-01-29 Thread Peter Sparkes
Warren Young wrote: Peter Sparkes wrote: However, I do not know what the fonts are called so that I can tell FOP what fonts to specify in the PDF. Have you tried just using the Unicode characters in question and seeing what happens? I have no experience with Asian character sets, but I'd

RE: Chinese Fonts

2008-01-29 Thread Manuel Mall
> -Original Message- > From: Peter Sparkes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 30 January 2008 7:57 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: Chinese Fonts > > Warren Young wrote: > > Peter Sparkes wrote: > >> > >> However, I do not know what the fonts are called so

FOP and Unicode, complex-language text rendering.

2008-01-29 Thread Christopher Kimball
Does anyone know whether (in fact) FOP can handle a complex, right-to-left text, such as Hebrew? Chris Kimball Redding, CT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Bitmap support in FOP?

2008-01-29 Thread Harshini Madurapperuma
Hi I'm using FOP 0.20.5, and the out put format is PDF (there the images are visible), but I'm using the following code, there the images are not visible . I have attached my sample image of bmp (24 & 16) which I have tried. private JLabel imageLabel = new JLabel(); private AWTRenderer renderer

Re: FOP and Unicode, complex-language text rendering.

2008-01-29 Thread Jeremias Maerki
See http://xmlgraphics.apache.org/fop/compliance.html#fo-property-writingmode-section No, FOP doesn't support writing modes other than lr-tb. We're in need of people who have knowledge in this area and can invest time (reserve a lot!) to finally implement this. On 30.01.2008 02:03:52 Christopher

Re: Bitmap support in FOP?

2008-01-29 Thread Jeremias Maerki
In that case, you'll have to upgrade to FOP 0.94 where your images work just fine. On 30.01.2008 05:13:06 Harshini Madurapperuma wrote: > Hi > > I'm using FOP 0.20.5, and the out put format is PDF (there the images are > visible), but I'm using the following code, there the images are not visible

Re: Chinese Fonts

2008-01-29 Thread Jeremias Maerki
On 30.01.2008 01:01:22 Manuel Mall wrote: > > -Original Message- > > From: Peter Sparkes [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 30 January 2008 7:57 AM > > To: fop-users@xmlgraphics.apache.org > > Subject: Re: Chinese Fonts > > > > Warren Young wrote: > > > Peter Sparkes wrote: > >