Fast Web View PDF

2009-09-09 Thread npaulraj
Hi, I am using Apache FOP 0.94 version to create PDF. I need to know how to make Fast Web View PDF using API. Quick response will be appreciated. Thanks in advance - Nesamani Paulraj Pershing Managed Account Solution (PMAS)

Re: Testing custom font

2009-09-09 Thread Pascal SANCHO
Hi, J D a écrit : I think I have added too much detail to the previous post. My basic doubt would be, how do I enter these Japanese character into the XML to test the new fonts. Assuming you are using an editor that supports Unicode encoding (like UTF-8 or UTF-16), you may copy/paste some

Re: table column height mismatch? left column shorter than right column

2009-09-09 Thread Vincent Hennebert
Georg Datterl wrote: Hi Vincent, That's what I wanted to hear. Integrated and tested. Testcase works fine. I hope my example is helping with the test case. 50pts and if you come to Nuremberg and give me a call, a cold beer (or whatever you drink) is waiting for you. Thanks! The beer

Re: table column height mismatch? left column shorter than right column

2009-09-09 Thread Vincent Hennebert
Hi Chris, Chris Bowditch wrote: Vincent Hennebert wrote: Hi Georg, Hi Vincent, thanks for solving the mystery so quickly! snip/ Now run the attached fo file through the latest code from subversion and be surprised. The left lower corner is blank. The complete table height is

Inline images in fop

2009-09-09 Thread JPee
Hi, I'm working with fop integrated in a CMS. I need a solution like this: text-flow. image...text-flow... ...text-flow The text-flow is one string, the image should be inside the text and the text should flow around the image. I tried this: fo:block text fo:external-graphic ...

AW: Inline images in fop

2009-09-09 Thread Georg Datterl
Hi Jpee, What you need is an implementation of fo:float. Which is not currently part of fop. But if you implement it, I know some people here, who would be happy. Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449

Re: Inline images in fop

2009-09-09 Thread Venkat Reddy
Hi JPee, As I understood, you are trying to produce something like this: [ The Image image.jpg will be used as a corporate logo] but you are getting [The Image image.jpg will be used as a corporate logo] Is that correct? Can you please include your sample FO file? Thanks, Venkat. JPee

Re: Inline images in fop

2009-09-09 Thread JPee
Venkat Reddy-7 wrote: Hi JPee, As I understood, you are trying to produce something like this: [ The Image image.jpg will be used as a corporate logo] but you are getting [The Image image.jpg will be used as a corporate logo] Is that correct? Can you please include

Re: table column height mismatch? left column shorter than right column

2009-09-09 Thread Chris Bowditch
Vincent Hennebert wrote: Hi Chris, snip/ This is due to a bug in the table stepping algorithm, whose complete description is out of the scope of this list. The attached patch against I certainly don't want a complete description, but what about a high level one? Was it something to do with

Re: Inline images in fop

2009-09-09 Thread sreenaresh gopu
Hi Jpee, We are currently implementing the same concept with 0.95 that you are trying to implement, after a long research and trials I came up with following solution fo:block-container *width=153.72mm height=27.23mm* fo:block-container text-align=left position=absolute fo:block