Re: reference-orientation inside table-cell

2019-06-03 Thread Chris
Hi, A fo:block-container is an out of flow object, meaning that it can appear anywhere on the page esp when you specify absolute-position="position" I realize you didn't do that, but wouldn't it make more sense to apply reference-orientation to table-cell instead? Than

reference-orientation inside table-cell

2019-05-23 Thread dnovo
Hi, I'm trying to apply reference-orientation (90, 180 and 270) inside a table-cell like this: with 90 - "My Text" shows up outside the cell, and the row heigth is ignored. What am i missing? Thanks in advanced. http://www.w3.org/

Re: reference-orientation in inline:container

2017-10-23 Thread Marc
Thank you very much for the answer about the cell and block-container I didn't think about that. I will try because I know the sizes. Marc Le 23/10/2017 à 19:03, Bob Stayton a écrit : Indeed, reference-orientation is not supported yet in inline-container in FOP, according to the Compl

Re: reference-orientation in inline:container

2017-10-23 Thread Bob Stayton
Indeed, reference-orientation is not supported yet in inline-container in FOP, according to the Compliance document (and the link from there): https://xmlgraphics.apache.org/fop/compliance.html Regarding the block-container behavior, when you do 90 degree rotation, you may have to adjust the

reference-orientation in inline:container

2017-10-08 Thread Marc
Hi, I want to produce a book like a photos album, so I have to turn some photos and write a legend at the bootom of each photo. I try to use the inline-container with the reference-orientation but it doesn't change anything and the image is always the same. Does FOP has a limitation abo

fo:table-cells with fo:block-container reference-orientation="90" doesn't cause a higher fo:table-row

2013-01-22 Thread markus.sticker.epos
Hi there, I tried to have a table-caption with vertical text orientation. So I have to use fo:block-container with the attribute reference-orientation="90". For having a very flexible layout I would like to have a dynamic row heigth. But every attribute I tried to use regarding the

RE: Orientation

2010-09-01 Thread Eric Douglas
If I assign the page-height=11" and page-width=8.5" and reference-orientation=90 it works perfectly, except the PDF and print preview appear sideways. If I assign the page-height=8.5" and page-width=11" and reference-orientation=0 it works for PDF and print preview but

RE: Orientation

2010-08-30 Thread Eric Douglas
I'm using the reference-orientation=90 as a workaround until I get time to test to get the other way to work. The 90 reference prints fine. It just doesn't look right. If I load it into preview or PDF it's just portrait turned sideways, so they have to turn their head or their sc

RE: Orientation

2010-08-28 Thread Stuart Scott
...@blockhouse.com] Sent: 20 August 2010 16:13 To: fop-users@xmlgraphics.apache.org Subject: RE: Orientation That is the reference-orientation=90 option I tried. That works well, though I don't think users want to view it sideways. There are 2 ways to print landscape, I've determined. Se

RE: Orientation

2010-08-20 Thread Eric Douglas
That is the reference-orientation=90 option I tried. That works well, though I don't think users want to view it sideways. There are 2 ways to print landscape, I've determined. See attached. The first one involves setting page-height=11" and page-width=8.5" and reference

Orientation

2010-08-20 Thread Eric Douglas
Maybe I was just thinking too far out of the box, but I was wondering if it's possible to create output with different pages having different orientation. I tried just swapping the page-height and page-width attribute values and had a couple of issues with it. For a PDF, if I set the first

Re: reference-orientation and tables (FOP 0.95)

2009-09-04 Thread bonekrusher
Pascal et al, Thanks... this was actually causing another problem on a nested table also. Thanks a bunch Phil -- View this message in context: http://www.nabble.com/reference-orientation-and-tables-%28FOP-0.95%29-tp25294461p25294844.html Sent from the FOP - Users mailing list archive at

RE: reference-orientation and tables (FOP 0.95)

2009-09-04 Thread Amick, Eric
9 9:33 To: fop-users@xmlgraphics.apache.org Subject: reference-orientation and tables (FOP 0.95) Hi, please see attached example. I have a table with in a block container that is rotated 90 degrees. I am having a problem with the cell alignment. If you look at the pdf output, my cells are centered. I need them

