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
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
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
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
[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
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
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
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
[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
> 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
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
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"
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
I am looking for a technique to generate a PDF report in a landscape layout.
Is this possible using FOP?
Patrick
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.
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
Where can I find the API ?
Thanks,
Geoffrey...
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
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
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
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.
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:
>
>
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
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
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
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
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]
--
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
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
42 matches
Mail list logo