text align in a table cell??

2002-11-14 Thread Stefan Arn
Hi

How can I left align a Text in a normal table cell??

tanks





size of pdf

2002-04-16 Thread Stefan Arn
Hi

I createt a 3 page PDF with a FO file. On every Page is a Header and a
Footer SVG grafic.I used a page-sequence-master for the body text and I made
one before and after code block like this:

!-- before region --
fo:static-content flow-name=xsl-region-before
!-- the header grafic --
fo:block-container height=4cm width=21cm top=0cm left=0cm
position=absolute
fo:block space-before.minimum=0cm
space-before.optimum=0cm
space-before.maximum=0cm
fo:external-graphic src={file:images/head.svg}//fo:block
/fo:block-container
!-- Title --
/fo:static-content

My Problem is, that these SVG Grafics have a very big size, so my PDF File
increases his size extremly whit every new page. Its always the same svg
grafic! Is there a option or something else to include this picture just one
time in the pdf and always make a reference on the pic when it use it??

thanks for help and sorry for my bad school english ;)




PDF include

2002-04-15 Thread Stefan Arn
Hi!

Is it possible to include a external PDF File into the fo File?
Like 'include' in PHP or other Languages?

thanks




column problem

2002-04-12 Thread Stefan Arn
hi to all

The PDF i want to create have 2 columns and a title over the columns(both in
region-body).Just a Header and after that a text in 2 columns..

In my layout-master-set I defined my region-body like this:

fo:region-body margin-top=6cm margin-bottom=35mm margin-left=2.5cm
margin-right=2.5cm column-count=2 column-gap=1in/

Now i have my columns but what must I do, that the title isn't in the
column?
thanks a lot