RE: filtering SVG

2007-11-16 Thread Pascal Sancho
Hi, I had a similar problem in the past: replace all texts in SVG with localized one. This can be done at the XSLT stage: - parse the SVG with the document() function; - use fo:instrem-foreign-object instead of fo:external-graphic HTH, Pascal -Message d'origine- De : Raphael Parree

RE: Images and NullPointerExceptions

2007-11-12 Thread Pascal Sancho
Hi, I do not reproduce your problem (with your FO file and your PNG image) I use JRE 1.6 from Sun, Win platform. Have you tried FOP with command line? Pascal -Message d'origine- De : Jared Smith [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 novembre 2007 16:44 À :

RE: 0.94 as a servlet?

2007-10-30 Thread Pascal Sancho
Hi, Content not allowed in prolog is thrown by xml parser, not FOP (see archives at http://www.nabble.com/forum/Search.jtp?query=content+allowed+prolog+message%3A%22Content+not+allowed+in+prolog%22sort=datelocal=yforum=353daterange=0) Generally, there is extra character before xml declaration,

RE: Bullet points in japanese

2007-10-30 Thread Pascal Sancho
-Message d'origine- De : Akagi K [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 octobre 2007 14:50 Bullet points in Japanese (IPA font) do not show, when using itemizedlist/listitem. Could anyone please show me where to set this? I can see big bullet points in list.xml, but... could

RE: 0.94 as a servlet?

2007-10-30 Thread Pascal Sancho
, thanks for the help. Pascal Sancho wrote: Hi, Content not allowed in prolog is thrown by xml parser, not FOP (see archives at http://www.nabble.com/forum/Search.jtp?query=content+allowed+p rolog+message%3A%22Content+not+allowed+in+prolog%22sort=date local=yforum=353daterange

RE: external-graphic

2007-10-26 Thread Pascal Sancho
Hi, Note that this bug is yet described in Bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=24658 But this is working fine in FOP 0.94, making this bug obsolete. So, you can: - either use Ramkumar solution, - upgrade to latest FOP (0.94), since many bugs are fixed in this version

RE: Capitalize not working?

2007-10-25 Thread Pascal Sancho
Hi, Capitalize value indicates that the first character of each word is put in uppercase. No tranformation is invoked for other characters. With a full uppercase word, this value has no effect. Pascal -Message d'origine- De : Kamal Bhatt [mailto:[EMAIL PROTECTED] Envoyé : jeudi 25

RE: A bug in the method choosing the master-reference page?

2007-10-25 Thread Pascal Sancho
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 25 octobre 2007 10:29 Hello all, The big test did not work! For those who are interested in this topic, I used the following page-sequence-master: fo:page-sequence-master

RE: inline at the bottom of a page

2007-10-24 Thread Pascal Sancho
comparatively [DEBUG] Total time used: 938ms [DEBUG] Pages rendered: 9 [DEBUG] Avg render time: 104ms/page D http://www.nabble.com/file/p13383014/fo.fo fo.fo Pascal Sancho wrote: Hi, Can you tell more? - what FOP version do you use? - is there some info in logs

RE: inline at the bottom of a page

2007-10-24 Thread Pascal Sancho
-Message d'origine- De : jreeman [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 octobre 2007 14:13 Thank you very much for your quick reply. If you can't use the latest stable version (FOP 0.94) Yes but my application is old... If you can't use the latest stable version

RE: Multipage tables in fop 0.94

2007-10-19 Thread Pascal Sancho
Hi, You should remove the property keep-together.within-column=always (set for the fo:[EMAIL PROTECTED]id2571170] containing the fo:table) HTH, Pascal -Message d'origine- De : Andrew McFarland [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 octobre 2007 16:38 Hi, I'm using

RE: Null Pointer Exception with Footnotes

2007-10-03 Thread Pascal Sancho
Hi, After some further tests, this NPE is caused by a fo:footnote within a fo:block-container in absolute position and/or with a specified height. 1/ You should fill in a bug for that. 2/ why do you need a footnote in a fo:block-container in absolute position? Since you control the posistion

RE: Wrong font for bold

2007-10-03 Thread Pascal Sancho
Hi, You can give the same name for all font-triplet. If not, you have to exlpicitely give the font-name of the relevant triplet (using the font-family property), depending if you are using a bold or regular font. In addition, you should specify 2 other triplets if you want to use italic

RE: Null Pointer Exception with Footnotes

2007-10-03 Thread Pascal Sancho
-Message d'origine- De : Vincent Hennebert [mailto:[EMAIL PROTECTED] Envoyé : 2007-10-03 10:08 Moreover, a footnote is not allowed to appear in an absolutely-positioned block-container. See XSL-FO 1.1, section 6.12.3. I've looked for this small line, but not found it... Thx;)