Re: reference-orientation and tables (FOP 0.95)

2009-09-04 Thread Pascal SANCHO
Hi, bonekrusher a écrit : Hi, please see attached example. I have a table with in a block container that is rotated 90 degrees. I am having a problem with the cell alignment. If you look at the pdf output, my cells are centered. I need them to be aligned bottom (the word "test" should start at t

reference-orientation and tables (FOP 0.95)

2009-09-04 Thread bonekrusher
f the cell) Any suggestions on how to resolve this? http://www.nabble.com/file/p25294461/example.fo example.fo http://www.nabble.com/file/p25294461/example.png example.png Thanks -- View this message in context: http://www.nabble.com/reference-orientation-and-tables-%28FOP-0.95%29-tp25294461p252

Re: Issue in AFP output when we use Reference orientation.

2009-09-01 Thread Venkat Reddy
ue in AFP output when we use Reference orientation. I had a 2 page afp file in the second page I have the below xsl code. What it is doing is instead of rotating the text it is rotating page. The output page looks like 11x8.5. I original size is 8.5x11. bottom=&q

Issue in AFP output when we use Reference orientation.

2009-09-01 Thread Tecra
Hi Every body, We have an Issue in AFP output when we use Reference orientation. I had a 2 page afp file in the second page I have the below xsl code. What it is doing is instead of rotating the text it is rotating page. The output page looks like 11x8.5. I original size is 8.5x11

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-28 Thread Venkat Reddy
90 degrees the border-color is applying for the whole cell and i could'nt see anything. Did anyone faced this kind of problem? Please let me know if you have any solution how to fix this. Thanks, Bharat. -- View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-27 Thread Tecra
to fix this issue. when i use table border for >>>> a >>>> table in fo. It displays fine when using it normally but in afp when >>>> you >>>> try >>>> to rotate the table say 90 degrees the border-color is applying for the >>>

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-27 Thread Venkat Reddy
e let me know if you have any solution how to fix this. Thanks, Bharat. -- View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html Sent from the FOP - Users mailing l

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-27 Thread Jeremias Maerki
gt;> > >> Please let me know if you have any solution how to fix this. > >> > >> Thanks, > >> Bharat. > >> -- > >> View this message in context: > >> http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-27 Thread Tecra
e say 90 degrees the border-color is applying for the >> whole cell and i could'nt see anything. >> >> Did anyone faced this kind of problem? >> >> Please let me know if you have any solution how to fix this. >> >> Thanks, >> Bharat. >>

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-27 Thread Tecra
e say 90 degrees the border-color is applying for the >> whole cell and i could'nt see anything. >> >> Did anyone faced this kind of problem? >> >> Please let me know if you have any solution how to fix this. >> >> Thanks, >> Bharat. >>

Re: Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-26 Thread Jeremias Maerki
ease let me know if you have any solution how to fix this. > > Thanks, > Bharat. > -- > View this message in context: > http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html > Sent fr

Issue with table border in afp when reference orientation is mentioned for a fo:block-container

2009-08-25 Thread Tecra
nyone faced this kind of problem? Please let me know if you have any solution how to fix this. Thanks, Bharat. -- View this message in context: http://www.nabble.com/Issue-with-table-border-in-afp-when-reference-orientation-is-mentioned-for-a-fo%3Ablock-container-tp25145823p25145823.html Sent fro

Re: Changing orientation with fo:block-container holding a table

2008-05-07 Thread Andreas Delmelle
On May 7, 2008, at 18:24, Andreas Delmelle wrote: Just realized that it came out a bit wrong: This looks buggy indeed, but I'm not 100% certain what the bug is exactly (or even if there is one). The more I think about, the more correct the behavior seems to be. I did not mean the 'behavio

Re: Changing orientation with fo:block-container holding a table

2008-05-07 Thread Andreas Delmelle
x27;m not 100% certain what the bug is exactly (or even if there is one). The more I think about, the more correct the behavior seems to be. What I found out so far, is that it works if you specify the reference-orientation on the region-body, and leave it off the block- container. Now, it se

Changing orientation with fo:block-container holding a table

