AW: : Getting number of rendered pages

2001-07-30 Thread Erik Rehrmann
Hi Enrico, thanks for your reply. Yes, your within FOP is worth a try, but I'm not happy with modifying the FOP source. I'd prefer to have a, say, RenderInfo object, to get useful information about the rendered document. Thanks anyway, Erik Rehrmann IOn AG -

Re: [GUMP] Build Failure - Fop

2001-07-30 Thread Keiron Liddle
I've tried to work out what the problem with this is without success. The information suggests there is no xalan1 and that xalan2 is present (at least for the first bit). I've tried using the current xalan2 cvs without any problems. Does anyone know what the problem might be? Could it be

Re: file is taking long time to download!

2001-07-30 Thread Keiron Liddle
Is there any chance that the filter is turned off, or set the the one that makes it larger ie. ascii-hex. This is set in the config.xml and the userconfig.xml. On Sat, 28 Jul 2001 03:04:46 Arved Sandstrom wrote: At 10:38 AM 7/27/01 -0400, Chetan Vig wrote: Hi, Yes, I have noticed that

Re: [GUMP] Build Failure - Fop

2001-07-30 Thread Stefan Bodewig
On Mon, 30 Jul 2001, Keiron Liddle [EMAIL PROTECTED] wrote: I've tried to work out what the problem with this is without success. The information suggests there is no xalan1 and that xalan2 is present (at least for the first bit). I think it is that JAXP 1.1 is present (and thus the TraX

RE: Getting number of rendered pages

2001-07-30 Thread GALLO Jean-Claude
Erik try java-extensions. This help you to write external Java classes directly callable from your XSL transformation rules. a simple exmaple : xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0 xmlns:fo=http://www.w3.org/1999/XSL/Format;

cvs commit: xml-fop/src/org/apache/fop/fo/flow Character.java

2001-07-30 Thread keiron
keiron 01/07/30 00:58:39 Modified:src/org/apache/fop/fo/flow Character.java Log: fixed compile error I was supposed to be fixing a class cast exception just go with a warning for now. Revision ChangesPath 1.8 +6 -2

AW: Getting number of rendered pages

2001-07-30 Thread Erik Rehrmann
Hi Jean-Claude, the applications flow of work is: 1) Client requests print of chapter 2) A ProcessManager on the server picks up that request, looks up what process should handle that request and starts it with the necessary environment. 3) The process connects to the database, extracs all

Re: AW: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
It could be possible to do this using a simple extension to fop. - define you own namespace, with elements and props - put the markup at the end of the document, where it can read the page number - provide some sort of connection with you other code On Mon, 30 Jul 2001 10:28:39 Erik Rehrmann

AW: AW: Getting number of rendered pages

2001-07-30 Thread Erik Rehrmann
Hi Keiron, - define you own namespace, with elements and props ok - put the markup at the end of the document, where it can read the page number ok - provide some sort of connection with you other code maybe I'm currently too tired to understand, but what exactly to

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

2001-07-30 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.

Re: Getting number of rendered pages

2001-07-30 Thread Jeremias Maerki
does anybody know if it's possible to get the number of rendered pages? I searched the docs, but couldn't find anything about it. I think it should be possible, because the PDFRenderer prints the current page number to the message system. We have to print a book divided into several

Re: Current state of fonts+PDF files??? (embedding fonts in pdf)

2001-07-30 Thread Jeremias Maerki
Now, the faq states that FOP does not support embedding fonts in PDF documents. Is this information current? I see the barcode fonts in my generated PDF document on my local development machine. Is there planned support for embedded fonts in PDF? That's not correct anymore: FOP does

AW: Getting number of rendered pages

2001-07-30 Thread Erik Rehrmann
Hi Jeremias, THAT's exactly what I was searching for! But unfortunatetly, the Driver.format() in the current cvs versions looks like /** * format the formatting object tree into an area tree */ public synchronized void format() throws FOPException { FontInfo

Re: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
I new you where going to ask how to do it. So here it is. I have attached a simple example of how to add an extension to fop. This prints out the page that the extension is placed into. To build you will need to add a lib dir and put the necessary libs in. (not there for obvious reasons). There

Re: AW: Getting number of rendered pages

2001-07-30 Thread Jeremias Maerki
THAT's exactly what I was searching for! But unfortunatetly, the Driver.format() in the current cvs versions looks like Do you mean an other class/method ? No, the problem is this: I'm using an older version which still returned the number of pages. Obviously, someone removed this

Re: Current state of fonts+PDF files??? (embedding fonts in pdf)

2001-07-30 Thread Alex McLintock
--- Jeremias Maerki [EMAIL PROTECTED] wrote: Now, the faq states that FOP does not support embedding fonts in PDF documents. Is this information current? I see the barcode fonts in my generated PDF document on my local development machine. Is there planned support for embedded fonts

Re: FAQ (was: Current state of fonts+PDF files??? (embedding fonts in pdf))