RE : Concatenate PDF or merging pdf using FOP

2007-09-20 Thread Pascal Sancho
Hi, For questions related to FOP usage, please ask in fop-user list. FOP cannot concatenate PDFs, but you can do that in a post-process. see [1] for existing post-processors. Pascal [1] http://xmlgraphics.apache.org/fop/resources.html#products-pdf Message

RE : Page breaks and keeping blo cks together

2007-09-20 Thread Pascal Sancho
Von: Pascal Sancho [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. September 2007 16:47 Eric, You should use keep-with-next on title (or keep-with-previous

RE : FOTreeBuilder warning mess ages

2007-09-19 Thread Pascal Sancho
Hi Kevin, Your XSL-FO appears to be trunkated. You should have a look in your XSLT stage. For further inverstigation, you should describe your server environment: - JVM used - platform - XSLT processor (if any) - etc. I don't understand why postprocessing has any effect during the FO

RE : RE: FOTreeBuilder warning messages

2007-09-19 Thread Pascal Sancho
Hi, Reading your Log messages (endElement Mismatch: table-cell), I guess end tags are missing to these elements. This is why I said that your FO is trunkated. Can you check that in your server environment? If that is the case, I suspect there is something wrong with XML in Webserve. There

RE : Page breaks and keeping blo cks together

2007-09-19 Thread Pascal Sancho
Eric, You should use keep-with-next on title (or keep-with-previous on 1st para), that should do the trick. Pascal Message d'origine De: Lewis, Eric [mailto:[EMAIL PROTECTED] Date: mer. 19/09/2007 16:33 Hi

RE: resetting page-number to 0

2007-08-29 Thread Pascal Sancho
Hi, As a workaround, you can start page 1 at the 2nd page of your sequence, and set manually the number '0' on the first page... Pascal -Message d'origine- De : Andreas L Delmelle [mailto:[EMAIL PROTECTED] Envoyé : mardi 28 août 2007 18:35 On Aug 28, 2007, at 15:00, Richard

RE: A SVG image to appear on every page in fo:region-body area

2007-08-29 Thread Pascal Sancho
Hi DJ, In order to use any image as page background (either with fo:external-graphic or fo:instream-foreign-object), you can insert it directly in a static region, using a block-container in absolute position. With FOP 0.9x, the body region is drawn at the top level, therefore static-regions

RE: fop 0.94

2007-08-28 Thread Pascal Sancho
-Message d'origine- De : Sven taeymans [mailto:[EMAIL PROTECTED] Envoyé : mardi 28 août 2007 11:23 Starting fop 0.94 with -v option Says version is 0.93 ? Anyone to confirm this ? Hi, No, that is correct for me. Pascal

RE: Cant seem to embedd Trebuchet MS.

2007-08-23 Thread Pascal Sancho
Hi Martjin, Your config file seems to be used with FOP 0.9x, but font descripition uses FOP 0.25 attributes. It should be like this: font metrics-url=arial.xml kerning=yes embed-url=arial.ttf font-triplet name=Arial style=normal weight=normal/ font-triplet name=ArialMT style=normal

RE: fop cutting off lines - way to force wrap around?

2007-08-21 Thread Pascal Sancho
Hi, I've just checked how wrap property is handled by FOP. When the text contains break-opportunities, this is handled correctly, both in FOP 0.93 and Trunk When the text contains no break-opportunities, it is not wrapped, whatever wrap property value is. IMHO, regarding the spec (7.16.13),

RE: does vertical-aling work in the version 0.93?

2007-08-21 Thread Pascal Sancho
Hi Sido, vertical-align is used to align a character regarding the baseline. What you need is the display-align property, In your example, you should write: display-align=after HTH, Pascal -Message d'origine- De : Sidi Mohamed Idrissi Yaghir [mailto:[EMAIL PROTECTED] Envoyé :

RE: Print looks ugly

2007-07-11 Thread Pascal Sancho
Hi Kai, Your snippet looks correct and output is ok for me, either in PDF ot AWT. Seems to be a platform or viewer problem. Can you give any detail (Windows or Linux? Awt or pdf output? Viewer used?, etc.) Pascal -Message d'origine- De : Kai Hackemesser [mailto:[EMAIL PROTECTED]

RE: small-caps

2007-07-02 Thread Pascal Sancho
Hi, No, font-variant property is not supported by FOP 0.20.5 (compliance page should say no for that). If you want such feature, you should make it in the XSLT stage. You can include the following snippet in your XSLT. (This is designed to work with XALAN + Javascript, see [1] for further

RE: font-family font list compliance

2007-06-27 Thread Pascal Sancho
Hi Loran, Unfortunately, FOP 0.93 does not have any support to a character by character font selection. If you want such strategy, you have to make it yourself (in the XSLT stage). When you specify a font list, the FO processor (FOP, in your case) should use the first that is available in your

RE: FOP 0.93 is not resolving empty fo:inline index markers

2007-06-26 Thread Pascal Sancho
Hi Steve, I confirm that id attribute is not fully implemented in FOP (even in TRUNK version). See compliance page [1]. But there is nothing about implementation for fo:inline. You can fill in a bug, including your test file. Pascal [1]

RE: Font Arial is not displayed on Linux

2007-06-18 Thread Pascal Sancho
Hi, Bitmap renderers use system fonts. And Arial is widely distributed with Windows. Pascal -Message d'origine- De : fma-001 [mailto:[EMAIL PROTECTED] Envoyé : lundi 18 juin 2007 11:50 Hi all! I have a strange problem: When I render an png-image on a windows-machine with

RE: Link on a graphic

2007-06-12 Thread Pascal Sancho
Hi Cecile, font-size and alignment-adjust properties should be set (or inherited by) the fo:basic-link element. Sorry for the delay. fo:basic-link external-destination=http://your.link.here; font-size={$graphic_height}mm alignment-adjust=after-edge fo:external-graphic

RE: Automatical scaling of images

2007-06-12 Thread Pascal Sancho
Hi Tom, Yes, it is. 1/ the fo:block containing your image should be located and sized as you want (either playing with (start-indent, end-indent) properties, or using a fo:block-container located in absolute position) 2/ use fo:external-graphic as follows: fo:external-graphic

TR: PDF-bookmarks

2007-06-11 Thread Pascal Sancho
Hi Tom, As said in upgrading page (from FOP 0.20.x to 0.9x) [1], fox:outline mechanism is replaced with the XSL-FO 1.1 (6.11) Formatting Objects for Bookmarks [2] [1] http://xmlgraphics.apache.org/fop/0.93/upgrading.html [2] http://www.w3.org/TR/xsl11/#fo_bookmark-tree HTH, Pascal

RE: Overflow works in a strange way

2007-06-06 Thread Pascal Sancho
Hi Eric, keep-together=always on fo:table-row is probably what causes the warnings. You can try to remove this property. Pascal -Message d'origine- De : Lewis, Eric [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 13:39 Hi I'm not very experienced with FOP, so please be

RE: Overflow works in a strange way

2007-06-06 Thread Pascal Sancho
bla I want the events to be atomic, but still overflow into the next page, if necessary. Best regards, Eric -Ursprüngliche Nachricht- Von: Pascal Sancho [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juni 2007 14:00 Hi Eric, keep-together=always on fo:table-row

RE: space-before vs. margin-top

2007-06-06 Thread Pascal Sancho
Hi, as the spec XSL-FO 1.1 says, there can be a difference between space-* and margin-* (see the .conditionality component, witch defaults to 'discard' with space-*): The space-before, and space-after properties (block-level formatting objects), space-start, and space-end properties

RE: start-indent correct behavior?

2007-06-06 Thread Pascal Sancho
Ho Alex, There is no bug, but unexpected rendering... There is a very nice Wikipage that explain the *-indent inheritence behaviour: http://wiki.apache.org/xmlgraphics-fop/IndentInheritance HTH, Pascal -Message d'origine- De : Alexander Lohse [mailto:[EMAIL PROTECTED] Envoyé :

RE: Overflow works in a strange way

2007-06-06 Thread Pascal Sancho
-Message d'origine- De : Lewis, Eric [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 14:32 Hi Pascal If I understand you right, you suggest something like fo:table-row keep-together=always orphans=5 Yes, but you should remove the keep-together property here I

RE: Overflow works in a strange way

2007-06-06 Thread Pascal Sancho
-Message d'origine- De : Lewis, Eric [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 14:57 Hi Pascal Sorry if I'm not clear enough, I'll try to explain using an example: OK, this list is made for that ;) Let's say that I have four events that I want to show. Every

RE: Overflow works in a strange way

2007-06-06 Thread Pascal Sancho
-Message d'origine- De : Lewis, Eric [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 juin 2007 15:33 Hi Pascal Thanks! Now the only question I have is: How do I do it? ;-) I mean, how can decide beforehand when I need to change the 'orphans' and 'keep-together'? If there was

RE: Link on a graphic

2007-06-06 Thread Pascal Sancho
that, but there is no real example, you talked about font-size or wrapper but I don't see these elements in the examples. So I try what I understood, mais this doesn't resolve my problem. Have you a real XML example that shows the solution ? Thanks Cecile Pascal Sancho a écrit : Hi Cecile

RE: xsl fo block tempate matching html tags

2007-06-05 Thread Pascal Sancho
Hi, There are 2 FAQ entries in FOP Website for this topic: [1] http://xmlgraphics.apache.org/fop/faq.html#xhtml-to-pdf [2] http://xmlgraphics.apache.org/fop/faq.html#xhtml-to-pdf2 HTH, Pascal -Message d'origine- De : ooty [mailto:[EMAIL PROTECTED] Envoyé : vendredi 1 juin 2007

RE: SVG underline support in fop?

2007-06-01 Thread Pascal Sancho
Hi, Underline applied on text in SVG works fine in FOP 0.93. The relevant css style is: text-decoration:underline; If you still don't see underline, can you post a short XSL-FO or SVG file that demonstrates yoyr problem, please? And what is your FOP version? Pascal -Message

RE: SVG underline support in fop?

2007-06-01 Thread Pascal Sancho
- De : Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Envoyé : vendredi 1 juin 2007 11:02 Hi; I'm using FOP 0.20.5. does this support? /Harshini -Original Message- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:14 PM Hi, Underline applied

RE: Setting the Cell bgColor to charts (JFreeChart)

2007-06-01 Thread Pascal Sancho
Hi, Are you still using FOP 0.20.5? If yes, for this feature, you should alsoo upgrade to FOP 0.93 Pascal -Message d'origine- De : Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Envoyé : vendredi 1 juin 2007 14:10 Hi all; The cell's background color is not applying to

RE: basic-link and external-graphic

2007-05-24 Thread Pascal Sancho
:[EMAIL PROTECTED] Envoyé : jeudi 24 mai 2007 00:13 À : fop-users@xmlgraphics.apache.org Objet : Re: basic-link and external-graphic Pascal Sancho wrote: Hi Kamal, What you describe occurs with FOP 0.93 and latest TRUNK. This seems to be a bug. == The active area

RE: Problem with XSLTInputHandler and Driver class

2007-05-10 Thread Pascal Sancho
Hi Cesar, Just for check, can you confirm what FOP version you want to use? Your userconfig.xml file is for FOP v0.20.5, not for current versions of FOP. Pascal -Message d'origine- De : Cesar Santofimia [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 mai 2007 17:18 À :

RE: [docbook-apps] table.of.contents.title.page.recto formatting not working

2007-05-09 Thread Pascal Sancho
Hi, I have tried your XSLT snippet and this seems to go fine. But since some extra data are not there, you should give a short XSL-FO (not XSLT) that demonstrates your problem. Pascal -Message d'origine- De : Jeff Powanda [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 mai 2007 19:59 À

RE: Fop 0.93 SVG issue

2007-05-09 Thread Pascal Sancho
Hi, I cannot reproduce what you described here. I suspect either you are using an old FOP version, or your SVG contains some elements that come outside its svg area. If not, you should give a short XSL-FO + SVG couple of files that demonstrates your problem, please. Pascal -Message

RE: Generate Black and White PDF's

2007-04-30 Thread Pascal Sancho
Hi, You should have a look on post-processing tools (see [1]). I've red on i-text pages [2] that there is a GrayColor class that could help you, but not sure. HTH, Pascal [1] http://xmlgraphics.apache.org/fop/resources.html#products-pdf [2]

RE: IndexOutOfBoundsException Help

2007-04-10 Thread Pascal Sancho
Hi, Your exception seems to occur during the XSLT transformation, before FOP does it job. You should have a look on your XSLT engine. Pascal -Message d'origine- De : Eric Vought [mailto:[EMAIL PROTECTED] Envoye : mardi 10 avril 2007 00:47 I have a relatively large (~40 page)

RE: Table cell border fop-0.20.5

2007-04-04 Thread Pascal Sancho
Hi, In FOP 0.20.5, only solid border is implemented... If you want more, you should download the latest FOP (0.93). Pascal -Message d'origine- De : Arun Kumar [mailto:[EMAIL PROTECTED] Envoyé : lundi 2 avril 2007 09:28 À : fop-users@xmlgraphics.apache.org Objet : Table cell border

RE: Creating multiple pdf files.

2007-04-03 Thread Pascal Sancho
Hi Johan, IMHO, you have 2 alternatives: 1/ a preprocess stage that splits your XML, before the XSLT transformation. That can be made using DOM + XPATH expression. 2/ a post-process stage that splits your PDF. There is a lot of tools to do that (googlelize split pdf). Pascal

RE: basic-link doesn't cover all text inside

2007-04-03 Thread Pascal Sancho
Hi Thomas, That sounds like a bug, reproduced with latest FOP TRUNK. I've noticed that the fo:basic-link i-p-d does not fit to the available i-p-d when it contains a fo:page-number-citation. You should fill in a bug report in bugzilla. For more help, I've shrinked your snippet. Pascal

RE: Strange scaling of GIF images

2007-03-28 Thread Pascal Sancho
-Message d'origine- De : Daniel Noll [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 mars 2007 01:13 Pascal Sancho wrote: Hi Daniel, Your GIF image appears to be buggy. It isn't, however. In AWT renderer, I get an exception, and I loose black pixels when I try

RE: Strange scaling of GIF images

2007-03-27 Thread Pascal Sancho
Hi Daniel, Your GIF image appears to be buggy. In AWT renderer, I get an exception, and I loose black pixels when I try to save for the Web your GIF from my picture editor... Exception in thread AWT-EventQueue-0 java.awt.image.RasterFormatException: Data array too small (should be 155042 )

RE: 0.93: Multi-page table Corrupted

2007-02-21 Thread Pascal Sancho
d'origine- De : paul_moloney [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 février 2007 16:17 Pascal Sancho wrote: Hi Paul, Can you give a short XSL-FO file that shows the problem, please? Hi Pascal, An excerpt from the fo file showing just the table is here: http

RE: [SPAM] 0.93: Multi-page table Corrupted - Solution!

2007-02-21 Thread Pascal Sancho
Hi, I think there are 2 separate problems here. 1st: in docbook, keep-together should default to 'auto' in your case. 2nd, in FOP: - fo:table is truncated, that is the correct behaviour. (there is a such message in the log file: ATTENTION: Content of the region-body on page 1 overflows

RE: [SPAM] 0.93: Multi-page table Corrupted - Solution!

2007-02-21 Thread Pascal Sancho
-Message d'origine- De : Pascal Sancho Envoyé : mercredi 21 février 2007 13:17 Hi, I think there are 2 separate problems here. 1st: in docbook, keep-together should default to 'auto' in your case. 2nd, in FOP: - fo:table is truncated, that is the correct behaviour

RE: [SPAM] font-family=Arial Unicode MS in rtf doesn't work

2007-02-20 Thread Pascal Sancho
-Message d'origine- De : Daniel Noll [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 février 2007 01:23 József Németh wrote: Excuse the buttler butting in but what the spec says is: Font family names containing whitespace should be quoted. If quoting is omitted, any

RE: 0.93: Multi-page table Corrupted

2007-02-20 Thread Pascal Sancho
Hi Paul, Can you give a short XSL-FO file that shows the problem, please? Pascal -Message d'origine- De : Paul Moloney [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 février 2007 13:18 I've upgraded our doc build process from 0.25 to 0.93. In PDF output with 0.25, a table could

RE: Identifying a page break

2007-02-20 Thread Pascal Sancho
Hi, read the Chris Bowditch's answer in archives at http://marc.theaimsgroup.com/?l=fop-userm=114829247129634w=2 HTH, Pascal -Message d'origine- De : Richard King [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 février 2007 13:10 À : fop-users@xmlgraphics.apache.org Objet :

RE: Alignment/indenting issues with list-block inside list-item-body

2007-02-08 Thread Pascal Sancho
Hi, Your snippet gives a result as expected regarding the XSL-FO REC. XSL-FO REC (1.0 or 1.1) says 2 things: Each area has the traits top-position, bottom-position, left-position, and right-position which represent the distance from the edges of its content-rectangle to the like-named edges of

RE: cutting lines/marks; drawing lines without a table?

2007-02-07 Thread Pascal Sancho
Hi Paul. Check this [1] in mailing archives, that should help you. [1] http://www.nabble.com/RE%3A-Crop-Marks-and-Bleeds-tf2176126.html#a6016798 Pascal -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de paul Envoyé : mercredi 7 février 2007 09:00 À :

RE: Problem aligning a text at the bottom of a cell

2007-02-05 Thread Pascal Sancho
Hi AT, In FOP 0.20.5, vertical alignment is only supported on fo:table-row/fo:table-cell. Il you want to display a part of a fo:table-cell content at the bottom of your cell, you have to embed a new fo:table with 2 fo:table-row in your initial fo:table-row. Then give an explicit height on

RE: Infinite Loop when using SVG Image

2007-02-05 Thread Pascal Sancho
Hi, In complement, I think you have 2 other alternatives: - keep FOP 0.20.5 and parse your SVG files in a XSLT in order to control width and height, and put the result in a fo:instream-foreing-object; - upgrade form 0.20.5 to latest 0.93 FOP version. Pascal -Message d'origine- De

RE: Table-question

2007-02-02 Thread Pascal Sancho
Hi, Please, in the future, can you post a XSL-FO file rather than PDF? Check if your fo:table width is given in physical units, replace with percents. (width=100%) should do the trick. Pascal -Message d'origine- De : Thomas Zastrow [mailto:[EMAIL PROTECTED] Envoyé : jeudi 1

RE: FOP 0.93 Invalid property name error

2007-01-30 Thread Pascal Sancho
Hi, I guess you are using the following namespace declaration elsewhere in your XSLT: xmlns=http://www.w3.org/1999/XSL/Format; That probably causes the XSLT processor to add namespace to your font-weight attribute, so you should obtain a XSL-FO portion like this (wrong): fo:inline

RE: XSL FO newbie question - Hide overflow page content

2007-01-18 Thread Pascal Sancho
Hi, IMHO, if fo:page-sequence refers to fo:page-sequence-master with not enough page to render the content, then the pages are repeated (I have not found expected behaviour in REC XSL-FO 1.0 for such case). If you want to truncate content to get a single page, you shoud try to put your

RE: PROBLEM while trying to write text vertically with SVG

2007-01-10 Thread Pascal Sancho
Hi, I get a vertical text with your a fo file undezr FOP 0.93 (I suppose that is what you want to get). There is only 1 minor mistake in it: Use Sans-serif instead of SansSerif in your font-family property. Pascal -Message d'origine- De : Gregan, Miroslav [mailto:[EMAIL PROTECTED]

RE: PROBLEM while trying to write text vertically with SVG

2007-01-10 Thread Pascal Sancho
AFAIK, with FOP 0.93, related SVG libraries are: - batik-all-1.6.jar - xmlgraphics-commons-1.1.jar Pascal -Message d'origine- De : Gregan, Miroslav [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 janvier 2007 11:40 Not fair, I still get nothing correct!! Even when I put no

RE: help needed for generating PDF using FOP.

2007-01-02 Thread Pascal Sancho
have to do in the xsl file so that I get the proper layout in PDF. Thanks Pascal Sancho 28/12/2006 06:44 PM Re-Hi, After reading your xml file, I see a regular html file

RE: help needed for generating PDF using FOP.

2006-12-28 Thread Pascal Sancho
Re-Hi, After reading your xml file, I see a regular html file, not a generic xml file. In this file, you use a fixed width font (Courier). In you XSL-FO, you want to use the 'Arial Unicode', witch is a proportional width font, that is why you get a different layout. If you want a similar result,

RE: Czech language support

2006-11-28 Thread Pascal SANCHO
=italic weight=normal/ font-triplet name=ArialMT style=normal weight=normal/ /font Ram |-+--- | | Pascal Sancho | | | [EMAIL PROTECTED]| | | akoma.fr

RE: Problems integrating fonts type1

2006-11-15 Thread Pascal Sancho
Hi Sabine, Regarding your 2nd question, I think something is missing in your urls (see below) -Message d'origine- De : s.schwanitz [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 novembre 2006 10:45 Hi, i'm trying to integrate a font with fop. but can't manage it. Maybe

RE: Problems integrating fonts type1

2006-11-15 Thread Pascal Sancho
-Message d'origine- De : s.schwanitz [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 novembre 2006 11:35 Pascal Sancho schrieb: Hi Sabine, Regarding your 2nd question, I think something is missing in your urls (see below) -Message d'origine- De

RE: Czech language support

2006-11-14 Thread Pascal Sancho
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 14 novembre 2006 13:47 I am working with multi-language templates using XSL: FO. Please guide me, whether the FOP support xsl:lang('cs') property. If not there is any other way , I can

RE: Table Border Help needed

2006-10-24 Thread Pascal Sancho
-Original Message- From: Dirk Bromberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 3:41 PM i've written an generic table modell which creates the fo code for a table. Inline is a sample of the table as screenshot. My problem are the borders in cell which don't

RE: One Page DOcument

2006-10-18 Thread Pascal Sancho
-Original Message- From: mikevn123 [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:27 PM I have a similar problem as to the one posted before. I've setup two page masters, one to be used for page-position=any and another to be used for page-position=last. When my

RE: Embeded svg files

2006-10-18 Thread Pascal Sancho
-Original Message- From: Barry Whiting [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 5:31 PM I am able to embed jpg files with no problems at all in my fo file using http://someserver.com/images/someimage.jpg but when I try to embed a svg file it doesn't work at all

RE: One Page DOcument

2006-10-18 Thread Pascal Sancho
Mike, There is something about that in list archives (see [1]). Jeremias wrote that the right solution should be page-position=only (XSL-FO 1.1 spec), witch is not yet implemented in FOP. Playing with fo:marker should be a workaround. Pascal [1]

RE: fo:inline with line-height, height, border or other block-like properties

2006-10-17 Thread Pascal Sancho
-Original Message- From: Abel Braaksma [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 4:27 PM Jeremias Maerki wrote: BTW, which version of FOP are you using? version 0.92a (latest, I believe). Abel, 0.92a does not exists... Either 0.90alpha, 0.91beta, or 0.92beta

RE: fo:inline with line-height, height, border or other block-like properties

2006-10-17 Thread Pascal Sancho
-Original Message- From: Abel Braaksma [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 10:17 AM Abel, 0.92a does not exists... Either 0.90alpha, 0.91beta, or 0.92beta Can you confirm what version do you use? Pascal, Manuel, I use 0.92beta, just

RE: fo:inline with line-height, height, border or other block-like properties

2006-10-17 Thread Pascal Sancho
-Original Message- From: Abel Braaksma [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 10:39 AM Pascal Sancho wrote: commandLine: -v option Java: org.apache.fop package, Class Version, getVersion() method. Pascal I am aware of those options, they are all

RE: [Spam probable]: problem with copy text from pdf

2006-10-17 Thread Pascal Sancho
-Original Message- From: Pavel Kuznetsov [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 9:51 AM To: fop-users@xmlgraphics.apache.org Subject: [Spam probable]: problem with copy text from pdf Please, help me! I use FOP version 0.20.5 for generate PDF reports. But is

RE: can't vertically align table cell content to middle

2006-10-17 Thread Pascal Sancho
-Original Message- From: Rory Wales [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 2:29 PM Hi there, I'm using FOP 0.92 beta and would like to use the vertical-align=middle attribute (or equivalent) to centre all my table content to the middle of each cell. I can

RE: Barcodes in fop 0.92 - BSF

2006-10-16 Thread Pascal Sancho
Hi Richard, That sounds like an incompatibility between xalan bsf jars, and occurs if you use some script in your XSLT. I've yet got this. With Xalan 2.7.0, you should use bsf 2.3.0 (and js 1.5r3, if needed). HTH, Pascal -Original Message- From: Richard King [mailto:[EMAIL

RE: Problem height block in table-cell

2006-10-06 Thread Pascal Sancho
-Original Message- From: fabio76 [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 4:46 PM Hi, I want that the block to be the same height as the cell because I want to create a border left of a block, not of a cell I attached the example fo:table fo:table-column

RE: Problem height block in table-cell

2006-10-05 Thread Pascal Sancho
-Original Message- From: fabio76 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 4:30 PM Hi all, I have the same problem. I have a table : fo:table fo:table-column column-width=3cm/ fo:table-column column-width=3cm/ fo:table-column column-width=3cm/

RE: Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Pascal Sancho
-Original Message- From: Lars Ivar Igesund [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 12:58 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Getting Mismatch: instream-foreign-object Manuel Mall manuel at apache.org writes: That is possible, I guess.

RE: FOP -awt Courier Space Problem

2006-10-04 Thread Pascal Sancho
Hi Dave, FOP 0.20.x is not maintained anymore. Therefore, remaining bugs like this one will stay there. FYI, behaviour is correct either in FOP 0.92beta or FOP TRUNK. Can't you upgrade? One more tip: XSL-FO is better than XSLT+XML to illustrate your questions. Pascal -Original

RE: Weird table behaviour

2006-10-04 Thread Pascal Sancho
-Original Message- From: Zum Bhao [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 11:04 AM Hi, I have a table that is too long for one page. When i use fop 0.20.5 the table breaks to another page respecting page footer. With 0.92b te table extends to the end of

RE: Weird table behaviour

2006-10-04 Thread Pascal Sancho
-Original Message- From: Zum Bhao [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 1:24 PM Hi, I've tried your XSL-FO file, with same behaviour (both FOP 0.92 and FOP TRUNK) If I remove the fo:table-header, behaviour is as expected. I

RE: Getting Mismatch: instream-foreign-object

2006-10-04 Thread Pascal Sancho
-Original Message- From: Lars Ivar Igesund [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:04 PM To: fop-users@xmlgraphics.apache.org Subject: Getting Mismatch: instream-foreign-object I am trying to create a PDF-document by taking a xml document and put it through

RE: Keep-on-one-line problem

2006-10-04 Thread Pascal Sancho
Herman, -Original Message- From: herman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:18 PM Hi, Is there a bug with the keep-together.within-line=always feature? Something like the following has the 'formula' partly on one line, partly on the next, instead of

RE: page number position

2006-10-04 Thread Pascal Sancho
-Original Message- From: herman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:27 PM Hi, Page numbers work fine, but they appear a bit too low on the page (too close to the page border). This is what i do: fo:root font-family=TimesNewRoman

RE: Background Image

2006-10-04 Thread Pascal Sancho
-Original Message- From: Aeberhard Marc (SECI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 3:18 PM like to add a background image into pdf, possible? fop 0.20.5 thanks, marc Yes. You can use the background-image property on fo:region-* But: - if your image

RE: converting a pdf using imagemagick

2006-09-28 Thread Pascal Sancho
-Original Message- From: Olivier Mansour [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 12:10 PM I know it's maybe not the reight place to ask this question but I am sure lot of people had be confronted to this. Using this pdf (see attachement) nproduce by fop,

RE: color and inherited-property-value()

2006-09-27 Thread Pascal Sancho
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:54 PM Hmm, I don't see that. The inline inline object is properly painted black on 50% gray. On 13.09.2006 11:42:17 Pascal Sancho wrote: Hi, While teting %FOP_TRUNK

RE: Greek characters

2006-09-22 Thread Pascal Sancho
-Original Message- From: herman [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 2:12 PM To get a Greek alpha, i tried fo:inline font-family=Symbola/fo:inline but i still get a '#'. What am i doing wrong? I tried adding font-style=normal, but that doesn't seem to make

<    1   2   3   4   5   6   7   >