2008-05-07 Thread Alexander Stamenov
Greetings to all! I am using fop v 0.94 on a Windows XP box. I have the task to transform some XML into XSL-FO and part of that XML is actually xhtml containing tables. Some of those tables are wider than a standard A4 page, so I wanted to rotate them using . But I stumbled upon a problem that

RE: change orientation of text

2008-01-11 Thread Pascal Sancho
Hi Irene, This has been yet threated in this list. See http://marc.info/?l=fop-user&m=115097454309474&w=4 Pascal > -Message d'origine- > De : irene23 [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 11 janvier 2008 11:09 > > Hi, > > I want to change

change orientation of text

2008-01-11 Thread irene23
Hi, I want to change the orientation of text. For example: Hello I want "Hello" appear: http://www.nabble.com/file/p14753078/text.bmp ¿How can I get this? ¿Is there some attribute of to get this? Thanks -- View this message in context: http://www.nabble.com/change-orientati

reference-orientation and rtf output

2007-09-11 Thread Richard Sweeney
Hi, I was wondering if reference-orientation is supported in Rich Text output. I can get it work fine when producing a PDF, but the same xsl:fo doesn't work for RTF output and the console doesn't flag any errors. Here's a fragment of the xsl:fo If it isn

Re: Changing Orientation on Page Break

2007-01-16 Thread paul
This works well for me too (thanks!), but another problem arises: My table doesn't fit on one page. If it is oriented at 0 deg. on a portrait-page, the table continues, as wished, on the next page, repeating the header in the first line. Oriented by 90 deg., the table just gets written across the b

Re: Make Landscape default orientation

2006-09-13 Thread J.Pietschmann
pavithra atrangada wrote: How to make orientation default to Landscape using FOP while printing Just swap height and width for the page master, for example

Make Landscape default orientation

2006-09-13 Thread pavithra atrangada
HelloHow to make orientation default to Landscape using FOP while printingPlease help me out.ThanksPavithra

Re: Changing Orientation on Page Break

2006-06-22 Thread Jason Cowley
Thanks Pascal. That does the job nicely. Jason On 22 Jun 2006, at 12:09, Pascal Sancho wrote: Depending on referecence-orientation value, you should explicitely give either i-p-d (your case) or b-p-d, like in following snippet: content content content

Re: Changing Orientation on Page Break

2006-06-22 Thread Jason Cowley
Thanks Rick. I'll bear your suggestion in mind for the future. At the moment this would be difficult to do because of how I am generating the XSL:FO. Jason On 22 Jun 2006, at 12:09, Rick Roen wrote: Jason, I have done this for tables that need either landscape or portrait orient

RE: Changing Orientation on Page Break

2006-06-22 Thread Rick Roen
Jason, I have done this for tables that need either landscape or portrait orientation based on the width of the table. I setup two simple-page-masters

RE: Changing Orientation on Page Break

2006-06-22 Thread Pascal Sancho
ument I would like to change > the page orientation from portrait to landscape, and then > revert back to portrait after the table for subsequent pages. > So ideally I would like to change the page orientation after > a page break. Is this possible, and if so can someone be so > k

Changing Orientation on Page Break

2006-06-22 Thread Jason Cowley
Hello all, I am working on an application that dynamically generates XSL:FO xml, from XHTML forms to produce PDF output. On certain large tables within a document I would like to change the page orientation from portrait to landscape, and then revert back to portrait after the table for

RE: reference-orientation on fo:table-cell or fo:table

2006-05-10 Thread Pascal Sancho
spec test in 7.20.3 is misleading if not wrong. > As far as I understand reference-orientation, it applies only > to formatting objects which generate viewport/reference > pairs, not to those which only generate a reference area, > even if the text says something else. Only viewport

Re: reference-orientation on fo:table-cell or fo:table

2006-05-10 Thread Jeremias Maerki
I think the spec test in 7.20.3 is misleading if not wrong. As far as I understand reference-orientation, it applies only to formatting objects which generate viewport/reference pairs, not to those which only generate a reference area, even if the text says something else. Only viewports have the

reference-orientation on fo:table-cell or fo:table

2006-05-10 Thread Pascal Sancho
Hi list, I am testing FOP 0.92b, and I am playing with reference-orientation property. Reading the xslfo-rec 7.20.3 [1] ("reference-orientation" property is applied only on formatting objects that establish a reference-area) and 5.6 [2] (is-reference-area trait), I guess reference-o

