RE: Has anybody used the Crystal Reports and how does it compare to t he FOP?

2003-01-21 Thread Dianliang Zhu
Title: RE: Has anybody used the Crystal Reports and how does it compare to t he FOP?






Jeremias, 


Thank you very much for the comments about this issue. 


One of the major problems related to the XSL-FO is lack of editors. I'm thinking about using RTF2FO to convert the rtf documents into FO, then the users/developers may use MS Word as FO editor. I have tried this method many times and it works very well. The benefit is that most people are fimilar with MS Word and the RTF to FO convertion is very close to WYSIWYG.

Regards,
Dianliang




-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 18 January 2003 12:50 AM
To: [EMAIL PROTECTED]
Subject: Re: Has anybody used the Crystal Reports and how does it
compare to t he FOP?



I don't want to make Crystal Reports bad, but I haven't heard much good
from it, although that the last time that was 3 years ago. Things change.
At that time I was working for a Delphi-programming company that have
written their own Reporter because Crystal Reports was suboptimal. 


At the end you'll have to choose the tool that you're most comfortable
with. Do the people who have to create the reports like the tool their
working with? Does the tool support the things you need to be able to
do?


One thought I'd like to give you on your way is the one about standards
conformance: On one side you need different input and output formats
(such as XML, PDF, PostScript). Both FOP and Crystal Reports support a
variety of standard input and output formats. But what about the layout
style you need to develop for each report, the report itself. Crystal
Reports uses its own proprietary format, while FOP uses XSLT, XSL:FO,
SVG and other standards to accomplish the same. If you use a standard
based tool you have a high probability that you can switch the tool
without having to redo each and every report. You may well be able to
process your report using RenderX's XEP or the upcoming Adobe server or
whatever.


What about the editors? With Crystal Reports you get theirs. With XSL
you can use some editor. On the other side there's the problem that
XSL doesn't have any editors, yet, that get near the functionality of
that one from Crystal Reports. WYSIWYG and all.


Good luck with the decision.


On 16.01.2003 00:43:07 Dianliang Zhu wrote:
 I'm currently facing a difficult decision whether to keep developing
 reports using FOP or changing over to the Crystal Reports. Having been using
 FOP for more than 2 years, I have gained lots of experiences in it. So I
 would prefer FOP rather than any other reporting tools. But my work mates
 want to use Crystal Reports. They claim that the Crystal Report is better
 than FOP in terms of speed, functionality, usability and etc. 
 I don't know too much about the Crystal Report, so I would really
 appreciate if someone can compare different aspects of FOP and Crystal
 Report. I need it to justify the development in FOP! Thank you!



Jeremias Maerki



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This email is intended for the named recipient only. The information contained in this message may be confidential, or commercially sensitive. If you are not the intended recipient you must not reproduce or distribute any part of this email, disclose its contents to any other party, or take any action in reliance on it, or in reference to it. If you have received this email in error, would you please contact the sender immediately and delete/destroy all copies of this message, both electronic and otherwise. It is the recipient's duty to virus scan and otherwise test the enclosed information before using the information or loading attached files onto any computer system. Oasis Asset Management Ltd does not warrant that the information contained in this e-mail is free from viruses, defects, errors, interception or interference. Any views expressed in this message are those of the individual sender, except where that sender specifically states them to be the views of Oasis Asset Management Ltd.




Has anybody used the Crystal Reports and how does it compare to the FOP?

2003-01-15 Thread Dianliang Zhu
Title: Has anybody used the Crystal Reports and how does it compare to the FOP?





Dear FOP developers,



 I'm currently facing a difficult decision whether to keep developing reports using FOP or changing over to the Crystal Reports. Having been using FOP for more than 2 years, I have gained lots of experiences in it. So I would prefer FOP rather than any other reporting tools. But my work mates want to use Crystal Reports. They claim that the Crystal Report is better than FOP in terms of speed, functionality, usability and etc. 

 I don't know too much about the Crystal Report, so I would really appreciate if someone can compare different aspects of FOP and Crystal Report. I need it to justify the development in FOP! Thank you!

Regards,
Dianliang




This email is intended for the named recipient only. The information contained in this message may be confidential, or commercially sensitive. If you are not the intended recipient you must not reproduce or distribute any part of this email, disclose its contents to any other party, or take any action in reliance on it, or in reference to it. If you have received this email in error, would you please contact the sender immediately and delete/destroy all copies of this message, both electronic and otherwise. It is the recipient's duty to virus scan and otherwise test the enclosed information before using the information or loading attached files onto any computer system. Oasis Asset Management Ltd does not warrant that the information contained in this e-mail is free from viruses, defects, errors, interception or interference. Any views expressed in this message are those of the individual sender, except where that sender specifically states them to be the views of Oasis Asset Management Ltd.




RE: FOP and Tomcat 3.3 problem

2001-11-18 Thread Dianliang Zhu

Hi, Egmont

   You must also include SVG package (batik.jar) in your tomcat classpath.


