Re: How to use XSL-FOP-Java together

2003-12-29 Thread Rodolfo M. Raya
and your file will be fine. Hope this helps, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte.Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font characters showing up as pound signs

2003-12-08 Thread Rodolfo M. Raya
contains glyphs beyond 255. Hope this helps, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte.Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP With Hebrew

2003-10-06 Thread Rodolfo M. Raya
/where to contribute my code. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP With Hebrew

2003-10-06 Thread Rodolfo M. Raya
intention to provide a hope for FOP users: BiDi support is possible. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: FOP With Hebrew

2003-10-06 Thread Rodolfo M. Raya
On Mon, 2003-10-06 at 13:02, Rodolfo M. Raya wrote: I took Oleg's code and added support for Arabic and Farsi. My version works with java 1.4.x . Attached is a small sample that contains Hebrew/Arabic text transformed from XML to PDF using a custom version of FOP. The zip file contains

Re: FOP With Hebrew

2003-10-06 Thread Rodolfo M. Raya
On Mon, 2003-10-06 at 17:21, Rodolfo M. Raya wrote: Attached is a small sample that contains Hebrew/Arabic text transformed from XML to PDF using a custom version of FOP. Here is the attachment. -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. attachment: BiDiTest.zip

Re: Problem with line breaks

2003-06-26 Thread Rodolfo M. Raya
On Thu, 2003-06-26 at 13:43, Clay Leeds wrote: Whoops! That should've been... (I'm speaking from experience, and *NOT* the perspective of intimate knowledge of the XSL-FO spec). hehehe... my bad! Not your bad, your inner wishes showing up :) Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED

Re: Problem with line breaks

2003-06-26 Thread Rodolfo M. Raya
:) Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with inline using japanese font msmincho ttc

2003-06-20 Thread Rodolfo M. Raya
that are different enough your readers will be able to tell that you wanted to add emphasis in some portions of your report. I use Kochi-Mincho and Kochi-Gothic in my documents. Hope this helps, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd

Re: How to define PDF properties, e.g. Crop Marks

2003-05-30 Thread Rodolfo M. Raya
On Fri, 2003-05-30 at 04:53, Daniela Wrthinger wrote: Hi thank you for yours information, recently another fop-user told me, that it is possible to print Crop Marks (?Trim Marks?) with FOP? how can I do that? daniela Hi, Use the attached XSL-FO file as an example. Hope this helps, Rodolfo

Re: Different rows inside a cell

2003-05-28 Thread Rodolfo M. Raya
On Wed, 2003-05-28 at 02:36, Kodandapani A. wrote: I am facing problem while creating rows inside a cell. I have two columns. First column will have only one row. And second column contains 6 rows in it. i am try to put fo:table-row inside fo:table-cell. But it is not working. Put a

Re: Excel Sheets

2003-05-24 Thread Rodolfo M. Raya
No. On Sat, 2003-05-24 at 06:05, Hasan El-Madhoun wrote: Hi Can I generate Excel sheets using Fop? Thanks. __ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.

Re: PDF properties two more questions

2003-05-21 Thread Rodolfo M. Raya
using the same custom version of FOP without problems before that. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: PDF properties two more questions

2003-05-20 Thread Rodolfo M. Raya
using FOP and the only problem I had so far was due to an embedded font not recognized by the Mac used in the print house. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail

How do I overlap characters?

2003-04-02 Thread Rodolfo M. Raya
Hi, I need to overlap 2 Unicode characters: FE70 and FEFB (two Arabic chars) because there is no Unicode equivalent (that I know) for the combination of both. Does anyone have an idea? Thanks in advance, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd.

Re: How do I overlap characters?

2003-04-02 Thread Rodolfo M. Raya
On Wed, 2003-04-02 at 14:00, J.Pietschmann wrote: Rodolfo M. Raya wrote: I need to overlap 2 Unicode characters: FE70 and FEFB (two Arabic chars) because there is no Unicode equivalent (that I know) for the combination of both. You can experiment with negative letter spacing: fo:wrapper

Re: tab characters alignment

2003-03-12 Thread Rodolfo M. Raya
only option if you can't use tables. It seems that FOP recognize tabs but it simply replaces them with a fixed number of white spaces without any kind of consideration about horizontal alignment You are right. Thanks in advance Claudio Hope this helps, Rodolfo -- Rodolfo M. Raya [EMAIL

Re: BIDI reordering routine

2003-03-04 Thread Rodolfo M. Raya
On Tue, 2003-03-04 at 08:20, Oleg Tkachenko wrote: Rodolfo M. Raya wrote: Does anybody have a routine to reorder BIDI text? You can use java.text.Bidi from jdk1.4 and sun.awt.font.Bidi in jdk1.2/1.3, they provide basic BIDI facilities. The problem is that java.text.Bidi is since jdk1.4

BIDI reordering routine

2003-03-03 Thread Rodolfo M. Raya
Hi, Does anybody have a routine to reorder BIDI text? I'm writing code to visually reorder BIDI text before generating XSL-FO files, but I don't want to reinvent the wheel. I would appreciate aby help regardinf this. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome

Re: Entity Errors ?!?!?!

2003-02-28 Thread Rodolfo M. Raya
be wrong, I am at an impasse here. The XML does have 's scattered through out the file. Any help would be appreciated. If your XML files have everywhere, then your XML files are not valid. You must replace all with amp; before processing them with FOP. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL

Use of configuration files in embedded FOP

2003-02-17 Thread Rodolfo M. Raya
configuration files with latest FOP?. Documentation in the web site is old and FAQ points to a mechanism that doesn't work anymore. A simple example would be appreciated. Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd.

Re: Use of configuration files in embedded FOP

2003-02-17 Thread Rodolfo M. Raya
On Mon, 2003-02-17 at 04:10, Oleg Tkachenko wrote: Rodolfo M. Raya wrote: I have an application that uses FOP 0.20.4 and relies on userconfig.xml to setup fonts for PDF rendering. I want to upgrade to latest version on CVS repository, but class org.apache.fop.apps.Options doesn't

Re: PostScript with Unicode fonts

2003-01-31 Thread Rodolfo M. Raya
add that functionality. I need to solve this problem soon. If I'm able fix the PS renderer, I will contribute all the code. Problem is, I know nothing about the PS renderer and how to handle Unicode fonts with it. Thanks again for your help. Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED

Re: PostScript with Unicode fonts

2003-01-31 Thread Rodolfo M. Raya
. :-) Yes!. Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Counting the number of pages generated in the pdf file

2003-01-31 Thread Rodolfo M. Raya
(); } catch (IOException el) { screenLog.append(el.getLocalizedMessage()); } catch (FOPException el) { screenLog.append(el.getLocalizedMessage()); } You have to add try/catch blocks and define your own variables. Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome

Re: Adding FONTs to FOP (was PostScript with Unicode fonts)

2003-01-29 Thread Rodolfo M. Raya
On Wed, 2003-01-29 at 14:43, Clay Leeds wrote: Rodolfo M. Raya wrote: I need to use the PostScript renderer to produce documents with Unicode text. I can generate PDF with Korean text using Arial Unicode font from Microsoft, but PostScript renderer only supports FOP's built in fonts

Re: PostScript with Unicode fonts

2003-01-29 Thread Rodolfo M. Raya
that not every renderer support every font. I need to know if PostScript renderer will be able to use Arial Unicode if I embed it in FOP. Any idea? Regards, Rodolfo -- Rodolfo M. Raya [EMAIL PROTECTED] Heartsome Holdings Pte. Ltd.