Produce PDF file from SVG file

2001-06-08 Thread Kritsada Poolwan
Hello, I'm sorry if it's a duplicated mail. I have a problem with SVG file that I need to convert to PDF file by using FOP. I search in FOP mailling list but I don't find the answer. I found your email in batik mailling list. I see you have success in converted SVG file to

Re: Produce PDF file from SVG file

2001-06-08 Thread Keiron Liddle
Kritsada, It would appear that there is some sort of problem with your external svg image. Since the current cvs has changed a great deal and will handle this differently (and should work) I think it would be best to wait for the next release or use current cvs. Before you ask when is the next

RE: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread daryl . barnes
Hi there, FOP is my first introduction to open source software having been "on the other side" before. XML has allowed me to jump...enough about me... I am working for a major bank in Switzerland looking into using this technology...in my bones I feel that FOP (or in some other guise) is going

RTF backend status (was: where is fop.jar?)

2001-06-08 Thread Bertrand Delacretaz
> What happened to the rtf backend which Mr Bertarnd submitted? Actually I didn't submit the RTF backend yet, only made it available as a hacked version of fop on our own CVS server (:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot, password is "anoncvs", module name is xml-fop, cvsweb at http:

cvs commit: xml-fop/docs/examples/svg boxes.svg external.fo multi.svg ref.svg embedding.fo

2001-06-08 Thread keiron
keiron 01/06/08 01:56:03 Modified:docs/examples/svg embedding.fo Added: docs/examples/svg boxes.svg external.fo multi.svg ref.svg Log: added some external svg examples Revision ChangesPath 1.2 +80 -2 xml-fop/docs/examples/svg/embedding.fo Index: e

cvs commit: xml-fop/src/org/apache/fop/image/analyser SVGReader.java

2001-06-08 Thread keiron
keiron 01/06/08 01:58:23 Modified:src/org/apache/fop/image/analyser SVGReader.java Log: gives it the correct size Revision ChangesPath 1.6 +3 -3 xml-fop/src/org/apache/fop/image/analyser/SVGReader.java Index: SVGReader.java

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Alex McLintock
NOTE: This email contains possible self advertising. If that activity offends you please delete it. --- Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > On Friday 08 June 2001 02:34, Arved Sandstrom wrote: > > > ...We have some very good developers contributing expertise to FOP. > > >

AW: "loadUserconfiguration" method in Driver class

2001-06-08 Thread Stefan Weber
I use FOP 0.19.0-CVS and call the userconfig with     Options opt = new Options();    opt.loadUserconfiguration("filename");   It works. Stefan WeberTel: +49 (721) 920 918 26mailto: weber@sitewaerts.de<<< GmbHHebelstraße 15D-76131 KarlsruheTel: +49 (721) 920 918

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Stefan Bodewig
Alex McLintock <[EMAIL PROTECTED]> wrote: > My biggest problem is that I am not allowed to use the word Apache > in advertising according to the licensing agreement. Does anyone > know where to discuss this? This is not entirely true, you can do so if you've been granted permission to do so - yo

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Bertrand Delacretaz
On Friday 08 June 2001 11:02, Alex McLintock wrote: > I think the best way to pay for open source development of FOP is if > development takes place in response to real life business requirements. Quoting Arved, "...trying not to waste time doing work on code that is going in the garbage after

Fwd: fop patch

2001-06-08 Thread Denis Perchine
Hello, here is a patch for the latest CVS, which corrects the calculation of borders. The patch was made by Ivan Demakov for one of our projects. If you need more info, like correct, and incorrect examples, please let me know. -- Forwarded Message -- Subject: fop patch Date:

rtf backend

2001-06-08 Thread FOP-Support
Well we are a company who have just started doing full time work for FOP. And RTF backend has been on my mind for a long time. Iam wondering if i should take the plunge and do it! seshadri FOP Support www.mindfiresolutions.com/fopservices.html - Original Message - From: Bertrand Dela

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Arved Sandstrom
At 11:31 AM 6/8/01 +0200, Bertrand Delacretaz wrote: >On Friday 08 June 2001 11:02, Alex McLintock wrote: > >> I think the best way to pay for open source development of FOP is if >> development takes place in response to real life business requirements. > >Quoting Arved, "...trying not to waste t

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Marcus Crafter
On Fri, 8 Jun 2001, Bertrand Delacretaz wrote: > On Friday 08 June 2001 02:34, Arved Sandstrom wrote: > > > ...We have some very good developers contributing expertise to FOP. > > > ...There are no obstacles here, except those that occur because > > we are stretched for time... > > I think t

embedding fop

2001-06-08 Thread adel ben
Hi all, I would like to embedd fop-0.18.1-dev with a servlet, that servlet must take as parameter a reference to an xml file and display it in pdf format. Has anyone experienced to write such servlet? If possible give me a sample regards, adel _

