RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Dutta, Sumanta
Thanks for the response. I understand that part of passing any URL, but my problem is, when I deploy the application, the XSLs get deployed under the httpRoot, and I want to read them without any specific reference to the deployment area(i.e. webserver, filesystem, etc.). My servlet is reading XSL

Re: FOP Helvetica - is it really Arial?

2002-05-22 Thread Jeremias Maerki
AFAIK the standard fonts specified in the PDF spec match the base 14 fontset of PostScript which includes Helvetica, Times, Courier, Symbol and ZapfDingbats. Acrobat 3.x, I think, used Helvetica and Times. Current versions include Arial. Helvetica is then replaced by ArialMT. Furthermore, I've

RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Hanlan, Dominic - Senior Developer
I have the smae set up. I include the XSL in my application deployment and they are then available via my web server, i.e. http://mysite/mywebroot/xsl/stylesheet.xsl This makes the URI independent of the actual deployment directory. It is mapped by the deployment desciptor for my web root.

Re: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-22 Thread Oleg Tkachenko
Dutta, Sumanta wrote: Thanks for the response. I understand that part of passing any URL, but my problem is, when I deploy the application, the XSLs get deployed under the httpRoot, and I want to read them without any specific reference to the deployment area(i.e. webserver, filesystem, etc.). My

FOP's performances...

2002-05-22 Thread Philippe Pithon
At present there are problems of speed... To improve FOP's performances, Does anybody have to test products to compile class Java FOP ? Example: http://www.excelsior-usa.com/jet.html http://gcc.gnu.org/java/

servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
Hi, (I am french, and I bad speak english) I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. But when execute 1 or 2 PDF, there are not problem. If I use servlet in simple-thread it's ok, but it's less

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. What does it mean exactly not good? -- Oleg Tkachenko Multiconn International, Israel

Re: FOP's performances...

2002-05-22 Thread Cyril Rognon
Philippe, I do not think that native compilation is the main solution for FOP's speed. The main issue is the overal architecture of FOP. This is adressed by the redesign effort. If you are interested, please, go to the FOP web site to see the list of addressed issues and to see where you could

fixed size

2002-05-22 Thread Henrik Holle
hi can i make table-cells fixed size withe the current fop-release? for example a cell with 4cm height and 4cm width? and is it also possbile to avoid pagebreak on some of my page-master? thx henrik -Ursprungliche Nachricht- Von: Cyril Rognon [mailto:[EMAIL PROTECTED] Gesendet:

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
When the document is ok size = 63 ko, when the document is not ok size 63 ko (always different) and it's impossible open pdf. -Message d'origine- De : Oleg Tkachenko [mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 12:40 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread

RE: servlet FOP multi-thread

2002-05-22 Thread Chris . Brown
Title: RE: servlet FOP multi-thread * This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed.

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: When the document is ok size = 63 ko, when the document is not ok size 63 ko (always different) and it's impossible open pdf. Do you flush/close output stream explicitly? Could you show us output related snipped of your code? -- Oleg Tkachenko Multiconn

center a graphic in a table cell

2002-05-22 Thread Rodolphe VAGNER
Hi, I try to center a graphic in a table cell without success. The display-align property don't seem to work on table-cell, block, or external-graphic. Does anyone know a mean to center a graphic in a table cell ? Thanks - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To:

Re: center a graphic in a table cell

2002-05-22 Thread Swanil_Ruth
Hi, fo:block text-align=center fo:external-graphic src=""> /fo:block This should work! Swanil Roopa Rodolphe VAGNER [EMAIL PROTECTED] 05/22/02 04:21 PM Please respond to fop-user To:[EMAIL PROTECTED] cc: Subject:center a graphic in a table cell Hi,

Re: center a graphic in a table cell

2002-05-22 Thread Swanil_Ruth
In that case, fo:table-cell display-align=center is the only other option I can think of for centering vertically. I don't think it should be a problem if your external-graphic is placed within a fo:block and then within the fo:table-cell tag. Regards, Roopa Rodolphe VAGNER

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
I use docs\examples\embedding\FopServlet.java in directory of FOP. Pierre -Message d'origine- De : Oleg Tkachenko [mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 13:06 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread Pierre-Adrien Coustillas wrote: When the

Re: servlet FOP multi-thread

2002-05-22 Thread Oleg Tkachenko
Pierre-Adrien Coustillas wrote: I use docs\examples\embedding\FopServlet.java in directory of FOP. And how do you know the document size? Do you save it locally? Well, you can try to save pdfs on the server to make sure they are generated ok. What's your servlet engine? -- Oleg Tkachenko

Fonts:: Can fop display *any* local font

2002-05-22 Thread Stephen Clarke
Hi all, Is it possible to display *any* locally installed font or are we limited to just a few main ones? As I recall, fop is limited to just four or five main fonts for display in pdf output. Is that correct? I'm interested in making a catalogue of all locally available fonts. I was thinking,

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
And how do you know the document size? Do you save it locally? Yes I save it locally (I use wget -O) Well, you can try to save pdfs on the server to make sure they are generated ok. What's your servlet engine? servlet engine : I use tomcat -Message d'origine- De : Oleg Tkachenko

Re: Fonts:: Can fop display *any* local font

2002-05-22 Thread Chuck Paussa
You can embed any font in the generated PDF following the instructions given here http://xml.apache.org/fop/fonts Your catalog of fonts are in your machine. So create a script to generate the font metric files, edit the userconfig.xml file and then generate an FO document that displays some

Re: Fonts:: Can fop display *any* local font

2002-05-22 Thread Stephen Clarke
Many thanks, Chuck. That's pretty much what I was thinking. I wasn't sure about embedding the fonts. Thanks, -- best,sc - Original Message - From: Chuck Paussa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 5:44 PM Subject: Re: Fonts:: Can fop display *any* local

Re: fixed size

2002-05-22 Thread J.Pietschmann
Henrik Holle wrote: can i make table-cells fixed size withe the current fop-release? for example a cell with 4cm height and 4cm width? Yes, but not directly. You can set the height property of the row where the cell is in, and you can set the width of the column. For example fo:table