Extracting image embeddede in XMLfile using XSL????????

2001-09-14 Thread rajeev nair
hi, the question is some what out of group. any way please help me. I want to extract the image that i embedded in xml file using the img element using xsl stylesheet. that is, if my xml file is: ?xml version=1.0? ?xml-stylesheet type=text/xsl href=a.xsl root img src=a.gif/ /root How my a.xsl

How can i extract image from xml file using xsl stylesheet?

2001-09-14 Thread rajeev nair
hi, this question is some what out of group.anyway please anyone kindly help me. I want to extract image from my xml file using xsl styling. my xml file is: ?xml version=1.0? ?xml-stylesheet type=text/xsl href=a.xsl? root img src=a.gif/ /root What would be my xsl file so that i can get the image

Re: Centering fo:table elment

2001-08-29 Thread rajeev nair
hello, thanx for ur prompt response. whenever i tried using display-align=center in fo:table or fo:table-body element ,the warning 'display-align' property ignored is occuring.i'm using fop-0.18.1 .further help expected regards rajiv --- Nikolai Grigoriev [EMAIL PROTECTED] wrote: how can i

Centering fo:table elment

2001-08-27 Thread rajeev nair
hi all, how can i align the fo:table elment at center of the page in xsl-fo. also how can i give space between two fo:block elements. any help will be greately appreciated. regards rajiv __ Do You Yahoo!? Make international calls for as low as

Image Extraction From xml using xsl-fo????

2001-08-26 Thread rajeev nair
Hi all, How can I extract the image defined in xml file with img tag, in xsl-fo file so that I can get the image in pdf file. that is,my xml tagged like img src=abcd.gif/ what should be my xsl-fo code so that I can get abcd.gif in pdf. i don't want again to write fo:block fo:external-graphic

RE: Image Extraction From xml using xsl-fo????

2001-08-26 Thread rajeev nair
sir, thanx a lot for ur kind help. regards rajiv --- [EMAIL PROTECTED] wrote: that is,my xml tagged like img src=abcd.gif/ what should be my xsl-fo code so that I can get abcd.gif in pdf. i don't want again to write fo:block fo:external-graphic src=file:abcd.gif/ /fo:block in my

Re: pdf to xml ?????

2001-07-31 Thread rajeev nair
Hai Alex, Thanks a lot for ur prompt response.Actually I'm trying to create structured xml of the content of a PDF file. thanx again in advance rajiv --- Alex McLintock [EMAIL PROTECTED] wrote: --- rajeev nair [EMAIL PROTECTED] wrote: hi all, How can i convert pdf files into xml files

pdf to xml ?????

2001-07-30 Thread rajeev nair
hi all, How can i convert pdf files into xml files. Any help will be greatly appreciated. regards rajiv __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

Can I use .opf file for creating pdf using fop?????

2001-07-26 Thread rajeev nair
Hi all, Can anyone help me how i can use .opf file for creating .pdf using fop. What are the different steps to follow ? Is their any fop class which take .opf file as input and produce .pdf? thanks in advance. rajiv __ Do You Yahoo!? Make

Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread rajeev nair
hello, I really want to use xml file like... ?xml version=1.0? body a1 'Ignore' /a1 a2 cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls gh NksM+ nsus ds fy, /a2 /body and to use xsl file as given already so that i can make corresponding pdf.If i remove the fo:inline and use fo:block instead

Re: different Fonts in Same Line.

2001-07-16 Thread rajeev nair
Hello Jeremias, Thanks a lot for ur suggestion.But I couldn't get anything relevant there.any more help ? best regards rajiv --- Jeremias Maerki [EMAIL PROTECTED] wrote: I want to add 2-3 different fonts in same fo:block. means in a paragraph there is serif,Richa,Arial in same line.

Aligning image on center of a page?????

2001-07-15 Thread rajeev nair
hi all, how can i place image on center. when i use align=center on fo:block or in fo:external-graphic element itself,message align ignored is occuring.I'm confused.please anyone help me? regards rajiv __ Do You Yahoo!? Get personalized email

Re: fonts

2001-07-15 Thread rajeev nair
hello why don't u make ur own font metric xml file for arial? You can make it from ttf files easily by using the class TTFReader in fop. regards rajiv --- Wolf Gustavo (SGC-EXT) [EMAIL PROTECTED] wrote: Hi all, has someone implemmented Arial and Arial-italics? If the answer is

different fonts in same fo:block ??????

2001-07-14 Thread rajeev nair
hello, I want to add 2-3 different fonts in same fo:block. means in a paragraph there is serif,Richa,Arial. If i use fo:block it will be in different lines. I tried with fo:inline-sequence.but was in vain. can anyone help me? regards rajiv __ Do

XHTML to PDF using FOP????

2001-07-11 Thread rajeev nair
HELLO, can anybody help me to convert my XHTMLinto pdf. the XHTML I'M GIVING BELOW.if I avoid all the anchor tags(a)tags and table tags and make it pure xsl data file then i'm easily able to write xslfo file for this and it is making good pdf. But for the given Xhtml file how i write xslfo.My

Unknown Font??

2001-07-09 Thread rajeev nair
hello, My font metric file is: ?xml version=1.0 encoding=UTF-8? font-metrics type=TYPE0 font-namec:\Windows\fonts\SHIVB___.ttf/font-name embed/cap-height516/cap-height x-height498/x-heightascender970/ascender descender-462/descender bboxleft-516/leftbottom-462/bottom

Unknown Font

2001-07-08 Thread rajeev nair
hello all, Now i got my userconfig file read.but the font i embedded is not taking into consideration.error unknown font is occuring. I built the font metric xml file and customised the userconfig.xml as per the docs provided.I was trying java -cp fop.jar org.apache.fop.fonts.apps.TTFReader

Font Metric file from ttf file??

2001-07-06 Thread rajeev nair
hello i have the ttf file and was trying to make fontmetric file using TTFReader class which is in fop.jar file.I was trying with java -cp fop.jar java org.apache.fop.fonts.apps.TTFReader C:\fonts\SHIVN___.ttf C:\fonts\SHIVN___.ttf shiva.xml but error no class found is obtaining.But i can see

Font Metric file from PFB file??

2001-07-05 Thread rajeev nair
hello, how can i generate font metric file from pfb fies which comes with font files.I don't have pfm files.I read that The PFMReader tool does not yet interpret PFB files.Please help me. regards rajiv --- Keiron Liddle [EMAIL PROTECTED] wrote: On Sat, 30 Jun 2001 13:36:24 rajeev nair wrote

Font addition

2001-06-29 Thread rajeev nair
hi, what are the fonts i can add to pdf using fop. can i use Hindi fonts like,Shiva Normal,ShivaMedium,Richa etc. can anyone help me? regards rajiv __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/