FOP specs

2001-06-08 Thread Kin-Yip Tsang
I'm not sure if it's the right question in this mailing list, but can anybody tell me where I can get the whole RTF specs offline (eg. in PDF format). I don't have internet access at home. marco - To unsubscribe, e-mail: [EMAIL

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Alex McLintock
--- Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > On Friday 08 June 2001 11:02, Alex McLintock wrote: > > > I think the best way to pay for open source development of FOP is if > > development takes place in response to real life business requirements. > > Quoting Arved, "...trying not to w

Re: FOP specs

2001-06-08 Thread Bertrand Delacretaz
> where I can get the whole RTF specs offline There's a (probably outdated) version at http://www.webworks.com/download/support/kb/rtf-spec-1_3.pdf Else I'd suggest using something like wget (http://www.gnu.org/directory/wget.html) to "pump" html files for offline reading. -- -- Bertrand De

standalone XSL:FO to RTF converter prototype

2001-06-08 Thread Bertrand Delacretaz
Hi all RTF fans (well, I guess it's too late to un-invent RTF ;-) I wrote a proof-of-concept prototype of a standalone converter, which has nothing to do with FOP except that I think it is a better way to go from XSL:FO to RTF (i.e. directly, without using the FOP layout algorithms). Source co

Work around batik

2001-06-08 Thread Art Welch
I have a bit of a problem that I hope someone can help with. Although I appreciate Keiron's efforts with SVG/Batik, I can not use them because I am still stuck in JDK 1.1.8 land. I had pulled down from CVS as of before he merged the batik stuff in. I was hoping that I could stay at that level unti

how to use fop-15.0

2001-06-08 Thread M.Eng(Info. Tech. YR-2)
Hello, How to use fop-15.0 class files. There is no jar file of the class file.i don't want to use new version.please help me in this matter regards S.M.Guru - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Produce PDF file from SVG file

2001-06-08 Thread Kritsada Poolwan
Hello, I have a problem with SVG file that I need to convert to PDF file by using FOP. I search in FOP mailling list but I don't find the answer. I found your email in batik mailling list. I see you have success in converted SVG file to PDF. Then could you tell me how to write fo t

[Bug 1618] - Bug with fo:page-number-citation and CID fonts

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1618 *** shadow/1618 Sun May 20 17:26:43 2001 --- shadow/1618.tmp.11837 Wed Jun 6 12:58:29 2001 *** *** 1,20 ! Bug#: 1618 ! Product: Fop ! Version: all ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolutio

RE: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Kelly Campbell
> -Original Message- > From: Alex McLintock [mailto:[EMAIL PROTECTED]] > > I'm not going to argue whether or not a rewrite is a good > idea but it is > pointless to expect business to pay for the rewrite. Business > is all about > immediate results and immediate profit. Just about eve

xml to pdf conversion please help

2001-06-08 Thread M.Eng(Info. Tech. YR-2)
Hello, I have a problem in converting from xml to pdf.I am attaching the code i have written.i have taken readme.xml and readme.fo.xsl which is in fop-18 version. I am implementing it as a servlet.servlet will execute and it will open acrobat reader but it won't display anything on the browse

[Bug 2085] New: - Out of memory error when building FO Tree

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2085 *** shadow/2085 Fri Jun 8 14:46:32 2001 --- shadow/2085.tmp.22073 Fri Jun 8 14:46:32 2001 *** *** 0 --- 1,44 + ++ + | Out of memory erro

RE: Work around batik

2001-06-08 Thread Art Welch
Please disregard the original message... although I would still be curious about how to do this. I went through the fop-cvs archive and it does not appear that there have been any commits related to the problems that I am seeing. Also, next week I am going to pitch again for coercing our customer

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Arved Sandstrom
At 12:47 PM 6/8/01 +0100, Alex McLintock wrote: > >I'm not going to argue whether or not a rewrite is a good idea but it is >pointless to expect business to pay for the rewrite. Business is all about >immediate results and immediate profit. Just about every client I've >ever had says something li

Re: One Committer's Views on FOP; Informal State of the Union Address

2001-06-08 Thread Peter B. West
Kelly Campbell wrote: > > > -Original Message- > > From: Alex McLintock [mailto:[EMAIL PROTECTED]] > > > > I'm not going to argue whether or not a rewrite is a good > > idea but it is > > pointless to expect business to pay for the rewrite. Business > > is all about > > immediate results

A bug ?

2001-06-08 Thread Nguyen Hoang Nam
Hello all,   I think there is a bug on the text-decoration, maybe this is fixed yet.   I  would like undeline two words like this :                Courrier  new   but here is what I get with FOP :    Courrier  new     The espaces between 2 words are also underlined .