Re: Performance Guidance

2002-06-07 Thread Oleg Tkachenko
Savino, Matt C wrote: Doesn't XSLT ultimately need it's source XML in a DOM object to run? Certainly not if you are talking about java processors. Moreover source xml in DOM form often means wastefulness of memory and cpu since almost every xslt processor always builds its own *optimized* input

Re: Problem with image resolution in FOP

2002-06-07 Thread pascal.munerot
Hi, Do you know if it is possible to generate SVG from a bitmapped graphic (GIF or JPEG. The API i use does not generate SVG unfortunately). I shall give a try at SVG (if I can embed or convert the barcode image). I am also considering the use of a barcode font. On the project for which I am worki

RE: Performance Guidance

2002-06-07 Thread Savino, Matt C
That's really good to know. Thanks Matt Savino > > Doesn't XSLT ultimately need it's source XML in a DOM > object to run? > > It depends. One point is that DOM is an interface, and there > exist heavyweight and leightweight implementations. Some > XSLT processors can work directly from an arb

Re: Fop and batik really compatible?

2002-06-07 Thread J.Pietschmann
Neil Patel wrote: I have successfully transformed test.svg into test.pdf using the command line(console) java argument in Batik 1.1.1 java org.apache.batik.apps.rasterizer.Main -m application/pdf test.svg Now when I use FOP 2.03 using a test.fo file to reference the same test.svg file, it doesn

Re: servlet called twice and subsequence error

2002-06-07 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I'm running into the issue of the fop servlet being called twice This is a known problem with IEx. Use an URL ending in .pdf for the PDF. (is there a law or something that people are generally unimaginative for the URL-to-Object mapping of their servlets?) and I am getting

Fop and batik really compatible?

2002-06-07 Thread Neil Patel
I have successfully transformed test.svg into test.pdf using the command line(console) java argument in Batik 1.1.1 java org.apache.batik.apps.rasterizer.Main -m application/pdf test.svg Now when I use FOP 2.03 using a test.fo file to reference the same test.svg file, it doesn't display the gr

Re: Performance Guidance

2002-06-07 Thread J.Pietschmann
Savino, Matt C wrote: Create SAX events directly from the DB query result. Doesn't XSLT ultimately need it's source XML in a DOM object to run? It depends. One point is that DOM is an interface, and there exist heavyweight and leightweight implementations. Some XSLT processors can work directly

Re: SVG onto multiple pages