2001-07-30 Thread Jeremias Maerki
Alex Your wish is my command! Notice that I clearly dated the answer saying that it wasn't implemented at that time (Dec 2000). The question and answer now states: Thanks! But please look at my lastname again. There seems to be a problem with a-umlaut. Folks - remember that I am not a

Re: AW: Getting number of rendered pages

2001-07-30 Thread Keiron Liddle
On Mon, 30 Jul 2001 13:28:58 Jeremias Maerki wrote: THAT's exactly what I was searching for! But unfortunatetly, the Driver.format() in the current cvs versions looks like Do you mean an other class/method ? No, the problem is this: I'm using an older version which still returned the

Re: AW: Getting number of rendered pages

2001-07-30 Thread Jeremias Maerki
On Mon, 30 Jul 2001 13:28:58 Jeremias Maerki wrote: THAT's exactly what I was searching for! But unfortunatetly, the Driver.format() in the current cvs versions looks like Do you mean an other class/method ? No, the problem is this: I'm using an older version which still returned

fop and parsers

2001-07-30 Thread adel ben
Hi all, I have tested FOP with the xerces parser and xalan processor and it works correctly. However, I would like to use other packages like jaxp. Can FOP work without any modification in the source code? can anyone tell me if it can work correctly with other parsers and processors. with

Re: Tree class

2001-07-30 Thread Peter B. West
Arved, A little progress on the Tree class. I have added a copySubTree method to Node to allow for the copying of a subtree to another place in the tree. void copySubTree(Node subtree, int index) The subtree is copied as a child of this at the specified index position. This version works

Re: FO to RTF

2001-07-30 Thread Kin-Yip Tsang
i'm also looking for it. i'm a student working on this RTF converter. do you know anything about OLE? i want to try embedding a bmp image into RTF to see if it works, but i've found there's something more than that. what i mean is there seems to be some more hex data apart from the proper bmp

RE: FO to RTF

2001-07-30 Thread Steve Oney
Here is a hack that I did to openjade.1.3 (http://openjade.sourceforge.net/) I don't know if it will help or not. bool RtfFOTBuilder::includePicture(const ExternalGraphicNIC nic) { StringC filename; char fileNbuf[30]; char fileCbuf[35]; char scalex[35]; char scaley[35]; char picw[35];

Re: FO to RTF

2001-07-30 Thread Kin-Yip Tsang
hi steve, it looks quite helpful, but how to do it in Java? i'm doing it in Java marco Steve Oney wrote: Here is a hack that I did to openjade.1.3 (http://openjade.sourceforge.net/) I don't know if it will help or not. bool RtfFOTBuilder::includePicture(const ExternalGraphicNIC nic) {

[Bug 2891] New: - broken svg-graphics (pie-chart) in latest FOP-Snapshots

2001-07-30 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.

keep-with-*

2001-07-30 Thread GALLO Jean-Claude
I am testing keep-with-next, keep-together, keep-with-previous. I'm using them with fo:block, but it seems they don't work. Nothing appear in the limitations page or the features page (except keep-with-next highlighted by (broken)). IMHO they don't work, but AMI true ? Thanks

XEmacs fix

2001-07-30 Thread Peter B. West
Kelly, I asked about development environments a while ago, and you responded that he was an XEmacs user. I had found that XEmacs had an annoying bug in the Java mode of CC-mode which left it confused about program structure. I have found that there is a two-line fix in the CVS tree to

Re: keep-with-*

2001-07-30 Thread Mads Soerensen - Interact
Hi Looking at: http://xml.apache.org/fop/implemented.html only keep-with-next is implemented, but is also listed as broken. As for keep-together and keep-with-previous these are not listed which means that they are not yet implemented. Sorry Regards Mads - Original Message - From:

XSLTC and FOP

2001-07-30 Thread Helena Cavanagh
Hi, I have tried switching from using Xalan to using XSLTC translets (assuming it would boost performance) but I am having serious trouble invoking FOP with the output I get from XSLTC. I obtain a DOM (org.w3c.dom.Document) from the XSLTC translet and want to invoke the

Codeformatting finished

2001-07-30 Thread Tore Engvig
I just finished codeformatting and also changed all .java files to use the short license. Unfortunately the size of the diff was so huge that ezml freaked out and the diff was not posted to fop-cvs... The repository was tagged with PRE_CODEFORMATTING just before formatting the code, so if it

Re: Codeformatting finished

2001-07-30 Thread Arved Sandstrom
On Monday 30 July 2001 21:38, you wrote: It's also a bit unfortunate that Mark's patch isn't yet commited. Anyone volunteer for this? It's just too big for me. 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

[Bug 2909] New: - Gradient render error

2001-07-30 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.

pdf to xml ?????

2001-07-30 Thread rajeev nair
hi all, How can i convert pdf files into xml files. Any help will be greatly appreciated. regards rajiv __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/