Re: XML ---> PDF Japanese

2005-02-04 Thread Manoj_Nair
I could finally make it work with MS ARIAL UNICODE. What I was missing was coding in XSL file to explicitly mention font-family="arialuni" . Thanks to all you guys who replied Manoj

RE: Fonts in FOP

2005-02-04 Thread Manoj_Nair
Nuno So who is invoking FOP ? Dont you write code to invoice it somewhere in the web application ? I am using XSLTInputhandler explicitly in my servlet to do the xml to pdf conversion and then render the pdf using acrobat. All this happens in the servlet within the weblogic application server par

RE: Fonts in FOP

2005-02-04 Thread Nuno.Canais
Hi Manoj, Thanks for your help. I really need to re-build "fop.jar", because my web application uses it standalone and I don't have code access. I think I really should configure something in the "build.xml" of FOP. Something like: I need to know, what and how do I need to configure? Nuno --

Faxing PDF Documents generated using FOP

2005-02-04 Thread Ram Krishnamoorthi
Hello, We are using RightFax software to Fax Documents from our Applications. Has anyone attempted to Fax FOP Generated Documents and encountered any Problems related to Fonts? We could not Fax the PDF Document generated using FOP. We could Fax PDF Documents (not generated using FOP) ..looking a

Re: auto-linebreak?

2005-02-04 Thread Mike Sierra
Excellent -- ​ worked like a charm. The following perl postprocesses away the problem throughout the text, auto-breaking after dots/dashes/slashes that fall between alphanumerics: $fo =~ s{(<.+?>|[^<]+)}{ my $m = $1; $m !~ m~<~ and $m =~ s~(\w[-./])(\w)~$1​$2~g; $m;

Re: representative example needed

2005-02-04 Thread Glen Mazza
--- Glen Mazza <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > > > I was also taken aback by what seems to be a plug > > for RenderX. > > RenderX is, again, a fine company. It is run by > very > talented people of solid integrity. I have no > problem > endorsing them for Ilya, an

Re: Fonts in FOP

2005-02-04 Thread Manoj_Nair
Nuno I am also working on a similar issue which involves Japanese fonts but dont have it in a working condition. These are the points I have learned in process. 1) Open the ttfcomic.xml and see whats the name given in the tag? This name should match the "ComicSansMS" as you have given in f

Re: representative example needed

2005-02-04 Thread Glen Mazza
--- [EMAIL PROTECTED] wrote: > > I was also taken aback by what seems to be a plug > for RenderX. RenderX is, again, a fine company. It is run by very talented people of solid integrity. I have no problem endorsing them for Ilya, and I'm sure they will be able to provide her the level of custom

Re: representative example needed

2005-02-04 Thread JBryant
> Oh, it would be so cool if we could have our own PDF of the XSL > 1.0 specification [1]. The official PDF was created by RenderX. I > thought about doing a stylesheet for that myself but I'm currently > so busy coding on FOP 1.0dev that I'd be more than happy if > someone from the user commun

Re: auto-linebreak?

2005-02-04 Thread The Web Maestro
On Feb 4, 2005, at 9:09 AM, Mike Sierra wrote: I want to allow long URLs amidst text to automatically linebreak after slash characters. This is somewhat related to the issue of hyphenation, but at first glance at the doc there doesn't appear to be any support for it. Any ideas? Thanks, --Mik

Re: representative example needed

2005-02-04 Thread Ilya Khandamirov
Hi, > this doesn't seem a > like a logical forum in which to plug a commercial product. Please do not get me wrong. I do not advertise anything. I'm trying to compare the existing tools. I could use sources like http://www.antennahouse.com/xslfo/axf3fo.htm for this, but i prefer to see real life

auto-linebreak?

2005-02-04 Thread Mike Sierra
I want to allow long URLs amidst text to automatically linebreak after slash characters. This is somewhat related to the issue of hyphenation, but at first glance at the doc there doesn't appear to be any support for it. Any ideas? Thanks, --Mike -

Re: representative example needed