2002-06-07 Thread J.Pietschmann
Neil Patel wrote: Hello, Can anyone please tell me how to put 5 different SVG files into one pdf document? (i.e. 1.svg, 2.svg, 3.svg, 4.svg, 5.svg (each svg file is one page in length) -> into "total.pdf" Use etc. J.Pietschmann

Re: Problem with image resolution in FOP

2002-06-07 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am trying to fit a barcode image into a FOP 0.20.3 document (PDF). The image is much bigger in the PDF (screen or printed) than when i view it into an imaging tool. I have a constraint on the barcode image that make it impossible for the width to be less than about 250 pi

RE: Performance Guidance

2002-06-07 Thread Savino, Matt C
> Create SAX events directly from the DB query result. Doesn't XSLT ultimately need it's source XML in a DOM object to run? Matt Savino

Re: Running FOP on a servlet (on Weblogic)

2002-06-07 Thread J.Pietschmann
chandrakant_binwani wrote: Hi All, While trying to generate PDF through a servlet, the PDF generated is a 0KB one. No exceptions. The code works file when used in a java application. I wonder if there is anything wrong with the weblogic configuration Check the Cocoon FAQ and "Installing Coc

Re: Performance Guidance

2002-06-07 Thread J.Pietschmann
Savino, Matt C wrote: I meant to ask--what alternatives do you suggest to that avoidable second step as far as getting to the XSLT processor? Create SAX events directly from the DB query result. Unless you have some non-trivial calculations or you know you can benefit from caching, don't use entity

Re: Problem with PDF generation

2002-06-07 Thread J.Pietschmann
CASTELAIN Yves (GL) wrote: It's ok for me too. a PDF file is generated. But, if i try with the FOP example (FopServlet & glossary.xml and xsl) the generated page on navigateur is blank !! Again: if you have trouble with stuff running an embedded FOP, try the files with the command line in order to

servlet called twice and subsequence error

2002-06-07 Thread Louis . Masters
I'm running into the issue of the fop servlet being called twice and I am getting the following error: ERROR [fop]:Page subsequences exhausted. Using previous subsequence. Anyone have any ideas what this means? Thanks, Lou

Ravi Narine/Toronto/CGI is out of the office.

2002-06-07 Thread Ravi . Narine
I will be out of the office starting 06/07/2002 and will not return until 06/10/2002. I will respond to your message when I return.

RE: Which Batik version in FOP 0.20.3

2002-06-07 Thread Vollmer, Thomas - CannonSA
Thanks, Keiron. And here's a follow-up question... I'm trying to convert an SVG to PDF and had success with the following two command lines: java -cp "D:\Programs\fop-0.20.3\lib\batik.jar";"D:\Programs\batik-1.5\lib\crimson-pa rser.jar";"D:\Programs\fop-0.20.3\build\fop.jar" org.apache.batik.apps

RE: Performance Guidance

2002-06-07 Thread Savino, Matt C
J: > No offense meant, but most people start with the most > inefficient ways to generate XML, usually doing a > lookup in a remote database (which is slow, but hard to > avoid), building an XML string or a DOM tree (which is > slow, memory consuming and avoidable) and then feed it > to the XSLT pr

WhiteSpaces

2002-06-07 Thread Esteban Gonzalez
Hi! It´s me again! I´ve been experiencing a problem with white spaces... it seems like FOP takes a blank space as a new line... there´s any way to encode them ? My xml is generated on the fly and all I have is the DOM tree of it... Best Regards, -- Esteban Gonzále

RE: Performance Guidance

2002-06-07 Thread Savino, Matt C
J: > No offense meant, but most people start with the most > inefficient ways to generate XML, usually doing a > lookup in a remote database (which is slow, but hard to > avoid), building an XML string or a DOM tree (which is > slow, memory consuming and avoidable) and then feed it > to the XSLT pr

Re: FOP API

2002-06-07 Thread Esteban Gonzalez
http://xml.apache.org/fop/index.html download fop binaries or sources.. and you´ll find a folder called javadoc... Best Regards, Esteban - Original Message - From: "gvn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 11:14 AM Subject: FOP API > Where ca

Re: Problem with image resolution in FOP

2002-06-07 Thread johnfox02
I doubt it is available for Java, since it is a stand- alone product for Windows & Mac. Check out: http://www.xml.com/pub/rg/SVG_Software Depending on what platform you are using, there might be something useful for you there. -John > Ok, thanks for your help. I will have a look at StreamLine.

Re: Problem with image resolution in FOP

2002-06-07 Thread pascal.munerot
Ok, thanks for your help. I will have a look at StreamLine. Do you know if it is available for Java ? Thanks Pascal > Pascal, > > I'm sorry. Streamline is an Adobe product that converts > bitmap files to vector files. I'm sure there are other > products that do the same thing, I'm just familiar

RE: Landscape Layout

2002-06-07 Thread Torsten Erler
Simplest way: swap the values of the page-width and page-height Attributes in the Page Master reference of your xsl-template. greetings torsten -Original Message- > From: Urban, Patrick [mailto:[EMAIL PROTECTED] > Sent: Freitag, 7. Juni 2002 16:05 > To: [EMAIL PROTECTED] > Subject: Landsc

Re: Problem with image resolution in FOP

2002-06-07 Thread johnfox02
Pascal, I'm sorry. Streamline is an Adobe product that converts bitmap files to vector files. I'm sure there are other products that do the same thing, I'm just familiar with Streamline. You and I are in the same boat as far as not knowing much about SVG. I understand the concept behind it

SVG onto multiple pages

2002-06-07 Thread Neil Patel
Hello, Can anyone please tell me how to put 5 different SVG files into one pdf document? (i.e. 1.svg, 2.svg, 3.svg, 4.svg, 5.svg (each svg file is one page in length) -> into "total.pdf"

Re: Problem with image resolution in FOP

2002-06-07 Thread pascal.munerot
Hi John, I don't know much about SVG. What exactly do you mean by using StreamLine ? Is it a process to turn a bitmap into vector based graphics ? Can you give me more details about the solution you used ? Thanks Pascal > Pascal, > > I had a problem similar to this. I scanned in a > person's

Landscape Layout

2002-06-07 Thread Urban, Patrick
I am looking for a technique to generate a PDF report in a landscape layout. Is this possible using FOP? Patrick

Ravi Narine/Toronto/CGI is out of the office.

2002-06-07 Thread Ravi . Narine
I will be out of the office starting 06/07/2002 and will not return until 06/10/2002. I will respond to your message when I return.

Re: Problem with image resolution in FOP

2002-06-07 Thread johnfox02
Pascal, I had a problem similar to this. I scanned in a person's signature and opened it in Illustrator, then saved it as SVG. Viewing the SVG file in IE and in Illustrator it looked fine, but in my pdf it was too large. I then decided to convert the bitmap to a vector image using Streamli

FOP API

2002-06-07 Thread gvn
Where can I find the API ? Thanks, Geoffrey...

Re: row fragmentation problem..

2002-06-07 Thread Florence Deforge
Have you tried the keep-together property on table-row ? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 07, 2002 12:01 PM Subject: RE: row fragmentation problem.. Though I increase the page height ( width does not ma

Problem with image resolution in FOP

2002-06-07 Thread pascal.munerot
Hi all, I am trying to fit a barcode image into a FOP 0.20.3 document (PDF). The image is much bigger in the PDF (screen or printed) than when i view it into an imaging tool. I have a constraint on the barcode image that make it impossible for the width to be less than about 250 pixels (I need to

Running FOP on a servlet (on Weblogic)

2002-06-07 Thread chandrakant_binwani
Hi All, While trying to generate PDF through a servlet, the PDF generated is a 0KB one. No exceptions. The code works file when used in a java application. I wonder if there is anything wrong with the weblogic configuration Regards, Chandrakant Binwani Infosys Technologies Ltd, Bangalor

Ravi Narine/Toronto/CGI is out of the office.

2002-06-07 Thread Ravi . Narine
I will be out of the office starting 06/07/2002 and will not return until 06/10/2002. I will respond to your message when I return.

RE: Problem with PDF generation

2002-06-07 Thread CASTELAIN Yves (GL)
Ok but... It's ok for me too. a PDF file is generated. But, if i try with the FOP example (FopServlet & glossary.xml and xsl) the generated page on navigateur is blank !! do you know this problem ? chandrakant_binwani wrote: > > Here how i'm trying to implement PDF generation: > >

RE: row fragmentation problem..

2002-06-07 Thread vinod . nayak
Though I increase the page height ( width does not matter in this problem ), I think, it is not going serve any purpose. The decision comes at the end of the page whether to move the entire row to the next page or not. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAI

RE: row fragmentation problem..

2002-06-07 Thread sanjib . das
increase ur page width as well as table width .it will work fine.   Regards Sanjib Ku. Das PQFGHIJ (080) 5597600 -3868 **it's impossible to judge your talent until and unless you exercise it. **Believe in attitude, not in talent. -Original Message-From: [EMAIL PROTECTED] [mai

row fragmentation problem..

2002-06-07 Thread vinod . nayak
Hi,   I have a Table whose contents span over multiple pages. I have to ensure the the contents of a cell within a row of that table should not be carried over to the next page. In this case, the more appropriate idea would be moving the whole row to the next page. How could I handle thi

RE: about drawing a Horizontal Line in PDF

2002-06-07 Thread Torsten Erler
try something like this cu torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag, 7. Juni 2002 11:14 To: [EMAIL PROTECTED] Subject: about drawing a Horizontal Line in PDF Hi, How to create a horizontal line in PDF. I am using fop-0.20.3rc.jar for P

about drawing a Horizontal Line in PDF

2002-06-07 Thread vinod . nayak
Hi, How to create a horizontal line in PDF. I am using fop-0.20.3rc.jar for PDF generationI used & , both are not working. Waiting for the response, Vinod Nayak i-flex solutions ltd. Voice: (91)-228 43 00, x 6501 Fax:   (91)-22-843 13[EMAIL PROTECTED]     --

Re: Which Batik version in FOP 0.20.3

2002-06-07 Thread Keiron Liddle
It is version 1.1 There should be a readme in the lib directory but it appears that it was not included in that release. Christian, will the readme file be in the next release? I think it also needs to be updated with the versions of other jar files. On Fri, 2002-06-07 at 02:53, Vollmer, Thomas

Which Batik version in FOP 0.20.3

2002-06-07 Thread Vollmer, Thomas - CannonSA
Hi all, I'm using FOP 0.20.3 and I'm wondering which version of Batik (fop-0.20.3\lib\batik.jar) it comes with exactly. Can anyone provide some insight? Thanks, Thomas If this email is not intended for you, or you are not responsible for the delivery of thi