Henrik Olsson/IRD/Intentia is out of the office.

2003-07-11 Thread Henrik Olsson
I will be out of the office starting  2003-07-11 and will not return until
2003-08-11.

I am on vacation, I will respond to your message when I return.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Font problem

2002-12-17 Thread Henrik Olsson

Ok that works.
But I guess its still a bug that you cant put inherit into font-weight, font-style attributes?
Since it messes things up for the FontInfo.

/Henrik








Peter Sparkes [EMAIL PROTECTED]
2002-12-17 16:35
Please respond to fop-user


To:[EMAIL PROTECTED]
cc:
Subject:RE: Font problem



font-weight,font-style, and font-sizeare authomaticcaly inherited, They only have to be included when their values are changed. Remove all
font-weight=inherit font-style=inherit font-size=inherit and your fo works OK

Peter 
-Original Message-
From: Henrik Olsson [mailto:[EMAIL PROTECTED]
Sent: 17 December 2002 12:57
To: [EMAIL PROTECTED]
Subject: Font problem



Hi im trying to use inherit in attributes font-weight, font-style, as I understand it's supposed to be allowed. 

But im getting this error when I'm tryuing to render anything and the wrong font turns up 

[ERROR] defaulted font to any,normal,normal 
[ERROR] unknown font Times,inherit,inherit so defaulted font to any 

Is this a bug or am I doing some thing wrong? 

Example: 


fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format text-decoration=none font-weight=normal font-style=normal font-size=12.0pt font-family=Times 
fo:layout-master-set font-weight=inherit font-style=inherit font-size=inherit color=#00 background-color=#ff 
fo:page-sequence-master master-name=vldt-sequence font-weight=inherit font-style=inherit font-size=inherit 
fo:repeatable-page-master-reference master-reference=repeat-page font-weight=inherit font-style=inherit font-size=inherit/ 
/fo:page-sequence-master 
fo:simple-page-master page-width=29.7cm page-height=21.0cm master-name=repeat-page margin-top=0.2cm margin-right=1.0cm margin-left=1.0cm margin-bottom=0.2cm margin=2.0cm font-weight=inherit font-style=inherit font-size=inherit 
fo:region-body region-name=xsl-region-body margin-top=3.0cm margin-bottom=1.0cm font-weight=inherit font-style=inherit font-size=inherit/ 
fo:region-before region-name=repeat-page-head font-weight=inherit font-style=inherit font-size=inherit extent=3.0cm/ 
fo:region-after region-name=repeat-page-foot font-weight=inherit font-style=inherit font-size=inherit extent=1.0cm/ 
/fo:simple-page-master 
/fo:layout-master-set 
fo:page-sequence master-reference=vldt-sequence initial-page-number=1 font-weight=inherit font-style=inherit font-size=inherit 
fo:static-content font-weight=inherit font-style=inherit font-size=inherit flow-name=repeat-page-head 
fo:block-container width=2.17593335cm white-space-collapse=false top=0.5cm position=absolute left=3.0cm height=0.5842cm font-weight=inherit font-style=inherit font-size=inherit border-style=none 
fo:block white-space-collapse=false font-weight=inherit font-style=inherit font-size=inheritCalc fact/fo:block 
/fo:block-container 
/fo:static-content 
fo:static-content font-weight=inherit font-style=inherit font-size=inherit flow-name=repeat-page-foot/ 
fo:flow font-weight=inherit font-style=inherit font-size=inherit flow-name=xsl-region-body 
fo:block id=lastPage/ 
/fo:flow 
/fo:page-sequence 
/fo:root



Orientation PCL

2002-12-04 Thread Henrik Olsson

Hi.
Im rendering PCLs with the fop that are suposed to be landscape, but the onley appear as portrait on my printer.
I found some code in the PDFRenderer to set landscape or portrait, that I can manipulate to create a landscape printout.

So far so god...
But how do I tell the fop that my layout is landscape or portrait?


/Henrik Olsson

Orientation

2002-12-04 Thread Henrik Olsson

Hi, I got some problems with my PCLs when they are A4 landscape they get printed on a A4 portrait. 
I found some code in the PCLRenderer that are suposed to take care of that, and it seams to work if I hard code ladscape.

So how do I tell the fop that my layout is landscape or portrait?

/Henrik Olsson

Re: Orientation PCL

2002-12-04 Thread Henrik Olsson

Please, don't post the same question twice.

Realy sorry to bother You, but the mail did not appear for quite a long time so i thougth it was lost...

So dont believe I did it to annoy You.

/Henrik







Oleg Tkachenko [EMAIL PROTECTED]
2002-12-04 13:35
Please respond to fop-user


To:[EMAIL PROTECTED]
cc:
Subject:Re: Orientation PCL


Henrik Olsson wrote:

 Im rendering PCLs with the fop that are suposed to be landscape, but the
 onley appear as portrait on my printer.
 I found some code in the PDFRenderer to set landscape or portrait, that
 I can manipulate to create a landscape printout.

 So far so god...
 But how do I tell the fop that my layout is landscape or portrait?

Please, don't post the same question twice.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reuse of fo-tree

2002-12-03 Thread Henrik Olsson

Hi, are there any possibility to reuse a fo-tree in the fop and run it throw more then one renderer?
For example I want a printout PCL or PostSript and then I want to store a pdf in an archive, since the document can be quite big I dont want to rebild the tree more than once.

/Henrik Olsson

Rendering output

2002-11-19 Thread Henrik Olsson

Hi.
Does any one know if its possible to get two fo trees in to one output (ex in to one pdf)?

/Henrik


Re: Rendering output

2002-11-19 Thread Henrik Olsson

Thanks.
Merge the FOs never thougth about that. But i think it will be tricky with several firs pages and get the page numbers in the right way.

And the most important thing it consume alot of memory since th fos are big from the begining.

/Henrik








Jeremias Maerki [EMAIL PROTECTED]
2002-11-19 15:19
Please respond to fop-user


To:[EMAIL PROTECTED]
cc:
Subject:Re: Rendering output


Not with FOP in its present state. You have to render both documents
into separate PDFs and then merge them with some tool. You'll find links
to iText and PJ at the bottom of the following page:
http://xml.apache.org/fop/resources.html

Can't you merge the FOs prior to do the rendering? That could also solve
your problem.

On 19.11.2002 15:11:42 Henrik Olsson wrote:
 Does any one know if its possible to get two fo trees in to one output (ex
 in to one pdf)?


Jeremias Maerki