2005-02-04 Thread Jeremias Maerki
On 04.02.2005 17:06:25 JBryant wrote: > I was also taken aback by what seems to be a plug for RenderX. FOP does > all that I need, so I've never looked at RenderX, and this doesn't seem a > like a logical forum in which to plug a commercial product. I think Glen simply wanted to say that RenderX

Hyphenation

2005-02-04 Thread Puppala, Kumar (LNG-DAY)
If I have hyphenate="true" property set on block containing a table-cell and if the cell is very narrow (cannot accommodate more than 4 characters), the word seems to be broken into small segments but I don't see any '-' at the end of each segment. I did not see this behavior when using AntennaHou

Fonts in FOP

2005-02-04 Thread Nuno.Canais
Hello, I need to include a new font in FOP. I already generate a new xml file of the font "comic.ttf" (ttfcomic.xml), and in the "userconfig.xml" added the new font. To recompile the "fop.jar", what is necessary to configure? Is it necessary anything else in the "build.xml" of FOP? And wher

Re: representative example needed

2005-02-04 Thread JBryant
I was also taken aback by what seems to be a plug for RenderX. FOP does all that I need, so I've never looked at RenderX, and this doesn't seem a like a logical forum in which to plug a commercial product. Unfortunately, while I have produced several large PDF files (my record so far is a bit o

Re: representative example needed

2005-02-04 Thread The Web Maestro
Ilya & Will, Thank you for your interest in FOP. At present, the only XSL-FO examples we have access to are in the examples/ directory included with the distribution. There may be more robust sample files that I'm unaware, created by some of our many users, but we don't have them. It would be *

Re: representative example needed

2005-02-04 Thread Luke Shannon
I am new to FOP and still have not entirely gotten past the learning curve Will is referring too. But with the help of this mailing list, some online resources and an XSL-FO reference book I have successful in working FOP into one project, and have a second one nearing completion. So far the resul

Re: representative example needed

2005-02-04 Thread Will Gilbert
On Feb 4, 2005, at 10:33 AM, Ilya Khandamirov wrote: FOP is popular. I believe, FOP is also good. I just want to find out, how good it is. My hope is, that either the FOP team or one of the numerous happy FOP users could provide me with a representative sample. I want to chime in saying that I am

Re: representative example needed

2005-02-04 Thread Ilya Khandamirov
Hi Glen, Do you want to say, that people listed under http://xml.apache.org/fop/team.html (including yourself) are less professional then RenderX? I do not think so. Or maybe it was the usual complaint about open source & limited resources? I think, you'll agree, that lack of resources is also oft

Problems when using AWTRenderer for asynchron printing

2005-02-04 Thread Alexander Elsholz
Hi folks, we use the awtrenderer for asynchron printing. that means start printjob in an own thread and we stop the rendering-process when page-queue is larger then 3 items. the print-method of pageable wakes up the renderer to go on. Since few months we have font-scaling problems and we have fin

Re: representative example needed

2005-02-04 Thread Glen Mazza
Indeed, RenderX is a very solid product run by a very professional company. It would be hard to go wrong with them. Glen --- Ilya Khandamirov <[EMAIL PROTECTED]> wrote: > Hi, > > I need a representative exampe, of what is possible > to do with FOP. For > example, RenderX XEP comes with XML ver

representative example needed

2005-02-04 Thread Ilya Khandamirov
Hi, I need a representative exampe, of what is possible to do with FOP. For example, RenderX XEP comes with XML versions of XML, XSLT and XPath specs and a stylesheet to convert them to XSL-FO (say PDF). The generated PDFs look very impressive. Is there an example of this kind for FOP? A single e

Re: Limit generation to the first page

2005-02-04 Thread Jeremias Maerki
Not without modifying FOP's source code, no. You can however use a package such as iText to extract the first page of the generated PDF. On 04.02.2005 12:59:28 Eric Smith wrote: > Is it possible to instruct fop to generate only the first page of the pdf? Jeremias Maerki ---

Limit generation to the first page

2005-02-04 Thread Eric Smith
Is it possible to instruct fop to generate only the first page of the pdf? Thanks -- Eric Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]