Fop and arabic

2001-08-28 Thread adel ben
Hi all, is it possible to render arabic characters from xml into pdf? what is the standard of encoding arabic characters in xml? with regards, adel ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ -

how to add new fonts to fop

2001-09-13 Thread adel ben
Hi all, I would like to render xml input that contains arabic characters into pdf. 1. where can I find arabic fonts? 2. how can I add this font taking in consideration that xsl:fo has the capability to specify text which is written right to left, top to bottom? with regards

how FOP uses fonts

2001-09-28 Thread adel ben
Hi all, I am working On adding arbic fonts to FOP. Do anyone know how FOP uses fonts? should I alter or add some classes? or just configure FOP? any help will be welcome. with regards, adel ___ Send a cool gift with your E-Card http://www.

FOP source code ambigous

2001-05-31 Thread adel ben
Hi all, I downloaded FOP-0.18.1-dev and made a look at the source code. unfrtunately, in some java files there is a reference to a package called org.apache.fop.fo.properties . but there is no file that implements this package. in other words I didn't find a file containing : "package org.apache

embedding fop

2001-06-08 Thread adel ben
Hi all, I would like to embedd fop-0.18.1-dev with a servlet, that servlet must take as parameter a reference to an xml file and display it in pdf format. Has anyone experienced to write such servlet? If possible give me a sample regards, adel _

Problem with embedding fop

2001-07-06 Thread adel ben
Hi all, I've tryed to embed FOP-0.18.1DEV with a servlet so that to render (xml,xsl) files into PDF. I am using Tomcat 3.2.1 as web container. Unfortunately, the call of the servlet works from Netscape Navigator and renders PDF. However, it doesn't work from Internet Explorer. in fact with IE,

Re: Problem with embedding fop

2001-07-09 Thread adel ben
Hi Martin, I have tried to add the url-pattern to web.xml and it doesn't work too:(( I would like to add that the sample given with the ditribution of FOP tha renders fo files with a servlet works wether the call of the servlet is from IE or Netscape Navigator. Please help. with regards, adel

Re: Problem with embedding fop

2001-07-10 Thread adel ben
Hi all, I have succeded to solve the problem :)). in fact the stupid IE needs to have .PDF at the end of the URL (the url must be structured to have .PDF at the end while it is not usefull). a+, adel ___ Send a cool gift with your E-Card h

Can FOP work with other parsers and processors?

2001-07-18 Thread adel ben
Hi all, I have tested FOP with the xerces parser and xalan processor and it works correctly. However, in the documentation I noticed that it would work correctly with other parsers and processors. can anyone tell me which are parsers and processors? with regards, adel __

Can FOP work with other parsers and processors?

2001-07-23 Thread adel ben
Hi all, I hope you will take my question in consideration this time :( I read in the mailing list "FOP in a servlet under load" that we can use Saxon processor with FOP. my question is : shall we make some changes into FOP code? or shall we put the new package in the place of xalan processor. al

Re: FOP does not rendering PDF in IE5.5 SP1

2001-07-23 Thread adel ben
hi Abdou, try to structure your request so that it contains ".pdf" at the end even if it is not necessar. salam, adel ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/

fop and parsers

2001-07-30 Thread adel ben
Hi all, I have tested FOP with the xerces parser and xalan processor and it works correctly. However, I would like to use other packages like jaxp. Can FOP work without any modification in the source code? can anyone tell me if it can work correctly with other parsers and processors. with reg

Compiling Fop in MS vm

2002-02-26 Thread Adel BEN SIK ALI
Hi all, I wrapped Fop into a com component. I succeded to compile but when I want to run it i get the error : java.lang.NoSuchMethodError : java/awt/image/ColorModel : Methed hasAlpha()Z not found. I downloaded the latest microsoft virtual machine 3802 but the problem still exist. When I look