Hi .. I have a doubt..
Can we run fop natively?
Thanaks....
Jana.
Search found 8 matches
- Wed Mar 22, 2006 8:56 am
- Forum: XSLT and FOP
- Topic: Can we run fop natively?
- Replies: 1
- Views: 3398
- Sat Mar 04, 2006 12:56 pm
- Forum: XSLT and FOP
- Topic: How to set the fonts in fop-0.91beta
- Replies: 1
- Views: 4108
How to set the fonts in fop-0.91beta
Hi Iam using \fop-0.91beta version... I have set the fonts like this in conf/fop.xconf <fonts> <!-- example --> <font metrics-url="C:\arial.xml" embed-url="C:\arial.ttf" kerning="yes"> <font-triplet name="Arial" style="normal" weight="normal"/> <font-triplet name="ArialMT" style="normal" weight="nor...
- Tue Feb 28, 2006 8:35 am
- Forum: XSLT and FOP
- Topic: font-pitching
- Replies: 1
- Views: 3153
font-pitching
Hi...
I have a problem with fonts. How to set the font pitching and pixel in XSL-FOP side....
Thank You
Bye
Jana.
I have a problem with fonts. How to set the font pitching and pixel in XSL-FOP side....
Thank You
Bye
Jana.
- Wed Feb 22, 2006 7:37 am
- Forum: XSLT and FOP
- Topic: How to write the xsl file for rectangles and lines
- Replies: 0
- Views: 4291
How to write the xsl file for rectangles and lines
Hi .... I have a doubt in FOP This is my xml file.... I want to print the lines and rectangles in pdf... But i don't know how to write .xsl file..... XML file: <report><page number="1"> <line x1="354.000000" y1="315.000000" x2="354.000000" y2="415.000000" t1="1" t2="0" t3="0" t4="0"> </line> <rect x...
- Sun Feb 05, 2006 1:23 pm
- Forum: XSLT and FOP
- Topic: how to read 2 xml files and xsl file in XSLTInputHandler....
- Replies: 1
- Views: 3246
how to read 2 xml files and xsl file in XSLTInputHandler....
Hi... I have done some modifications in userconfig.xml file (fop/lib/userconfig). In command prompt i have run like this: fop -c D:\xmlpdf\fop-0.20.5-bin.tar\fop-0.20.5\conf\userconfig.xml -xml xmloutput2.xml -xsl xslfo.xsl -pdf test.pdf but i have written a java file., in tht XSLTInputHandler metho...
- Wed Feb 01, 2006 8:21 am
- Forum: XSLT and FOP
- Topic: i need MimeConstants.class file
- Replies: 1
- Views: 3445
i need MimeConstants.class file
Hello I want to ( org.apache.fop.apps.MimeConstants) MimeConstants.class file.
My FOP folder does not contain this file. where can i get this class file.
bye
jana.
My FOP folder does not contain this file. where can i get this class file.
bye
jana.
- Mon Jan 30, 2006 8:04 am
- Forum: XSLT and FOP
- Topic: How to convert the binary image into pdf (xml TO pdf)
- Replies: 1
- Views: 3961
How to convert the binary image into pdf (xml TO pdf)
Hello .... I have to convert following xml file into pdf.... The binary format is existing between the image tags ... How to display this image in pdf.... using xsl ... How to write the xsl file..... <Drawing> <Image>iVBORw0KGgoAAAANSUhEUgAAAJEAAACRCAIAAABMus10AAAB8ElEQVR4nO3aQU7DMBRAwRj1/lcO CxZIqG...
- Wed Jan 18, 2006 9:59 am
- Forum: XSLT and FOP
- Topic: how to display the element attribute values (xml to pdf)
- Replies: 1
- Views: 3172
how to display the element attribute values (xml to pdf)
Hello....
This is my xml file like this
<info>
<emp name="jana" id="1228"></emp>
</inf>
Iam converting xml file into pdf using FOP.
i need output like this:
name : jana
id : 1228
how to modify the xsl file.... please give the solution as soon as possible
This is my xml file like this
<info>
<emp name="jana" id="1228"></emp>
</inf>
Iam converting xml file into pdf using FOP.
i need output like this:
name : jana
id : 1228
how to modify the xsl file.... please give the solution as soon as possible