... Try display-align="bottom" on the table cell. ... Well, display alignment in FOP isn't exactly complete, but you may be lucky. J.Pietschmann...
4783
cychung555
Jan 14, 2004 7:26 pm
Hi, I'm new to this group. My background is as a technical writer. I'm currently investigating XSL-FO as a possible documentation single-source solution. I...
4784
J.Pietschmann
j3322ptm
Jan 14, 2004 9:50 pm
... You can't increment variables. There are three ways to get some sort of numbering: 1. Use <xsl:value-of select="position()"/> You can add an offset and/or...
4785
markivs2003
Jan 15, 2004 3:20 am
Thanks a lot for all your response. It was helpful. The reason why I wanted to add a space at the end was because, I was little hesitant to use padding-right...
4786
Arman Melkumyan
cedit_arman
Jan 15, 2004 7:15 am
Hi! I have a task to get a parth of any existing pdf file and to place it into specific place on a page of other PDF. Can I do it by java? Is there any...
4787
Victor Vishnyakov
victor_vishn...
Jan 15, 2004 7:43 am
... Have you ever seen PDF Reference? The structure of PDF is not text-like or HTML-like. Think of PDF as a vector graphics data, not a text. As Aandi Inston...
4788
Arman Melkumyan
cedit_arman
Jan 15, 2004 8:00 am
Ok, If it is SVG, I'd like to get (copy) a region and paste it into other Page . Can I do it? ... From: Victor Vishnyakov [mailto:tch_@...] Sent: Thursday,...
4789
Victor Vishnyakov
victor_vishn...
Jan 15, 2004 8:21 am
... other Page . Can I do it? Yes, for sure. But it is SVG forum specific issue. You may take a look at SVG spec "14.3 Clipping paths". SVG is supported for...
4790
David Tolpin
dvd@...
Jan 15, 2004 8:46 am
... Arman, while a PDF file does not normally contain paragraphs and tables, it does have structure; programs that embed or manipulate PDF files read this...
4791
Christian Brugeron
brugeron2002
Jan 15, 2004 9:54 am
Basically, I would avoid for-each loops, and replace the by templates that match elements. It is a better approach for XSL. Christian ... De : J.Pietschmann...
4792
Arman Melkumyan
cedit_arman
Jan 15, 2004 10:12 am
and extract needed parts or re-order them. PDF is a tree-like, rather than linear, format. Tree-like - I'st good for me to get the tree-like formated...
4793
Victor Vishnyakov
victor_vishn...
Jan 15, 2004 10:34 am
... There is no user/programmer friendly text in PDF. This is graphical, not a text format. For example this is the page contents for the phrase Hello world: ...
4794
Arman Melkumyan
cedit_arman
Jan 15, 2004 10:55 am
... From: Victor Vishnyakov [mailto:tch_@...] Sent: Thursday, January 15, 2004 2:37 PM To: XSL-FO@yahoogroups.com Subject: RE: [XSL-FO] How to get PDF...
4795
Arman Melkumyan
cedit_arman
Jan 15, 2004 11:22 am
How can I do "Crop" from a PDF page? If yes, then dose it returns SVG content object and can I draw that croped object on othe page? [Non-text portions of...
4796
Victor Vishnyakov
victor_vishn...
Jan 15, 2004 11:24 am
This is not XSL-FO issue ... Try PDF or SVG forums. Regards, Victor Vishnyakov ... http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/9rHolB/TM ... Yahoo! Groups...
4797
arianhojat2000
Jan 16, 2004 5:57 pm
I psoted this somewhere else and actually some a question about xsl:text in FO which is something i wanted to control more easily than doing a letter-spacing...
4798
Victor Vishnyakov
victor_vishn...
Jan 17, 2004 8:25 am
6.6.9 fo:leader Regards, Victor Vishnyakov...
4799
christian brugeron
brugeron2002
Jan 17, 2004 8:59 am
Maybe fo :character ? ... De : Victor Vishnyakov [mailto:tch_@...] Envoyé : samedi 17 janvier 2004 09:28 À : XSL-FO@yahoogroups.com Objet : RE: [XSL-FO]...
4800
Victor Vishnyakov
victor_vishn...
Jan 17, 2004 9:14 am
... fo:character can't be repeated for several times automatically. "leader-pattern" attribute can be either "space" or "use-content". "fo :character" might be...
4801
G. Ken Holman
g_ken_holman
Jan 17, 2004 4:01 pm
Good morning, all! Happy new year (Gregorian and lunar)! Just a quick note to check our home page for four new in-depth, comprehensive, hands-on XSL training...
4802
m_goga
Jan 19, 2004 6:10 pm
I have a 3 column flow which needs a border separating these flows. All the 3 borders need to show irrespective of content. I have the relevant snippet: ...
4803
G. Ken Holman
g_ken_holman
Jan 19, 2004 6:44 pm
... That is what I use; the region-body does not allow a border or padding and I believe the normal-flow reference areas within the region-body are similarly...
4804
Devon
dfy117
Jan 19, 2004 8:20 pm
Hi, I'm used to XSLT and I've just started diving into XSL-FO 3 days ago. I'm having a problem figuring out how to make something work. I have some pages of...
4805
G. Ken Holman
g_ken_holman
Jan 19, 2004 8:42 pm
... Welcome! ... This issue is required by many people. ... By playing with markers and putting the "continued..." in the region-before; there are no...
4806
J.Pietschmann
j3322ptm
Jan 19, 2004 9:05 pm
... It's not obvious because there is no simple built-in construct in XSLFO 1.0 (this may be fixed in the next release of the standard). A common solution is...
4807
gjlloyd
Jan 20, 2004 6:12 pm
i have set my page left and right margins in my simple-page-master to be (alternating odd-even) 1.25in & .375in. this is too alow for the document to be...
4808
G. Ken Holman
g_ken_holman
Jan 20, 2004 6:29 pm
... Are you sure you don't have something like wrap-option="no-wrap" or other properties that enforce the line constraints over and above the page constraints?...
4809
David Tolpin
dvd@...
Jan 20, 2004 6:37 pm
... The suggestion is to ask the question on XEP support list, http://xep.xattic.com/xep/lists.html David Tolpin http://davidashen.net/...
4810
Dieter Zysk
smash53844
Jan 20, 2004 7:16 pm
Ich werde ab 20.01.2004 nicht im Büro sein. Ich kehre zurück am 23.01.2004. Ich bin vom 20.01. - 22.01 nicht im Haus...
4811
Basit Hussain
basit_153
Jan 20, 2004 8:38 pm
I m new to XSL-FO and I am facing a small problem. I have to give page numbers to all my pages. I m able to do that. I want the page numbers to appear in the...