Need Help. Can anyone give some example for configuring the font information to render entities of different glyphs. We have some entities like Aacute, barwed...
6303
Werner Donné
werner.donne@...
Mar 24, 2005 1:57 pm
I suggest PassiveTeX. Werner. ... -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: werner.donne@......
6304
virgul4u
Mar 24, 2005 3:25 pm
Hi, I have a big probleme how to Avoid page break inside the group of blocks? I have read one xslfo-zone.com this: Apache FOP: Failed to keep blocks together....
6305
astragh
Mar 24, 2005 3:33 pm
Hi to the forum, I am creating an XML from a JSP page using FOP to so that the page can be viewed as a PDF. I have a query regarding parsing html tags that...
6306
Klaas_Bals@...
klaasbals
Mar 24, 2005 4:05 pm
"Nicola Harlow" <nicola.harlow@...> wrote on 22/03/2005 15:17:28:
> Hi,
> > > > Does anyone have an example of a form in XSL:FO?
> > I want to...
6307
Victor Vishnyakov
victor_vishn...
Mar 25, 2005 9:27 am
Why doing double conversion? How about writing JSP that produces XSL-FO directly? Best Regards, Victor Vishnyakov http://xslf-zone.com/...
6308
astragh
Mar 25, 2005 9:39 am
Hi Victor Vishnyakov, Many thanks for taking the time to reply... I will go ahead and try what you suggest with my Java DispatchAction class, but was unsure if...
6309
astragh
Mar 25, 2005 11:27 am
For some reason my XML has < displayed for < and > for > which then displays the <fo:inline font-style="italic"/> in the PDF. Any idea why this would be?...
6310
astragh
Mar 25, 2005 12:58 pm
Found that using DOE (disable output encoding) within the xsl:value- of helps to prevent the > etc from being displayed. ... which ... try ... unsure ... ...
6311
Andreas Jung
lists@...
Mar 25, 2005 6:58 pm
Hi, I am currently evaluating XSL-FO as solution to produce PDF and RTF from XHTML on Windows and Linux. I succeeded in converting XHTML to XSL-FO using...
6312
Andreas Jung
lists@...
Mar 25, 2005 6:59 pm
Hi, I am currently evaluating XSL-FO as solution to produce PDF and RTF from XHTML on Windows and Linux. I succeeded in converting XHTML to XSL-FO using...
6313
virgul4u
Mar 29, 2005 1:10 pm
Hi, I use Fop My probleme is this: I need to have at the end of my current page the number of the next page. like: The next page is page ... Is there any way...
6314
G. Ken Holman
g_ken_holman
Mar 29, 2005 1:15 pm
... Not in XSL-FO 1.0 ... it would have to be an extension feature offered by a processor. ................. Ken -- World-wide on-site corporate, govt. & user...
6315
Carolyn
bettyrubble2000
Mar 29, 2005 2:50 pm
I've tried about everything I can think of and I admit, I'm not as educated in XSL:FO as I'd like to be but I'm hoping someone can help me with this... I have...
6316
virgul4u
Mar 29, 2005 3:04 pm
Hi, Thanks for your answer! But are you sure about that? There is no way to add 1 to the fo-number? Thanks for your feedbacks Thierry ... next page. ... ...
6317
Nicola Harlow
dragoncitycouk
Mar 29, 2005 3:13 pm
Hi, An unrelated but relevant question, why do you need to tell your users what the number of the next page is? Thanks, Nicola Nicola Harlow Technical Author ...
6318
G. Ken Holman
g_ken_holman
Mar 29, 2005 3:27 pm
... You're welcome. ... Yes, I'm quite sure. I've been looking at this stuff for a while now. ... There is no arithmetic with page numbers in XSL-FO (be...
6319
MasConejos
Mar 29, 2005 6:59 pm
I'm not promising anything, but there might be a way to fake it, depending on the stucture of your input xml. Say, for example, your data is of the form <doc> ...
6320
g_li
Mar 29, 2005 9:02 pm
Anybody know how can I get a line break like <br> in HTML? Thanks....
6321
G. Ken Holman
g_ken_holman
Mar 29, 2005 9:55 pm
... If you only want to interrupt a line, then use: <block/> If you need the effect of multiple <br> creating multiple lines, then use: ...
6322
virgul4u
Mar 30, 2005 5:53 am
Thanks for all your answer that's great! I work for (not in) the swiss administration and the old pdf make with pcl5 has this on it. So the question is : Is it...
6323
virgul4u
Mar 30, 2005 5:57 am
Hi, or you can make this for have a space after your fo:block : <fo:block padding-after="12pt"></fo:block> 12pt: depend on the height of your times ++ Thierry...
6324
Altsoft Xml2PDF
xml2pdf
Mar 30, 2005 9:51 am
Xml2PDF formatter version 2.2 March 30, 2005 Altsoft N.V. Altsoft N.V. announces the release of version 2.2 of its Xml2PDF formatting engine. New XSL-FO...
6325
virgul4u
Mar 31, 2005 5:56 am
Hi, You have help me to found how to have a header for the first page and a different for the other. thanks But now I have an other question is it possible to...
6326
Victor Vishnyakov
victor_vishn...
Mar 31, 2005 6:44 am
See 7.25.14. “page-position” in the spec. <fo:conditional-page-master-reference page-position="last" master-reference="last-page-without-footer"/> Best...
6327
virgul4u
Mar 31, 2005 7:56 am
... What is the spec? where i can find them? ... That work also with fop? Thanks for your help!!! Thierry...
6328
Victor Vishnyakov
victor_vishn...
Mar 31, 2005 8:16 am
... http://www.w3.org/TR/xsl/ Best Regards, Victor Vishnyakov http://xslfo-zone.com/...
6329
Chris Bowditch
bowditch_chris@...
Mar 31, 2005 9:02 am
... page-position="last" is not implemented in FOP, yet. You might be able to achieve what you want using Markers. Chris...
6330
virgul4u
Mar 31, 2005 11:59 am
... able to ... Thanks for all your answer That help me so much! But for the Markers have you any example or weblink? Because I don't found a very good...
6331
virgul4u
Mar 31, 2005 12:41 pm
If you know a things for the last xsl-region-after don't appear, hide, put a blank picture,... in front of this xsl-region-after or nothings else? I am very...