Re: Problems with different versions of FOP (SVG vs inline-graphics)

2001-07-31 Thread Keiron Liddle
I don't particularly want to give a java lesson (again) but this oddly enough is a CLASSPATH error. ie. fix you classpath. On Tue, 31 Jul 2001 21:05:05 Ed Koster wrote: > I've recently upgraded to Fop 19.0. While it now provides inline graphic > support, which I need, it broke certain SVG rend

Fix (not Patch) to changes on 26 July that broke Embedded Font layout

2001-07-31 Thread Struan Judd
I've tracked down the reason for the problem I reported below. Unfortunately, I've done this in the pre-codeformat sources and I don't have access to a patch generator (well maybe but it's a minor fix). In org.apache.fop.layout.LineArea towards the end of the function: private int getWordWid

Re: Codeformatting finished

2001-07-31 Thread s-sasaki
Hi. Good, but some typo and other files suffer from same un-escaped problem. Attached patch will fix typos and other files. === SASAKI Suguru mailto : [EMAIL PROTECTED] escaped.diff - To unsubscribe, e-mail: [EMAIL PR

Re: Codeformatting finished

2001-07-31 Thread Peter B. West
I've noticed that the formatter has been pretty aggressive in overriding the right margin. It has exceeded 80 cols in files which had conformed to that margin (e.g. DocumentReader.java), going to such lengths as to merge string constants which had previously been split with "+", and merging c

Re: XSL-FO Engine comparisons

2001-07-31 Thread Peter B. West
Sebastian Rahtz wrote: > Elliotte Rusty Harold writes: . > Sebastina Your better half? Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest "Lord, to whom shall we go?" - To unsubscribe, e-mail:

Embedded Barcode - no errors - but not visible in resulting PDF

2001-07-31 Thread John . Dhom
Fop-0.19.0-CVS My servlet is generating a PDF with embedded Barcode 3of9 font. I'm having problems on 3 different machines. I'm using Type 1 font. I get no errors during the generation process (command-line or servlet) and no errors from Acrobat when loading/displaying the file. I simply get n

RE: XSL-FO Engine comparisons

2001-07-31 Thread Darren Munt
> But you're right - nobody should be using the processor in production. Not > yet. When we think it's ready we'll say so. I know we do so at our risk, but we have been using v0.18 FOP in a production situation (albeit a low-load, non-critical one) for a week now. Apart from a minor performance

RE: New patch for FOP

2001-07-31 Thread COFFMAN Steven
I hand reconciled your patch with the current CVS... right before CVS went down. I'll apply the patch tomorrow when it's back up (assuming it is back up).   This is just a FYI so no one else does it too. -Steve -Original Message-From: Mark [mailto:[EMAIL PROTECTED]]Sent: Sunda

RE: Headers and pagination

2001-07-31 Thread Tim.Keen
I must be really confused. I thought that the header was defined once and only once in the page-sequence as static-content and the page-sequence-master children allowed for the use of different page layouts for different pages, but not content of the page. Anyway, if you could lead me to an examp

RE: Headers and pagination

2001-07-31 Thread Arved Sandstrom
At 09:44 AM 8/1/01 +1000, [EMAIL PROTECTED] wrote: >Are you expecting me to test FOP 0.19 or the latest CVS version? If it's the >former then it doesn't do what I tested it for, which is page numbering >continuing on from previous page-sequence while specifying >initial-page-count="auto" for all p

RE: Headers and pagination

2001-07-31 Thread Tim.Keen
Thanks Arved and Trevor for your help and thanks Arved for the privilege of allowing me to be the 'first known 3rd party tester'. Are you expecting me to test FOP 0.19 or the latest CVS version? If it's the former then it doesn't do what I tested it for, which is page numbering continuing on from

RE: Codeformatting finished

2001-07-31 Thread COFFMAN Steven
Yeah, I caught this too. I fixed it and committed it. Please check it out in case I made a typo in the manual edits. -Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Re: Codeformatting finish

Re: XSL-FO Engine comparisons

2001-07-31 Thread Sebastian Rahtz
Elliotte Rusty Harold writes: > that end, I've been putting the various XSL-FO engines on the market > through their paces. interesting, thanks for that > PassiveTeX ... > quirky instance where the first bullet point in a list was not indented > quite right, but this didn't seem to occ

Re: XSL-FO Engine comparisons

2001-07-31 Thread Arved Sandstrom
At 09:24 AM 7/31/01 -0400, Elliotte Rusty Harold wrote: [SNIP] >So far, I've experimented with four different XSL-FO processors: the >Apache XML Project's FOP, Sebastian Rahtz's PassiveTeX, the Antenna >House XSL Formatter 1.1E, and RenderX's XEP. Two are implemented in >Java, one in native Window

cvs commit: xml-fop/src/org/apache/fop/fonts Glyphs.java

2001-07-31 Thread gears
gears 01/07/31 14:27:28 Modified:src/org/apache/fop/fonts Glyphs.java Log: Fixed my own dump typo. Revision ChangesPath 1.6 +2 -2 xml-fop/src/org/apache/fop/fonts/Glyphs.java Index: Glyphs.java =

Re: XSL-FO Engine comparisons

2001-07-31 Thread Nikolai Grigoriev
Elliotte, > However, it simply did not work for me at all. However good the XEP > engine may be at converting XSL-FO documents to PDF, its horrible user > interface and incomprehensible installation procedure eliminated it from > my consideration. Installation package of XEP 2.5 evaluation versi

RE: How FOP renderred my 17,344 page document...

2001-07-31 Thread COFFMAN Steven
If you have a diff against the current CVS, I can commit it for you. Just zip it up and e-mail it to me. I'm a bit out of touch with the current code, so I'm not really up for merging an old patch. -Steve -Original Message- From: Seshadri G.K. [mailto:[EMAIL PROTECTED]] Sent: Friday, Jul

Problems with different versions of FOP (SVG vs inline-graphics)

2001-07-31 Thread Ed Koster
I've recently upgraded to Fop 19.0. While it now provides inline graphic support, which I need, it broke certain SVG rendering, which I also need. This SVG rendering still works in Fop 18.1 - so some of the time I need to use this old build, and the rest of the time the recent build. Is the bro

Re: Codeformatting finished

2001-07-31 Thread s-sasaki
Hi. After codeformatting, some file is broken, I guess. Looking into org/apache/fop/fonts/Glyphs.java and org/apache/fop/layout/LineArea.java, for example, unicode-escaped characters(such as "\u2297") become unescaped or "?". (Maybe, characters in ISO-8859-1 got unescaped, and others become "?"

Re: XSL-FO Engine comparisons

2001-07-31 Thread Petr Andrs
Hi, I am now working on reporting tool which outputs reports into XSL FO, so I have some experinece with tools described here. Althoug we are using only quite simple formatting I would like to say something to this topic as well. On 31 Jul 2001, at 9:24 Elliotte Rusty Harold wrote about XSL-FO E

Re: XSL-FO Engine comparisons

2001-07-31 Thread Steven Lane
>I've been spending a lot of time lately with Docbook and XSL-FO as part >of the ongoing development of my next book, Processing XML with Java. To >that end, I've been putting the various XSL-FO engines on the market >through their paces. I'm trying to find one that will actually let me >produce t

RE: AW: fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Alistair Hopkins
Sorry I can't check the archives but they seem to be down. I'm having trouble with keep properties: I need to ensure that titles aren't orphaned from their bodies. I want to add keep-with-next.within-page="always" to the block that contains the title page, but it doesn't work and is noted on the

Fatal error again

2001-07-31 Thread Alex McLintock
I assume the person who posted me this is getting this error and wants to know more...It doesn't really look like volunteered information for the FAQ. Alex Originally from: [EMAIL PROTECTED] Date: Tue, 31 Jul 2001 08:21:20 + (GMT+00:00) Subject: [FAQ] FATAL ERROR null Driver driver = ne

tables on multiple pages

2001-07-31 Thread emmanuel . ponette
Hi, sorry if it was asked many times before, but I'm waiting for Alex to sort the FAQ problem out ;o) What should I do for my tables to go to another page (with title if possible) if it is bigger than the page size? Private answer can be done if it is a common question. Cheers Emmanuel Ponette

Re: AW: fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Horiana . Costea
Thank you very much. It worked. Horiana Erik Rehrmann

Re: fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Raju Dave
Hello! U have to convert xml into fo first and then you can use command line utility. I would suggest using batch file to combine two steps of converting into fo and then into pdf. Raju Here is what I want to do. I am using the "Fop" command line application giving to i

Re: fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Raju Dave
Hello! U have to convert xml into fo first and then you can use command line utility. I would suggest using batch file to combine two steps of converting into fo and then into pdf. Raju Here is what I want to do. I am using the "Fop" command line application giving to i

AW: fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Erik Rehrmann
Hi Horiana, using should work for you. It sets an attribute to the parent (short version:) Erik Rehrmann IOn AG - [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMA

XSL-FO Engine comparisons

2001-07-31 Thread Elliotte Rusty Harold
I've been spending a lot of time lately with Docbook and XSL-FO as part of the ongoing development of my next book, Processing XML with Java. To that end, I've been putting the various XSL-FO engines on the market through their paces. I'm trying to find one that will actually let me produce the co

fop -xml file.xml -xsl file.xsl -pdf file.pdf

2001-07-31 Thread Horiana . Costea
Hi all, Here is what I want to do. I am using the "Fop" command line application giving to it three parameters: the xml file, the xsl file and the name of the output pdf file. I have an xml file with the following content: . .

Re: Question and FAQ

2001-07-31 Thread Alex McLintock
--- [EMAIL PROTECTED] wrote: > > Hi, > > Sorry for this may-be very common question, but I can't reach the FAQ > because it is on the 8090 port and our firewall doesn't let us use this > port. Is there another way to reach the FAQ (through a 'normal' port)? Sorry - My fault. One of several fau

cvs commit: xml-fop/src/org/apache/fop/apps XTDriver.java

2001-07-31 Thread keiron
keiron 01/07/31 05:51:18 Modified:src/org/apache/fop/apps XTDriver.java Log: don't need to add prop mappings anymore Revision ChangesPath 1.6 +1 -30 xml-fop/src/org/apache/fop/apps/XTDriver.java Index: XTDriver.java =

Question and FAQ

2001-07-31 Thread emmanuel . ponette
Hi, Sorry for this may-be very common question, but I can't reach the FAQ because it is on the 8090 port and our firewall doesn't let us use this port. Is there another way to reach the FAQ (through a 'normal' port)? Therefore here is my qustion: I tested my xsl-fo with FOP using the -awt opti

Re: pdf to xml ?????

2001-07-31 Thread Jeremias Maerki
> Thanks a lot for ur prompt response.Actually I'm > trying to create structured xml of the content of a > PDF file. You may want to have a look at this: http://www.planetmarkup.com/mainpage.asp?webpageid=76 Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - C

Re: pdf to xml ?????

2001-07-31 Thread rajeev nair
Hai Alex, Thanks a lot for ur prompt response.Actually I'm trying to create structured xml of the content of a PDF file. thanx again in advance rajiv --- Alex McLintock <[EMAIL PROTECTED]> wrote: > --- rajeev nair <[EMAIL PROTECTED]> wrote: > hi > all, > > How can i convert pdf files into xml fi

Add a blank page at end of

2001-07-31 Thread Antonio Marín Fernández
Hi.   I'm interested to add a blank page at end of when the number of page is odd. I am interested that every of my document *.fo has a even number of pages.   does anybody know how can i do that iun fop 0.17. Thanks.   Antonio M. Marín FernándezSADIEL, S.A.c/ Isaac Newton s/n Edificio Sa

[Bug 2880] - Incorrect rendering on non-ASCII machines

2001-07-31 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2880

RE: Headers and pagination

2001-07-31 Thread Trevor Davel
Title: RE: Headers and pagination Hi, I've just been playing with this stuff, and it all seems to work fine. If you don't specify "initial-page-number" the pages will happily keep counting; you can even change the format between page sequences without affecting the count. One thing I did

Re: Headers and pagination

2001-07-31 Thread Arved Sandstrom
At 05:59 PM 7/31/01 +1000, [EMAIL PROTECTED] wrote: >I know I can get different headers for each page sequence, but I don't know >how to make the page number flow on from the previous page sequence. Using >initial-page-number would work, but I don't know how many pages are in the >first sequence,

fo to wml

2001-07-31 Thread Jean-François Selber
Do you know a way to translate XSL-FO to WML? An XSLT file already exist? Thanks JF - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: pdf to xml ?????

2001-07-31 Thread Alex McLintock
--- rajeev nair <[EMAIL PROTECTED]> wrote: > hi all, > How can i convert pdf files into xml files. > Any help will be greatly appreciated. > regards > rajiv 1) When asking questions like this it is best if you give more details of what you are trying to do. Are you trying to create structured

Re: fop and parsers

2001-07-31 Thread Raju Dave
Dear Adel, You need to test it with parser of your choice. Normally you have to do slight modifications to get correct results. I am using Oracle XSLT and it is working fine. Wish you luck. - Original Message -- adel ben <[EMAIL PROTECTED]> wrote: To:[EMAIL PROTECTED]

Headers and pagination

2001-07-31 Thread Tim.Keen
Hi all, I'm wondering if anyone can tell me how to have varying headers for the same page sequence or make page numbers flow over a number of page sequences. I don't think I can, but I'm new to all of this and I could've have missed something really simple. I know I can get different headers fo

Re: Codeformatting finished

2001-07-31 Thread Tore Engvig
On Mon, 30 Jul 2001, Arved Sandstrom wrote: > I see in ViewCVS that everything looks OK, and I managed to 'cvs update' one > file as a test, but I can't 'cvs checkout' at the moment. Anyone else having > this problem? Nope, I checked out just now. [snip] > If I can figure out exactly what it