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 5007 - 5036 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5007
Hello, I followed the instructions in FOP site (http://xml.apache.org/fop/embedding.html#config-external) to embed a font to support japanese. My...
Mark Ivs
markivs2003
Offline Send Email
Mar 1, 2004
9:31 pm
5008
Mark Ivs wrote: <snip/> ... What you need is the font base dir. Documented here: http://xml.apache.org/fop/configuration.html#summary-key-value So put relative...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 2, 2004
9:09 am
5009
Thanks a lot for your response Chris. I made changes to userconfig.xml <font metrics-file="arialuni.xml" embed-file="arialuni.ttf" kerning="yes"> <font-triplet...
Mark Ivs
markivs2003
Offline Send Email
Mar 2, 2004
5:06 pm
5010
Mark Ivs wrote: <snip/> ... A couple of possibilities: 1) FOP isnt finding your user config xml file as you suggest below. 2) You have specified...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 3, 2004
9:01 am
5011
Chirs, Again, thanks for response. Now I see what the problem is. Earlier I was under the assumption that there are two ways to embed font. 1. Using the...
Mark Ivs
markivs2003
Offline Send Email
Mar 3, 2004
8:09 pm
5012
I was not fully correct earlier. I do need Configuration.put for fontBaseDir. So basically what I have right now in the code is... userConfigFile = new ...
Mark Ivs
markivs2003
Offline Send Email
Mar 3, 2004
10:41 pm
5013
hi can be fop recognized some chapter title, automatically in a side not down written is, but the chapter title written at the beginning of the next side . ...
mustapha maalej
sbata_1981
Offline Send Email
Mar 5, 2004
8:42 am
5014
Hello Sir/Madam ! I have a problem in XSL. Whenever there is a Page overflow, only contents for the page 1 is displayed and the other contents are ...
niranj_m
Offline Send Email
Mar 5, 2004
10:04 am
5015
I think that you are using block-container instead of blocks. usual behaviour cb ... [Non-text portions of this message have been removed]...
christian brugeron
brugeron2002
Offline Send Email
Mar 5, 2004
10:10 am
5016
... I'm sorry but I dont understand what you are trying to say. Chris...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 5, 2004
10:17 am
5017
We use a complete different solution after trying several others (including Eliot's suggestion): We write the XSLT documents using JSP (and using the I18n tag...
Ronald Muller
ronald_mul
Offline Send Email
Mar 5, 2004
10:18 am
5018
... Content should flow across pages by default. There are some cases where it wont, for example you have placed your content inside a block-container. Post a...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 5, 2004
10:19 am
5019
As far as I understand, you want to keep chapter title and the first paragraph of the chapter on the same page. Read spec's "7.19 Keeps and Breaks Properties"...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Mar 5, 2004
10:28 am
5020
but keep-with-next , is yet in current FOP not implementet. can't one make that differently? thanks Yahoo! Mail : votre e-mail personnel et gratuit qui vous...
mustapha maalej
sbata_1981
Offline Send Email
Mar 5, 2004
4:33 pm
5021
... FAQ. http://xml.apache.org/fop/faq.html#keep-with J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Mar 5, 2004
8:19 pm
5022
Hi, I am new to FO and I am using FOP to render my document.I am having two issues with Image. 1.In one page I have very big image and that can't be fitted in...
rohit ranjan
rohitranjan15
Offline Send Email
Mar 8, 2004
3:46 pm
5023
I haven't clearly understand what you need, but you can try using percents in the width or height attribute. E.g. <fo:external-graphics ... width="100%" ../> ...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Mar 9, 2004
2:15 pm
5024
Sorry for not making it clear. I will give it another try.Lets say , I have two inline images and they can't fit in single page and there is no text between...
rohit ranjan
rohitranjan15
Offline Send Email
Mar 9, 2004
4:23 pm
5025
... Yo have answered yourself. As far as FOP is incomplete for your stylesheets you have to take a look at commercial formatter. The free cheese is only in the...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Mar 9, 2004
4:41 pm
5026
Hello, We have been using Adobe Illustrator 10.0.3 to create our SVGZ graphics, for about a year. We found out that it does not save the width and height...
odekij61
Online Now Send Email
Mar 9, 2004
9:16 pm
5027
... Yes, the following can be checked in XSLT, but not in XSL-FO ... assuming you are transforming your various sources into XSL-FO, you will be able to check...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 10, 2004
2:58 am
5028
Hello, Does this work even if all the SVGZ graphics are external separate files? Have any sample code? Thanks, Jeremy Odekirk ... assuming ... able to ... ...
odekij61
Online Now Send Email
Mar 10, 2004
3:27 pm
5029
Corda released a new product that will interest XSL-FO users. Highwire is the first product, which actually interprets xHTML and converts it directly to pure...
Josh Blackwelder
cordahighwire
Offline Send Email
Mar 10, 2004
4:14 pm
5030
I've been looking through all of the archives here and on the web for an answer to this, but no dice. I'm hoping someone has encountered this before. The...
tarh33l
Online Now Send Email
Mar 10, 2004
4:22 pm
5031
This looks useful, but it isn't the first product to convert HTML to PDF. Easy Software Products's HTMLDOC converts HTML to PDF or Postscript. I've used it...
Bob Stayton
bobs@...
Send Email
Mar 10, 2004
4:53 pm
5032
... Sure ... you are pointing to the file and an SVG file is an XML file so your XSLT processor will be able to open it. ... <xsl:when...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 11, 2004
2:14 am
5033
... It is not the first. I know at list http://html2fo.sourceforge.net/ (as far as it is xsl-fo group everyone knows how to transform FO to PDF) and ...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Mar 11, 2004
7:40 am
5034
... By VB COM, do you mean VB6 as opposed to VB.Net? ... Well you need to convert the byte array containing unicode encoded characters into ASCII text. You...
Chris Bowditch
bowditch_chris@...
Send Email
Mar 11, 2004
8:43 am
5035
Now I encounter a challenging problem in XSL-FO. when one attribute in the table element is 'land', the table need to be procedded in landscape format in the...
ca_xiaoyi2003
Offline Send Email
Mar 11, 2004
1:42 pm
5036
... Put it in the separate page-sequence with landscape master during transformation if land attribute is occured. Regards, Victor Vishnyakov...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Mar 11, 2004
1:50 pm
Messages 5007 - 5036 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