Re: fop with oc4j

2006-10-17 Thread Onur Senturk
i see, i'll try that out immediately thanks a lot On 10/16/06, Glen Mazza [EMAIL PROTECTED] wrote: On 16.10.2006 14:26:51 Onur Senturk wrote:hi, i'm trying to use fop with oc4j but i think the xml parsers are conflicting. when i try to use xerces, the application doesn't start. When iuse the xml

Problem with inserting a table with fo:table

2006-09-11 Thread Onur Senturk
I'm trying to insert a table in the xml file but when trying to convert the fo to pdf i get the following error.Why is this so?WARNING: Warning(Unknown location): fo:table, table-layout=auto is currently not supported by FOP -- Onur Şentürk

Re: Turkish character support

2006-09-10 Thread Onur Senturk
to create a font metrics XML file from a TrueType font (.ttf) but you're calling the PFMReader to do that. You need to usethe TTFReader! PFMReader is for the .pfm files of a Type 1 font.On 31.08.2006 18:16:34 Onur Senturk wrote: I looked at the FOP website and tried to figure things out. The first

Re: Turkish character support

2006-09-10 Thread Onur Senturk
#config-externalOn 10.09.2006 14:24:18 Onur Senturk wrote: How do i make sure fop uses the configuration file? I'm using these arguments -c userconfig.xml is this correct? On 9/10/06, Jeremias Maerki [EMAIL PROTECTED] wrote: The next step in the documentation [1]: Register the fonts with FOP

Re: Turkish character support

2006-09-10 Thread Onur Senturk
ok, now i'm trying to do the things you told me, on this version. thanks :) On 9/10/06, Jeremias Maerki [EMAIL PROTECTED] wrote: 0.92beta, of course.On 10.09.2006 16:03:07 Onur Senturk wrote: by the way, which version do you suggest me to use? 0.92beta or 0.20.5 i'm currently using 20.5Jeremias

Re: Turkish character support

2006-09-10 Thread Onur Senturk
There is still something wrong. The special characters still appear as #what should i do?On 9/10/06, Onur Senturk [EMAIL PROTECTED] wrote:ok, now i'm trying to do the things you told me, on this version. thanks :) On 9/10/06, Jeremias Maerki [EMAIL PROTECTED] wrote: 0.92beta, of course.On

Re: Turkish character support

2006-09-10 Thread Onur Senturk
the base 14 fonts included in FOP don't work but Arial and Verdana work. So, if you generate the font metricsfile for one of those fonts and configure it with FOP, it works. As Isaid it's just a matter of choosing a font which contains the missing characters.On 10.09.2006 18:22:32 Onur Senturk wrote: So

Re: Turkish character support

2006-09-10 Thread Onur Senturk
pasted the file into an ISO-8859-9 encoded mail with an UTF-8header leaves me with an uncertainty if I'm really displaying the rightcharacters. You should usually attach XML files to a mail, notcopy/paste them to avoid any nasty side-effects. On 10.09.2006 18:02:46 Onur Senturk wrote

Re: Turkish character support

2006-09-10 Thread Onur Senturk
can you do me a favor and send me your configuration file with the fonts? i still couldn't manage to get the pdf with right fonts :( On 9/10/06, Jeremias Maerki [EMAIL PROTECTED] wrote: Yes, it works with the Arial and TimesNewRoman fonts that come withWindows.On 10.09.2006 18:41:56 Onur Senturk

Re: Turkish character support

2006-09-10 Thread Onur Senturk
here that contains some of the charactersyou're missing, we might be able to give you a few more suggestions.On 10.09.2006 17:24:07 Onur Senturk wrote: There is still something wrong. The special characters still appear as # what should i do? On 9/10/06, Onur Senturk [EMAIL PROTECTED] wrote: ok

Re: Turkish character support

2006-09-10 Thread Onur Senturk
, haven't you?On 10.09.2006 18:54:44 Onur Senturk wrote: can you do me a favor and send me your configuration file with the fonts? i still couldn't manage to get the pdf with right fonts :( On 9/10/06, Jeremias Maerki [EMAIL PROTECTED] wrote: Yes, it works with the Arial and TimesNewRoman fonts

Re: Turkish character support

2006-09-10 Thread Onur Senturk
I finally did it. The reason why i was unable to get the fonts was because the font-family was not mentioned in the fo file. Now its ok. Thanks a lot. On 9/10/06, Onur Senturk [EMAIL PROTECTED] wrote: I generate my fo file from an html file. I think i missed that part... I'll check about

Re: Turkish character support

2006-09-09 Thread Onur Senturk
I still couldn't manage to do it. What are the main steps in modifying fop configuration when trying to get the output in different encoding? On 9/8/06, Pascal Sancho [EMAIL PROTECTED] wrote: -Original Message- From: Onur Senturk [mailto: [EMAIL PROTECTED]] Sent: Friday, September 08

Re: Turkish character support

2006-09-08 Thread Onur Senturk
, for a font you only have to do this once.Anyway, I'd remove the -fn parameter from the command-line. I've never needed that and I've never tested it, so I don't even know what it doesexactly. Maybe that helps.On 31.08.2006 18:16:34 Onur Senturk wrote: I looked at the FOP website and tried to figure things

Turkish character support

2006-08-31 Thread Onur Senturk
Hi i'm trying to use the program called html2pdf which uses apache's fop to convert html to pdf, i mean fo to pdf. i can create the pdf but I've got some problem with the turkish character support. The pdf doesn't show the turkish characters properly. What should i do? How can you help me? -- Onur

Re: Turkish character support

2006-08-31 Thread Onur Senturk
not to be supported by the default fonts. Haveyou configured a font with FOP that contains all the Turkish characters you need? Please see the FOP website for details to configure fontsdepending on the FOP version you use.On 31.08.2006 13:35:22 Onur Senturk wrote: Hi i'm trying to use the program