Re: fop 0.91beta fo:block-container wrongly positions fo:external-graphic when reference-orientation=90

2006-03-02 Thread cinzianet
ence-area into which the areas > generated by this flow object are placed." > > In the case you're rotating the block-container's content area (ex. > reference-orientation="90", the above citation kicks in and you need to > specify either the width or inline

Re: fop 0.91beta fo:block-container wrongly positions fo:external-graphic when reference-orientation=90

2006-03-02 Thread Jeremias Maerki
st be specified unless the inline-progression-direction is parallel to the inline-progression-direction of the reference-area into which the areas generated by this flow object are placed." In the case you're rotating the block-container's content area (ex. reference-orientation=&quo

fop 0.91beta fo:block-container wrongly positions fo:external-graphic when reference-orientation=90

2006-03-01 Thread cinzianet
Hi, I'm encountering this problem: a rotated image (jpeg) is always positioned to the top left of the page above other fo objects and does not follow the flow of the content. Code snippet: By the way: I'd like to thank and congratulate with the

Re: reference-orientation

2006-02-28 Thread Jeremias Maerki
On 28.02.2006 13:10:07 Andre Groeneveld wrote: > Thanks, that works perfectly, is there a way though that I can pass the > page-number through to the barcode generator? With the Xalan or Saxon extension this is impossible because the barcode is generated before FOP's layout engine kicks in. You'l

RE: reference-orientation

2006-02-28 Thread Andre Groeneveld
Sent: 28 February 2006 11:30 AM To: fop-users@xmlgraphics.apache.org Subject: Re: reference-orientation No, that doesn't work. There's no extension that would make Apache Batik understand what to do with the http://barcode4j.krysalis.org/ns namespace in the embedded SVG document. This nam

Re: reference-orientation

2006-02-28 Thread Jeremias Maerki
tate a > barcode this way? The coding that I've tried looks like follow: > > > > glyph-orientation-horizontal="90deg"> > >

RE: reference-orientation

2006-02-28 Thread Andre Groeneveld
is possible of rotating the barcode, and if yes, will instream-foreign-object work in this case? -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 28 February 2006 09:45 AM To: fop-users@xmlgraphics.apache.org Subject: Re: reference-orientation Sure, you can

Re: reference-orientation

2006-02-27 Thread Jeremias Maerki
Tel: (011) 489 - 4117 > Fax: (011) 489 - 4128 > > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 06:01 PM > To: fop-users@xmlgraphics.apache.org > Subject: Re: reference-orientation > > Ask yourself what

RE: reference-orientation

2006-02-27 Thread Andre Groeneveld
@xmlgraphics.apache.org Subject: Re: reference-orientation Ask yourself what "not implemented" means. FOP does not support it, obviously. The good thing about your second question today is that I know now which version of FOP you're using: 0.20.5. If you upgrade to the latest release 0.91b

Re: reference-orientation

2006-02-27 Thread Jeremias Maerki
Ask yourself what "not implemented" means. FOP does not support it, obviously. The good thing about your second question today is that I know now which version of FOP you're using: 0.20.5. If you upgrade to the latest release 0.91beta you can use reference-orientation because i

reference-orientation

2006-02-27 Thread Andre Groeneveld
Hi all,   When using reference-orientation, can any one please tell me why I keep getting an error saying: property - "reference-orientation" is not implemented yet.   Thanks, Confidentiality Caution and Disclaimer This message and/or any attachment thereto ("the me

Re: rtf page orientation

2006-01-20 Thread Jeremias Maerki
gt; as well as pdf's. I have one issue which seems quite major. Some of the > prints we produce are landscape format but this doesn't seem to work in > rtf production. It works fine if a pdf is output. But in an rtf the page > orientation is not changed even though the page size

rtf page orientation

2006-01-20 Thread Wagg John
orientation is not changed even though the page size doesn’t fit. I’ve attached a basic fo which shows the problem. Thanks in advance.   - John Wagg axxia Systems Limited TEL:    +44 (0)118 9602 602 FAX:    +44 (0)118 9602 650 WEB:    http