Regards,
Dianliang

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 17, 2001 1:43 AM
To: [EMAIL PROTECTED]
Subject: FOP and Tomcat 3.3 problem


Hi,

I installed Tomcat 3.3. When I start the FOP-servlet the following error
occurs. I have no idee what I must do. 
Can you help me please?


java.lang.IllegalArgumentException: Could not find
org.apache.fop.svg.SVGElementMapping
at org.apache.fop.apps.Driver.addElementMapping(Driver.java:338)
at org.apache.fop.apps.Driver.setupDefaultMappings(Driver.java:216)
at org.apache.fop.apps.Driver.(Driver.java:138)
at
de.akdb.zas.web.cgiservlet.FopTChttp.erzeuge_PDF(FopTChttp.java:143)
at de.akdb.zas.web.cgiservlet.FopTChttp.doGet(FopTChttp.java:66)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at org.apache.tomcat.facade.ServletHandler.doService(Unknown Source)
at org.apache.tomcat.core.Handler.invoke(Unknown Source)
at org.apache.tomcat.core.Handler.service(Compiled Code)
at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Compiled Code)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Compiled Code)
at java.lang.Thread.run(Thread.java:490)


Thanks 

Egmont


Berufsunfähigskeitversicherung von Mamax bei WEB.DE. 
Jetzt informieren! http://bu.web.de


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd.

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




RE: column spanned in multicolumn region

2001-11-08 Thread Dianliang Zhu

use number-columns-spanned=3

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 12:31 PM
To: [EMAIL PROTECTED]
Subject: column spanned in multicolumn region



hi all,

I'm using Fop-0.20.1 currently and  I have set 3 columns in one page.

But, I have facing a problem here regarding the spanning of the columns for
rendering a image in pdf file.

Currently, I still can't find any attributes in xsl-fo for this features,
so, are you have any ideas about it?


Thank you for any help you can give.


best rgds,
ektan





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd.

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




RE: How to embed FOP-0.18 in Cocoon 1.8?

2001-10-15 Thread Dianliang Zhu

Hi, 


you need to modify both Engine (org.apache.cocoon.Engine) and
FO2PDFFormatter (org.apache.cocoon.formatter.FO2PDFFormatter) classes. I
have already modified them (see the source code attached), hope it can be a
little contribution to some cocoon developers.

I'm also wondering if someone has implemented background-image property in
FO, it is really important to me. Thanks.

Regards,
Dianliang


-Original Message-
From: sudhakar s sankar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 2:07 PM
To: [EMAIL PROTECTED]
Subject: How to embed FOP-0.18 in Cocoon 1.8?



Hai,

i am new to FOP. now, i am using the Cocoon 1.8 build to use the FOP. here,
the version of FOP is 0.13. How can i upgrade my FOP 0.13 to FOP 0.18.
Please help me

Thanks in Advance

With Regards

Sudhakar Sankar 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd.





Engine.java
Description: Binary data


FO2PDFFormatter.java
Description: Binary data

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


RE: How to embed FOP-0.18 in Cocoon 1.8?

2001-10-15 Thread Dianliang Zhu

Sorry, you should also modify Formatter interface
(org.apache.cocoon.formatter.Formatter). source code attached.

Regards,

Dianliang

-Original Message-
From: Dianliang Zhu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 2:30 PM
To: '[EMAIL PROTECTED]'
Subject: RE: How to embed FOP-0.18 in Cocoon 1.8?


Hi, 


you need to modify both Engine (org.apache.cocoon.Engine) and
FO2PDFFormatter (org.apache.cocoon.formatter.FO2PDFFormatter) classes. I
have already modified them (see the source code attached), hope it can be a
little contribution to some cocoon developers.

I'm also wondering if someone has implemented background-image property in
FO, it is really important to me. Thanks.

Regards,
Dianliang


-Original Message-
From: sudhakar s sankar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 2:07 PM
To: [EMAIL PROTECTED]
Subject: How to embed FOP-0.18 in Cocoon 1.8?



Hai,

i am new to FOP. now, i am using the Cocoon 1.8 build to use the FOP. here,
the version of FOP is 0.13. How can i upgrade my FOP 0.13 to FOP 0.18.
Please help me

Thanks in Advance

With Regards

Sudhakar Sankar 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd.


This email is intended for the named recipient only. The information
contained in this message may be confidential, or commercially sensitive. If
you are not the intended recipient you must not reproduce or distribute any
part of this email, disclose its contents to any other party, or take any
action in reliance on it, or in reference to it. If you have received this
email in error, would you please contact the sender immediately and
delete/destroy all copies of this message, both electronic and otherwise. It
is the recipient's duty to virus scan and otherwise test the enclosed
information before using the information or loading attatched files onto any
computer system. Oasis Asset Management Ltd does not warrant that the
information contained in this e-mail is free from viruses, defects, errors,
interception or interference. Any views expressed in this message are those
of the individual sender, except where that sender specifically states them
to be the views of Oasis Asset Management Ltd.
  




Formatter.java
Description: Binary data

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