using symbols , unicode

2006-12-13 Thread Shubhrata Tewari
Hi all, I want to use the symbol ± in my output pdf to get text of type a± b. I am using this, its not working... any ideas? ∓ regards, Shubhrata

Re: Font in Images

2006-12-13 Thread Kris Wolff
Hi, sounds good. Even if i don't understand how to enable, but i will find out. One problems are still unresolved, maybe i might ask you for a solution? - Images in PNG and TIFF output are not shown. its empty space. Thanx. BTW: i got 91 running - a misconfoiguration in my ide

Re: Font in Images

2006-12-13 Thread Olivier Mansour
Le 13 déc. 06 à 13:47, Kris Wolff a écrit : Hi again, ok my last question is: how do i enable fonts for images? i render a pdf and a image (currently png, but it is not fixed, so if it possible only in tiff, its ok for me). the pdf works with fonts(see last post), but the png does not.

Re: Question to Repository

2006-12-13 Thread Andreas L Delmelle
On Dec 13, 2006, at 19:27, Kris Wolff wrote: I reduild from the repository and build a clean setup, while compailing i notice the fonts folder is empty: /VOL2/src/java/org/apache/fop/fonts/FontSetup.java:22: package org.apache.fop.fonts.base14 does not exist import org.apache.fop.fonts.bas

Re: Troubleshooting "No meaningful layout" errors

2006-12-13 Thread Andreas L Delmelle
On Dec 13, 2006, at 19:18, Paul Moloney wrote: Hi, A particular user manual is giving a "No meaningful layout" error. [ERROR] file:/home/pmoloney/svn/pplus/docs/manuals/target/fo/ care_applications_g uide/care_applications_guide.fo:88:696 No meaningful layout in block after many attempts.

Re: Question to Repository

2006-12-13 Thread Kris Wolff
I reduild from the repository and build a clean setup, while compailing i notice the fonts folder is empty: /VOL2/src/java/org/apache/fop/fonts/FontSetup.java:22: package org.apache.fop.fonts.base14 does not exist import org.apache.fop.fonts.base14.Helvetica; How do you compaile? What is mi

Troubleshooting "No meaningful layout" errors

2006-12-13 Thread Paul Moloney
Our build system: * DocBook XSL 1.70.1 * Saxon 6.5.5 * FOP 0.20.5 A particular user manual is giving a "No meaningful layout" error. [ERROR] file:/home/pmoloney/svn/pplus/docs/manuals/target/fo/care_applications_g uide/care_applications_guide.fo:88:696 No meaningful layout in block after many

Re: How to plug in Error Handling in Fop beta

2006-12-13 Thread jelka . kosir
Update so fa on the error handling issue I have: I've tried to implement my own ErrorListener that would propagate errors created in fop and transfer them to my java code scope. Still errors like "Error while recovering image information" when image is not found do not raise exception -> I can

Strage: Image and font

2006-12-13 Thread Kris Wolff
Hi, if i do this: weight="normal" font-style="normal"> it works. The font is enabled in pdf. But if i add a image like: weight="normal" font-style="normal"> http://localhost:8084/PHYRE- dtp/assets/test.jpg)"/>

Re: Font Question

2006-12-13 Thread Kris Wolff
Hi Sabine, thanx a lot, i'll try it this way. do you know any class to render pdf2image? maybe i should try it this way. Kris On Dec 13, 2006, at 2:02 PM, s.schwanitz wrote: Hi, i'm setting the font-base in my java app using "fopFactory.setFontBaseURL("etc/fonts/")" (using fop trunk); A

Re: Font Question

2006-12-13 Thread s.schwanitz
Hi, i'm setting the font-base in my java app using "fopFactory.setFontBaseURL("etc/fonts/")" (using fop trunk); Add your current web/fonts folder to your classpath . Then the simple reference to "calligra.ttf" should work. I don't know anything about integrating fonts with images. Sabine

Font in Images

2006-12-13 Thread Kris Wolff
Hi again, ok my last question is: how do i enable fonts for images? i render a pdf and a image (currently png, but it is not fixed, so if it possible only in tiff, its ok for me). the pdf works with fonts (see last post), but the png does not. i try: in configuration,

Re: Font Question

2006-12-13 Thread Kris Wolff
Ok, font-base does not do anything in my project wonder why. but this works: How can i set the Path to the WEB-INF? Is there is any posibility to abstract the config? Thanx again. On Dec 13, 2006, at 1:27 PM, Kris Wolff wrote: Hi, thanx, but this is not working for me. I

Re: Font Question

2006-12-13 Thread Kris Wolff
Hi, thanx, but this is not working for me. I set the font-base ans strip down the font-tag, checked it, triesd with metrics-url and metrcs file. tryed with the full path, and with /path_to_font and file:/// path_to_font, always replacing to default-font. i recreated the metrix with -enc a

Re: Font Question

2006-12-13 Thread s.schwanitz
Hi Kris, try to set the font-base attribute in fo config file. It's right under the root. You might need to specify font-weight and font-style in directly your stylesheet, too so that it exactly matches the config settings. e.g.. font-weight="normal" font-style="normal"> Go

Font Question

2006-12-13 Thread Kris Wolff
Hi folks, i try very hard to enable a font but without any result. This morning i went to bed and hoped it helps.. but today i stuck in the same place. Font is not working. Maybe you can help me. I am using Fop 0.90 with Tomcat 5.5. on a Mac. I graped a ttf font and build the xml: --< # jav

Re: Question to Repository

2006-12-13 Thread Kris Wolff
Hi, actually i removed to 90 his morning, but I can rememer 2 Things: 1. There is a part where the 14Base fonts are loaded, its going like new Helvetica(configurationParameter); for me it works only if i remove the Parameter. 2. i get the "Don't know how to handle "application/pdf" as an output

RE: Assigning value to html tag

2006-12-13 Thread KS.Bhaskar
Hi Mahmoudi, Thanks a lot it is working fine. Thanks and Regards Bhaskar K S Associate Consultant - Investment Banking i-flex solutions limited - Bangalore i-flex center, Kundalahalli Tel. Office: 91-80-66596589 e-mail: [EMAIL PROTECTED] __

Re: Assigning value to html tag

2006-12-13 Thread mahmoudi ould abdel vetah
hi, you can do it with : i home this help! you. 2006/12/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi, I am reading one of the tag values (name ) from xml. How can I assign this tag value to html attribute? Example 12 then I want set the column width () to 12 units. Thank

Assigning value to html tag

2006-12-13 Thread KS.Bhaskar
Hi, I am reading one of the tag values (name ) from xml. How can I assign this tag value to html attribute? Example 12 then I want set the column width () to 12 units. Thanks and Regards Bhaskar K S Associate Consultant - Investment Banking i-flex solutions limited - Bangalore