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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6020 - 6049 of 7431   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6020
Dear list subscribers, RenderX has released XEP 4.1, a new version of its XSL processor and accompanying tools. The new version features - Support for...
Alexander Peshkov
alexander_pe...
Offline Send Email
Dec 1, 2004
11:20 am
6021
Is there a way to get text that would normally fit on on 1 1/4 pages all on one page? [Non-text portions of this message have been removed]...
Phillip Cruz
phillipacruz
Offline Send Email
Dec 2, 2004
12:04 am
6022
I'm sorry if I'm missing the obvious, but I've looked everywhere and still don't get it. I'm using XEP 4.0, and using <xsl:document> to create multiple PDF...
Susan
slwm98
Offline Send Email
Dec 2, 2004
6:17 am
6023
... Normal tricks include: decreasing page margins, line height, and font size. <snip/> Chris...
Chris Bowditch
bowditch_chris@...
Send Email
Dec 2, 2004
8:48 am
6024
... Additionally, changing font-family may save you 25% of the page. Regards, Victor Vishnyakov...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Dec 2, 2004
10:14 am
6025
Look at any images as well; sometimes you can reduce image size dramatically without loosing quality. Plus, if you can, look at the content of the text. Maybe...
Nicola Harlow
dragoncitycouk
Offline Send Email
Dec 2, 2004
10:22 am
6026
Thanks everyone for the tips but I was wondering if there was a way to have maybe a variable font size based on the length of the document. For example, if the...
Phillip Cruz
phillipacruz
Offline Send Email
Dec 2, 2004
12:47 pm
6027
... There is no such facility in XSL-FO. I believe that Antenna House provide a "squeeze to fit" extension for overflow that might work--if your document needs...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 2, 2004
3:23 pm
6028
Hi, I have been challenged by the following, I need to publish blocks of text that required the left part of the text in yellow background color, and the right...
C. Myers
ccmyers98
Offline Send Email
Dec 2, 2004
10:29 pm
6029
... You can set the background color on fo:inline or fo:block, which will set the background color for the text. <fo:block background-color="yellow">This is...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 2, 2004
11:04 pm
6030
Dear... Thank you. Regards, SNL....
soenaylynn@...
Send Email
Dec 3, 2004
3:16 am
6031
You didn't understand my issue. If you are interestes, you can read my posting again. Thanks for the reply. ... You can set the background color on fo:inline...
C. Myers
ccmyers98
Offline Send Email
Dec 3, 2004
2:39 pm
6032
... Then I don't understand your problem. If you know which part is "left" and which part is "right" then you know enough to wrap the data in the appropriate...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 3, 2004
3:28 pm
6033
In HTML make-up there is a trick when as a background was used 1px height and 1000px width gif with Xpx of the required color and (1000-X)px of the transparent...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Dec 6, 2004
6:40 am
6034
I am using following code snippet to display page number in my xsl-fo <fo:static-content flow-name="xsl-region-after"> <fo:block font-family="Helvetica"...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Dec 6, 2004
7:31 am
6035
Add page <fo:page-number/> of <fo:page-number-citation ref-id="theEnd"/> to your fo:static-content and add <fo:block id="theEnd"/> to the end of your document....
Victor Vishnyakov
victor_vishn...
Offline Send Email
Dec 6, 2004
7:50 am
6036
Victor, I added <fo:page-sequence master-reference="A4" initial-page-number="1" language="en" country="us"> and <fo:static-content...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Dec 6, 2004
11:07 am
6037
Thanks for your reply. The problem is that I don't know which text belongs to the left or right. I created a word file attached, hopefully I stated this issue...
C. Myers
ccmyers98
Offline Send Email
Dec 6, 2004
6:13 pm
6038
... The attachment didn't survive. But I'm not sure I understand your issue. Either you know which text belongs two which language, in which case you can...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 6, 2004
7:17 pm
6039
<fo:table-cell> <fo:block>Other properties can be found in section 10. The number 1 should exist in the section 5.</fo:block> </fo:table-cell> How should I...
C. Myers
ccmyers98
Offline Send Email
Dec 6, 2004
7:47 pm
6040
... Still can't understand exactly what you're trying to do--if there was HTML formatting I only view mail as plain text. Can you do a pure text representation...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 6, 2004
9:00 pm
6041
Thanks for your hint of using nested block-container. I got it solved. -- Ching "W. Eliot Kimber" <ekimber@...> wrote: ... The attachment...
C. Myers
ccmyers98
Offline Send Email
Dec 6, 2004
9:01 pm
6042
Hi, I need to use the column-width as a base variable to derive another value dynamically, I tried to use the function of "from-table-column()", it didn't...
C. Myers
ccmyers98
Offline Send Email
Dec 6, 2004
11:43 pm
6043
Sorry that I used the wrong subject in my last posting. ... __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile...
C. Myers
ccmyers98
Offline Send Email
Dec 6, 2004
11:48 pm
6044
... The XSLT and XSLFO processes are separate, and the XSLFO process happens afterwards, so there is no way to get information from the XSLFO process into ...
Chris Bowditch
bowditch_chris@...
Send Email
Dec 7, 2004
9:23 am
6045
... In a one-pass process. Using two passes you can, of course, do whatever you need, although it may not always be straightforward. Both XEP and XSL Formatter...
W. Eliot Kimber
drmacro
Online Now Send Email
Dec 7, 2004
2:28 pm
6046
I have this: Page <fo:page-number/> of <fo:page-number-citation ref-id="theEnd"/> to show the page #'s in the after section. I also place <fo:block id="theBeg"...
CHRISTIE HOLLIS
theonlysugar...
Offline Send Email
Dec 7, 2004
2:48 pm
6047
Greetings. Is there a third party PDF Viewer and Printer outside of Adobe Reader? These are my current options and look for other suggestions from the group, ...
Bharath Belagodu
bbelagodu
Online Now Send Email
Dec 7, 2004
8:02 pm
6048
hi, have you tried http://xml.apache.org/fop/ its open-source :) ... __________________________________ Do you Yahoo!? All your favorites on one personal page...
Iceal Thaddeus Lim
ie_lim
Online Now Send Email
Dec 7, 2004
9:05 pm
6049
XPDF is an option. http://www.foolabs.com/xpdf/home.html Werner. ... -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803...
Werner Donné
werner.donne@...
Send Email
Dec 8, 2004
9:11 am
Messages 6020 - 6049 of 7431   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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