Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6464 - 6493 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6464
hi i use FOP to generate pdf and i would use svg inside but this can't work. can you give me an example please. thank you....
minou_girl2005
Offline Send Email
May 2, 2005
10:41 am
6465
well first reference the svg namespace at root of fop document so it understand svg elements... <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" ...
arianhojat2000
Offline Send Email
May 2, 2005
1:55 pm
6466
But this example not work in my pc. When i write <svg:svg>,an error appears and the execution interrupts. i use jdk 1.3 and FOP. svg code can not be supported...
minou_girl2005
Offline Send Email
May 2, 2005
2:25 pm
6467
FOP 'can' process svg. So - if you get an error there is most likely something wrong with your installation. What platform / OS are you using and how are you...
Mike Trotman
mike.trotman@...
Send Email
May 2, 2005
2:57 pm
6468
i use windows 2000,i run FOP with java class. the execution interrupts and exits. I use version FOP 0.20.5 and there is the Batik jar in the FOP. ... your ... ...
minou_girl2005
Offline Send Email
May 2, 2005
3:38 pm
6469
Hello, btw thanx Mike Trotman the document('blah.aspx') for getting date info worked well. Now i am trying to align 2 pieces of info, on 1 line, at the bottom ...
arianhojat2000
Offline Send Email
May 2, 2005
5:11 pm
6470
simple example: run this... command prompt> fop -fo example.fo -pdf example.pdf pdf file has svg in it? example.fo is... <fo:root...
arianhojat2000
Offline Send Email
May 2, 2005
5:20 pm
6471
... This is a little fo trick: - set text-align-last="justify" on your block - put an auto-length space leader between the two parts: <fo:block...
Eliot Kimber
drmacro
Online Now Send Email
May 2, 2005
5:29 pm
6472
I use a class java to generate pdf,and your example can not work. when i put a code svg,the execution interrupts. can you give me please more inforamations...
minou_girl2005
Offline Send Email
May 3, 2005
7:30 am
6473
I don't think FOP 0.20.5 supports 'auto' leader.length - but leader.length.maximum='100%' should have the same effect. And if you have any ideas how to really...
Mike Trotman
mike.trotman@...
Send Email
May 3, 2005
5:07 pm
6474
Hi, How do i write current month and year in the footer of FO? Regards, Sachin. __________________________________________________ Do You Yahoo!? Tired of...
sachin rathod
rsachin_01
Offline Send Email
May 3, 2005
7:28 pm
6475
... It would help if you described the problem in more detail. Cut&paste the console output might be a good start. J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
May 3, 2005
8:04 pm
6476
... Put it as content into the footer of the FO document. Details depend on how you actually generate the FO. J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
May 3, 2005
8:05 pm
6477
I want to a function or tag which i can write so that when i create a RTF( using jfor) from this FO it should display the current month and year in RTF...
sachin rathod
rsachin_01
Offline Send Email
May 3, 2005
9:15 pm
6478
As fas as I know - the only way to include dynamic content in the output from a static FO file is through an <fo:external-graphic> element which gets a...
Mike Trotman
mike.trotman@...
Send Email
May 3, 2005
10:28 pm
6479
This may be possible if the format of "fields" in RTF is known. I don't know it, but it is common in word processing documents to have dynamically updated...
Peter B. West
peterb_west
Offline Send Email
May 4, 2005
4:03 am
6480
Take a look at the following links: http://xslfo-zone.com/faq/xsl-fo/tables/how_to_center_table_cell_content.jsp ...
Victor Vishnyakov
victor_vishn...
Offline Send Email
May 4, 2005
5:53 am
6481
Hi, I'm trying to output a two column document that has certain information separated from the main flow of the body and placed at the bottom of the column of...
Jeff Sese @ Asiatype
ulyleeka
Offline Send Email
May 4, 2005
9:44 am
6482
Dear list subscribers, we are pleased to announce that a new version of XEPWIN 1.2 is released. Free download of trial version is available from ...
Alexander Peshkov
alexander_pe...
Offline Send Email
May 4, 2005
12:28 pm
6483
... For absolute positioning you can specify one or more of any of top, bottom, left, or right, so you can try specifying bottom and left, for example. Or use...
Eliot Kimber
drmacro
Online Now Send Email
May 4, 2005
2:51 pm
6484
... You are invited to subscribe and participate in one or both of the following discussion groups (hosted at YahooGroups) supporting the ongoing activities of...
Jon Noring
jon_noring
Online Now Send Email
May 4, 2005
8:22 pm
6485
I have an XML file that contains and inline png image. How do I display this on a PDF document? <material> <matimage embedded="Base64" ...
bg34342002
Offline Send Email
May 4, 2005
9:12 pm
6486
I have tried both the two solutions you have suggested, I'm trying to avoid using the block-container with absolute-position approach because the contents of...
Jeff Sese @ Asiatype
ulyleeka
Offline Send Email
May 5, 2005
3:03 am
6487
... Yes, if the body text may extend below the top of a bottom text then the absolutely-positioned block container will not work, for the reasons you've...
Eliot Kimber
drmacro
Online Now Send Email
May 5, 2005
3:15 am
6488
Hello, I want to display a fo:block in the "xsl-region-after", but it is not display in every page. It only need to display in the last page ! How can do this...
Eric Chow
eric138
Offline Send Email
May 5, 2005
9:32 am
6489
You should use fo:conditional-page-master-reference with page-position="last" Best Regards, Victor Vishnyakov http://xslfo-zone.com/...
Victor Vishnyakov
victor_vishn...
Offline Send Email
May 5, 2005
10:20 am
6490
Hello cbireddy tell me what do u want to do exactly., do u want to generate pcl and print it in a simplex and duplex format. mail me to...
Sivakumar Shanmugasun...
ssivakumar_ms
Offline Send Email
May 5, 2005
1:22 pm
6491
ya u can print in both the ways using print control language commands. virgul4u <virgul4u@...> wrote: Hi, I use FOP. I need of your knowledge in XSL-FO: ...
Sivakumar Shanmugasun...
ssivakumar_ms
Offline Send Email
May 5, 2005
1:24 pm
6492
I have a table and i want to number each row in that table using the list. How do i do that?? I am learning fo, so please help me. Thanks...
geethanandh
Offline Send Email
May 5, 2005
8:46 pm
6493
Hi, I am generating PDF from several HTML files using csstoxslfo and Xinc. The HTML from the different input files is concatenated and processed as a whole. Is...
Andreas Jung
ajung
Offline Send Email
May 6, 2005
11:17 am
Messages 6464 - 6493 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help