Same servlet problem

2001-09-24 Thread Semprini Davide
Hi at All, I have encountered the same problem of Carmelo, I have a JSP Page that generate dinamically PDF file getting input XML Dynamic and urlXSL! My jsp generate correctly with FOP 0.20.1 a PDF file but when I'm trying to open it M.IE visualize me (the pdf) like a object ActiveX on left

Re: RE: Generating PDF on Fly

2001-09-24 Thread MEMMADI Said
Hi, What are changes in FOP API 0.20.1 exactly ? Thanks in adavance ? Messages d´origine De: Shkuro, Yuri [EMAIL PROTECTED] Date: vendredi 21 septembre 2001 16:57 Objet: RE: Generating PDF on Fly Yes. See attached JSP. Without a parameter it reads static XML file and displays

Fop2PDFServlet using FOP 0.20.1

2001-09-24 Thread MEMMADI Said
Fop2PDFServlet using FOP 0.20.1 Hi all, I need example of servlet using FOP 0.20.1 and wich generate PDF file from xsl file and xmlString. I've old code wich don't work now with this last version. What is the best way xmlString or creating DOM object if I've not xml file.

Re: Performance and java 1.1

2001-09-24 Thread Keiron Liddle
So in conclusion I think there is a general consensus (vote) to move to java 1.2. I will commit what I have so far for the next release. For java 1.1 users: Sorry but I think it is better to do it this way. To run with java 1.1 you could use the collections.jar and change the import statements.

cvs commit: xml-fop/src/org/apache/fop/tools/anttasks Fop.java

2001-09-24 Thread keiron
keiron 01/09/24 01:51:17 Modified:docs/design build.xml docs/examples build.xml docs/xml-docs build.xml lib buildtools.jar src/org/apache/fop/pdf PDFDocument.java src/org/apache/fop/tools/anttasks Fop.java

Will there be a RTF renderer?

2001-09-24 Thread Beer, Christian
Hi there! Out customers would like to have a Word-doc out of FOP. Will there be a RTF renderer in the near future? Is something like that planed? Christian __ DIRON Wirtschaftsinformatik GmbH Co. KG Christian Beer ([EMAIL PROTECTED])

Re: Will there be a RTF renderer?

2001-09-24 Thread Bertrand Delacretaz
On Monday 24 September 2001 12:18, Beer, Christian wrote: Will there be a RTF renderer in the near future? We (my company, I'm not speaking for the FOP team) have been working on an RTF renderer earlier this year, and later scrapped it for a standalone implementation known as jfor that is

AW: Will there be a RTF renderer?

2001-09-24 Thread Beer, Christian
Well, I tried that jfor earlier this day, but it doesn't realy do layouting. I hoped the letter would look like the PDF but it doesn't. So if somebody knows a fo2rtf-processor that does the layouting I'd like to hear about that. Thanks Christian -Ursprüngliche Nachricht- Von:

Re: Will there be a RTF renderer?

2001-09-24 Thread Corinna Hischke
Hi Christian, I recently got mail from Bertrand Delacretaz [EMAIL PROTECTED] who works on a project (sourceforge) called jfor. As far as I understood, it's a formatter from xsl-fo into rtf. Ask the expert at www.jfor.org ;-) - Corinna - Original Message - From: Beer, Christian [EMAIL

FOP WARNING

2001-09-24 Thread Amit
I am trying to generate PDFs using FOP-0.20.1. The input files are xml and xsl files I am using JRun3.0 with java1.2.2 Here is the error I get WARNING: Unknown formatting object ^root Anybody any ideas? - To unsubscribe,

Wrap option

2001-09-24 Thread Anirban Bhaumik
hello everybody The problem I am facing is like this: While using the wrap-option in fo:block, I find that long words placed in a table-cell do not wrap and spill over to next cell. Suppose I have a word Worldisgoingdown and the space defined in table-column is 1 inch then it spills over. If

Re: FOP WARNING

2001-09-24 Thread Semprini Davide
Hi, I want explain that the error: WARNING: Unknown formatting object ^root for me is locate in stylesheet Instead the error that Ihave encountered it was on my XML I think that the parser didn't know my element root! For this reason I haven't used the code in fop home and I have perform

Re: FOP WARNING

2001-09-24 Thread Semprini Davide
Okay, The example that I give is only to explain that you can perform the PDF in two distinc phase 1) perform a trasformation 2) use driver You can use the "tranform method" with input like Dynamic xml (Dom Document) or urlXML and getting out a fo (Dom Document) or Writer object YOU HAVE A

RE: FOP WARNING

2001-09-24 Thread Shkuro, Yuri
Two problem with this approach. First, you are using a lot of memory to store intermediate XML result in a string buffer. Second, you have to parse that XML again (FOP will do it for you, but it takes time). A better solution, as I already said before, is to register FOP as a receiver of SAX

Re: Wrap option

2001-09-24 Thread Louis . Masters
Anirban: I believe, and correct me if I am wrong, that the formatter does not know how to wrap in this instance. In your case, World is going down, the formatter can wrap it on whitespace. Since there is no whitespace in Worldisgoingdown, it does not know how to wrap it. I'm sure there is

Re: FOP on IBM AS400

2001-09-24 Thread jthaemlitz
We had problems with gif files. However BMP's work fine on AS/400, as suggested below. We are using FOP v 0.18 to render PDF's. JohnPT

Re: FOP WARNING

2001-09-24 Thread Amit
I am trying this piece of code and it can't find the xml and xsl files... Anybody see anything that I am doing wrong? public void makePDF(String xmlFile, String xslFile, HttpServletResponse response) throws ServletException { java.io.Reader reader; Writer writer = new StringWriter(); try {

Batik/SVG working in latest FOP builds?

2001-09-24 Thread rob
Sorry to be dumb about this, but I just joined the list recently. My customer just added a requirement to use SVG images as external-graphics. (Up to now it had been the usual GIFs and JPGs, but now we are working on the hi-res print version and quality matters ...) To scale the images

Anything wrong with this code

2001-09-24 Thread Carmelo Montanez
Hi All: I know that my browser can display PDF propertly now, however the following piece of code (that generates PDF data) sends the data back to the client (IE6) and still does not not looks like PDF at all. Can someone please tell me if there is something wrong with this code. By the

Re: Configuring the FOP 0.18 in Cocoon 1.8 or more

2001-09-24 Thread David Morris
sudhakar, I wrote an article for the August issue of Midrange Computing that covers that topic. If you do not have access to the magazine, I can forward a copy of that article to you. The main challenges are with the Cocoon jar file. I found through a process of elimination that on some

Re: FOP on IBM AS400

2001-09-24 Thread David Morris
Stephen, I have also used FOP quite a bit on an iSeries AS/400. Ideally you should be on V4R5 or V5R1 with the latest group and cum. On earlier groups, I experienced problems loading some classes. I have been using the .19 version distributed with Cocoon2. David Morris [EMAIL PROTECTED]