Hello to all!
i'm trying to convert a large ms word 2000 file to xsl:fo. Are there
any converters available? I don't want to type everything again, and
i also want to keep the existing text format.
Has anybody done this before ???
Thanks a lot.
Cheers
Mirko
-
Hello !
when i use a fo:table cell with wrap-option="no-wrap", how can i stop that
the
text is expanding over the table cell's border?
Thanks a lot.
Cheers
Mirko Sertic
-
To unsubscribe, e-mail: [EMAIL
org.apache.fop.image.FopImageFactory.resetCache() to empty the cache.
On 15.05.2003 09:18:33 Mirko Sertic wrote:
> I have a little question about fo:external-graphic and memory usage.
> I think this question was answered before, but i did'nt find the right
> thread :-(.
>
> Are i
Hello!
I have a little question about fo:external-graphic and memory usage.
I think this question was answered before, but i did'nt find the right
thread :-(.
Are images that were used in fo:external-graphic cached, and if , where ?
And how do i reset this cache ? I'm using 0.20.5rc2.
I ask this
Thanks a lot.
I put the current xalan and xerces releases in my lib/endorsed dir and now
it works
very well.
good tip!
-Ursprungliche Nachricht-
Von: J.Pietschmann [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 6. Mai 2003 23:48
An: [EMAIL PROTECTED]
Betreff: Re: DTMException ?
Jeremias
sformToRTF(Unknown S
ource)
at org.apache.xalan.templates.ElemWithParam.getValue(Unknown Source)
at org.apache.xalan.templates.ElemCallTemplate.execute(Unknown
Source)
at
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(Un
...
Thanks a lot for your help.
Che
Sorry,
i mean
-of
select="[EMAIL PROTECTED] = 'SALES']"/>
Cheers
Mirko
-Ursprüngliche Nachricht-Von: Mirko Sertic
[mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 24. April
2003 15:06An: [EMAIL PROTECTED];
[EMAIL PROTECTED]Betreff: AW: accessi
I'd
guess
Hope
this helps
Cheers
Mirko
-Ursprüngliche Nachricht-Von: Torsten Erler
[mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 24. April
2003 15:03An: Fop-User (E-mail)Betreff: accessing
attributes in xml
Hi
all,
I've an xml
like:
...
Ha
I think you have avalon-framework-4.0 in your classpath. This file has
changed.
It is now called avalon-framework-cvs... and was part of my source
distribution.
Serach for such a file and change the classpath. This should fix your
problem.
Cheers
Mirko Sertic
-Ursprüngliche Nachricht
t; section of the
"resources" page for the Mogwai project:
http://xml.apache.org/fop/resources.html
The change should appear the next time the web site is updated.
Victor Mote
> -Original Message-----
> From: Mirko Sertic [mailto:[EMAIL PROTECTED]
> Sent: Monday, March
PROTECTED]
Betreff: Re: [ANNOUNCEMENT] OKI dot-matrix renderer available for
download
Mirko Sertic wrote:
> Finally, it has been done : our renderer to generate output for oki dot
> matrix printers is gone open source as part of the mogwai project on
> sourceforge.net. The current relea
7;t hesitate to contact me.
Happy coding!
Mirko Sertic
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
break in fo:flow
Mirko Sertic wrote:
> i need to detect a page break when i generate the fo:flow area of my
> document.
> How can this be done?
No way unless you force page break yourself.
> The background is that i need to generate a counting sum on the top of my
> page.
Are yo
Hello folks!
i need to detect a page break when i generate the fo:flow area of my
document.
How can this be done?
The background is that i need to generate a counting sum on the top of my
page.
Please help!
Cheers
Mirko Sertic
Mirko
-Ursprungliche Nachricht-
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 29. Januar 2003 14:13
An: [EMAIL PROTECTED]
Betreff: Re: PS & PostScript
On 29.01.2003 12:59:59 Mirko Sertic wrote:
> Is there any way to generate "PS pass thru" via pdfmar
Hello everybody!
I need help.
Is there any way to generate "PS pass thru" via pdfmark using the
PDF-renderer?
Can i do this using the PS renderer? I need a way to specify the paper input
and
output tray for each rendered page. Has anybody done this before ? And if it
works,
will ghostscript under
amp; Printing
#
# Mirko Sertic wrote:
#
# > It should work on my linux server.
# Does Acrobat for linux exist?
#
# --
# Oleg Tkachenko
# eXperanto team
# Multiconn Technologies, Israel
#
#
# -
# To unsubscribe, e-mail: [EMAIL
rkus
# -Ursprüngliche Nachricht-
# Von: Mirko Sertic [mailto:[EMAIL PROTECTED]
# Gesendet am: Montag, 20. Januar 2003 10:43
# An: Fop-User
# Betreff: PDF & Printing
#
# Hello Folks!
#
# I'm trying to print a generated pdf. I knew i could use the
# PrintRenderer
# from the PrintStarter
w
can i print that pdf?
Cheers
Mirko Sertic
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Folks!
I think that java is not the problem. Sure, it has some problems with mass
data
computation, but it's the same than with every programming language : if
your code
is sh*t, your program will run slow.
I don't want to blame fop as sh*it. Please don't misunderstand me.
My thought is that
Hello!
I'd prefer CORBA. It's more robust than sending a http request and easier to
support.
CORBA is also supported in the current jdk. For the C++ side, take a look at
the ACE / TAO
project. It's an open source orb and available for many platforms.
Using CORBA also enables you to have a bidirec
-Ursprüngliche Nachricht-
# Von: Mirko Sertic [mailto:[EMAIL PROTECTED]
# Gesendet am: Mittwoch, 20. November 2002 14:11
# An: FOP-User (E-Mail)
# Betreff: Invoice positions & partial sums
#
# Hello!
#
# i'm working on a stylesheet that generates an invoice. I'd
# like to have a
#
Hello!
i'm working on a stylesheet that generates an invoice. I'd like to have a
partial sum on the bottom of the first page of the invoice, when
it has more than one page. Has anybody done this before?
Greetings
Mirko
Its not an error, its wrong java code
RENDER_PDF is s static member variable of the Driver class,
so you have to type:
driver.setRenderer(Driver.RENDER_PDF);
Cheers
Mirko
-Ursprungliche Nachricht-
Von: Lee Goddard [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 16. Mai 2002 16:39
in my experience creating this renderer, let me
know. Maybe we
can make a deal... :-)
Keep on coding....
Mirko Sertic
Ok, sounds good.
I took a look at the printrenderer class. Is there any documentation
available?
-Ursprungliche Nachricht-
Von: J.Pietschmann [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 10. Mai 2002 12:27
An: [EMAIL PROTECTED]
Betreff: Re: XSL:FO and matrix printer problem...
Mirko
Hi there!
Has anybody a sollution for the following problem :
I want to print the results of the xsl:fo rendering to my oki matrix
printer.
The problem is that if i render my page to pdf and want to print it via
windows,
it is really slow due to the windows gdi printing device. So i need a way to
Hi there again.
I'm running my FOP formatter in a java standalone application
and let it render PDF's the hole day.
It acts like a converter-server. Clients are giving it the xml
and xsl file and the formatter does the rest.
Sometimes it has also to render some images into the pdf file.
These fi
Hi there again!
Thanks for your help.
I think you are right and my extremly long page sequences are the matter.
In fact, i have only one page-sequence.
The problem is, i cannot create multiple page sequences because i do not
know
where to break my pages. Every table-row in my document is unique
Hi there folks!
I've a question regarding the memory usage of the fop formatter with large
documents.
I'm rendering a large list with about 450 pages and 1 table entries.
When i look ad the memory usage of the fop formatter in my win32
enrironment, i see
that it consumes about 180 MBytes of m
Hi there!
I use Stylus Studio for XML and XSLT developing. It has also support for FOP
and external Post-Processing.
An evaluation version is available at www.stylusstudio.com.
Greetings
Mirko
-Ursprüngliche Nachricht-
Von: Buonincontri, Steve (CAP, MMF, ITSS)
[mailto:[EMAIL PROTECTED]
31 matches
Mail list logo