Substitute or implementation of linefeed-treatment

2002-10-24 Thread Raimund Kammering
Hello,

sorry if I missed some discussions in case that this topic has
already been addressed - but I haven't been listening to FOP list
for some months.
So to come to the point: I need to format a document and conserve
the line breaks as they are delivered by the parser. So I added
a linefeed-treatment=preserve to the fo:block but FOP complained
that the linefeed-treatment is not supported up till now (I am running
FOP 0.20.3)?!
Is there an easy solution to my problem?! Any help is welcome.

Regards Raimund

PS.: I nearly don't want to ask - but is there anything new concerning
the keep-with handling - as I said I have been away for some time???
--
DESY -MVP-
Notkestrasse 85
D-22603 Hamburg
Tel.: +49 40 8998 -4903
e-mail: [EMAIL PROTECTED]


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




Re: [ANNOUNCEMENT] Fop 0.20.3 released

2002-03-12 Thread Raimund Kammering

Hi,

in the announcement for the fop 0.20.3 release there was a note about
EPS images. I am not sure what this means:

a.) Now you can also use EPS images in the FOP - PDF process
b.) FOP can now produce an EPS file as output

I guess and hope the first is meant?!
But if so I couldn't figure out how to include EPS images in my fo file.

A simple include by
fo:external-graphic src=myepsfile.eps
  width=400px
  scaling=uniform
  display-align=center/
(just the way as it is done with JPEG) dose not work. I got an error
message like:
--snip--
[INFO]: [2]
[ERROR]: Batik not in class path
[ERROR]: Error while creating area : No ImageReader for this type of
image (myepsfile.eps)
--snip--

What am I doing wrong (by the way batik IS definitely in my classpath)?
Or is there no support for input of EPS images - meaning b.) was right?

Any comments and tips are very wellcome!

Raimund
--
DESY -MVP-
Notkestrasse 85
D-22603 Hamburg
Tel.: +49 40 8998 -4903
e-mail: [EMAIL PROTECTED]



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




Including html pages

2002-02-25 Thread Raimund Kammering


Hi,
I want to dynamically include an html page into a pdf document.
The process is as follows:
 A java servlet concatenates a number of xml files
controlled
 by one xsl file.
 Now I also want to include an html file into this
procedure.
 How can this be done?
 After all processing of the xml/html files another
java servlet
 does the transformation to pdf, directly rendering
the data
 to the browser.
Including the html for processing via xml/xsl to html is clear - but
I have no idea how to do this for the fop transformations (fo:external
graphics seems not to be the right way?).
Any ideas are welcome.
Raimund
--
DESY -MVP-
Notkestrasse 85
D-22603 Hamburg
Tel.: +49 40 8998 -4903
e-mail: [EMAIL PROTECTED]



Centering a table

2002-02-07 Thread Raimund Kammering

Hi FOPers,

1. Is there an easy way to get a whole table centered within the page. I
just found examples concerning
   the alignment within the table cells/rows etc.
2. I posted a question about hidding the bookmarks when starting Acrobat
Reader - but i got no response.

Raimund

--
DESY -MVP-
Notkestrasse 85
D-22603 Hamburg
Tel.: +49 40 8998 -4903
e-mail: [EMAIL PROTECTED]




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




scaling of graphics

2002-01-24 Thread Raimund Kammering


Hi everybody,
this is my first question here in this mailing list and i hope it is
not off topic:
I want to format an XMLfile for printing. Since the graphics in
that were referenced in this file are very big
i wanted to scale them to a given percentage (let say 80%). To do this
i tried:

fo:external-graphic src="{text()}"
 content-width="80%"
 content-height="80%"
 scaling="uniform"/>
but somehow this seems to have no effect on the output. I also tried
giving a length> to the content attribute but again
it seems that there is on effect.
I am using FOP 0.20.2 and Xalan version 1.3.
Have I missed something in the man pages??
Raimund

--
DESY -MVP-
Notkestrasse 85
D-22603 Hamburg
Tel.: +49 40 8998 -4903
e-mail: [EMAIL PROTECTED]