FOP & internet explorer

2002-01-28 Thread Romani Mauro
We would like definitly resolve the neverending problem about Internet explorer and pdf files.   Cocoon version 1.8.2 Tomcat version 3.2.1   In our application the XML files are created by an COCOON XMLproducer and transformed using a xslfo stylesheet.   As you know, everything works fin

Re: FOP & internet explorer

2002-01-28 Thread Cyril Rognon
Mauro, I think this strang IE behaviour is fixed from IE 5.5. Anyway, some people said it would be a good idea to add info for IE to help it solving the content-type. try adding &name=dummy.pdf at the end of your query string in your firt url you mentioned. I have never verified if this works

RE: FOP & internet explorer

2002-01-28 Thread "Buchtík, Michal"
Yes, it works. The query string must end with >> .pdf <<. -Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Re: FOP & internet explorer Mauro, I think this strang IE behaviour is fixed from IE 5.5. Any

newbie needs help with relative address for image.

2002-01-28 Thread Troy Bottger
Everything in my XSL/FO is working perfectly except my images. The address I am supplying is a relative address (that works if I use HTML), but does not work if I use XSL/FO to PDF. I have read the archives, and I am not finding any solutions to this problem. Can anyone tell me what I am doing

RE: newbie needs help with relative address for image.

2002-01-28 Thread "Buchtík, Michal"
Set the BaseDir in userconfig.xml Michal -Original Message- From: Troy Bottger [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 2:27 PM To: '[EMAIL PROTECTED]' Subject: newbie needs help with relative address for image. Everything in my XSL/FO is working perfectly except my im

Re: Please help...

2002-01-28 Thread ewitness - Ben Fowler
At 9:15 am + 23/1/02, Nick Winger wrote: >hi ! > > >i have three questions using fop ( with tables ): > >1. i want to generate a pdf dynamically using java. now first i write a >dynamically fo file (formatted objects): > >on the pages there is always a text ( form start to the middle

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Thierry Gounelle
Hi Jochen, The metrics files are loaded using URI syntax, so either you specify a relative path like or a fully qualified path like It's a bit confusing because you can specify "d:/fop/codegen/Arial.ttf" for the font but you are obliged to put the "file:///" in front of the metrics fi

RE: FOP & internet explorer

2002-01-28 Thread Raúl Carazo
    Well. I don't know if I understand it but I can produce pdf reports with IE 5.0 and Adobe Acrobat 5.0 (in Adobe Acrobat 4.0 it works, but sometimes fail).       I call a servlet that create pdf and show it on the browser... just it.       Anyway, initialy I had some problems, but I solve

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Jochen . Maes
thank you it worked... Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax : 02/429.17.48 E-mail : [EMAIL PROTECTED] **

AW: Please help...

2002-01-28 Thread Nick Winger
how do i get an image in the footer ? how is the footer and header adressed ? thanks nick -Ursprüngliche Nachricht- Von: ewitness - Ben Fowler [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 28. Januar 2002 14:21 An: [EMAIL PROTECTED] Betreff: Re: Please help... At 9:15 am + 23/1/02

RE: Please help...

2002-01-28 Thread Sergei Timofejev
-Original Message- From: Nick Winger [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:26 PM To: [EMAIL PROTECTED] Subject: AW: Please help... how do i get an image in the footer ? how is the footer and header adres

multiple output files

2002-01-28 Thread Matthew L. Avizinis
Anyone want to take a stab at this? thanks much, Hi all, A whole lotta help needed please: I need to write to a file all the 1) page-number-citations page numbers along with their corresponding ref-id's also the 2) last page of the pdf file being currently generated by FOP along with it's corr

Re: AW: Please help...

2002-01-28 Thread Jochen . Maes
hi there, for an image use this: footer you can access like this: (i use it successfully) ___

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Maneshi Tuli
continue to this question, my question , if i declare this thing in userconfig, does the usercinfig has only this thing or , something else also , becaz i define my font after that my pdf start gining problems in printing plz help me , i have to chane my code in production thanks ---

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Jochen . Maes
How do you call FOP? java? commandline? anyway what i see in java that is that Fop starts reading the userconfig (if i implemented it) and then starts parsing... so you should define your userconfig file first i think Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 B

How can I dynamically pass data to be formatted??

2002-01-28 Thread BRAHMA
Hi All,       Again a question...!!  ---             5    16%     8000    58000    DM    100       -

Re: How can I dynamically pass data to be formatted??

2002-01-28 Thread Jochen . Maes
if the net_amount is in the root (like shown) and yout templatematch is "/" then just do this: , '#.###,00', 'eurofrmt')"/> that should work, or if it doesn't work put the value as shown in a xsl:variable and then use that one for your formatting regards Jochen Maes EDP departement Pr

Re: How can I dynamically pass data to be formatted??

2002-01-28 Thread Thierry Gounelle
Hi Brahma, When you dynamicaly, do you mean that depending on an external parameter you want, using the same xsl-fo file, write down either the total_amount or the net_amount? If so, you can for instance define a XML parameter file you read into your xsl-fo file with the "document(...)" fonction,

RE: newbie needs help with relative address for image.

2002-01-28 Thread Troy Bottger
Does this work if I don't call it from a command line? I have uncommented the BaseDir in the userconfig.xml and re-ran my application (servlet application) and I am not seeing that this file is being used. -Original Message- From: "Buchtík, Michal" [mailto:[EMAIL PROTECTED]] Sent: Monday

keep and break questions.

2002-01-28 Thread Jochen . Maes
hello, i have some questions with the keep and break stuff... I tried to keep a together with this code: but when i render my xsl & xml to a pdf (through JAVA) the block is splitted over two pages. And i don't want it. the block excists out off a table who should be together can anybody

RE: i18n in TXTRenderer

2002-01-28 Thread Art Welch
You are probably correct. The TXTRenderer probably should not use the same add method as the PCL renderer. Since it should just generate plain text, there probably is not a reason that it should not be able to support i18n. As coded however, it may be more aptly named the "ASCIIRenderer" (or maybe

Re: newbie needs help with relative address for image.

2002-01-28 Thread Thierry Gounelle
I think you have to explicitly instanciate (once) the org.apache.fop.apps.Options class with the path to your userconfig file. If you use it in a servlet, that may be done in the init() method. thierry Troy Bottger wrote: > Does this work if I don't call it from a command line? I have uncommen

How can I dynamically pass data to be formatted??

2002-01-28 Thread BRAHMA
  Hi Jochen & Thierry ,    Thanks for the immediate reply As you said   decimal-separator="," grouping-separator="."/> 1)  select="format-number(, '#.###,00',   'eurofrmt')"/> ==> this is not working... throwing an exceptionwhich is   not allowed... 2)But   and usi

overflow support

2002-01-28 Thread Louis . Masters
Folks: Is overflow="hidden" supported on a block? I'm trying to get my block data to truncate at the cell boundary. TIA, -Lou - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Manuel Moons
Someone else in Belgium working with FOP I see, Jochen, I think your problem is very simple. You have created the userconfig.xml file (call it whatever you want) and now before instantiating your driver you have to create a new Options object using this userconfig.xml file. Otherwise you wil

RE: newbie needs help with relative address for image.

2002-01-28 Thread Manuel Mall
The error message complains about a missing protocol in the address. Have you tried: "file:/../../companylogo/url"? Manuel -Original Message- From: Troy Bottger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 29 January 2002 0:38 To: '[EMAIL PROTECTED]' Subject: RE: newbie needs help with rel

DO NOT REPLY [Bug 6083] New: - need Driver(InputSource, Writer) constructor for JSP

2002-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

FOP:making language independent

2002-01-28 Thread Rikhil Jain
Hi All , I am working on XSL-FO to generated PDF format using FOP . I want that my output should be self-regulating according to language . so I am using "writing mode" attribute in XSL-FO . but FOP is not supporting witting mode attribute. Basically I want to ask you that some language write

DO NOT REPLY [Bug 6086] New: - Incorrect attribute

2002-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5434] - keep-with-next, keep-with-previous do not work

2002-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: bugger fonts still won't work desperate...

2002-01-28 Thread Jochen . Maes
thanks, bedankt merci... And indeed, someone else in Belgium works with FOP. I think it's a great tool. but i'm a newbie in tha FOP business and still have a lot to figure out. If i ever can be off your assistence Jochen Jochen Maes EDP departement Programmeur KBC-Securities Hav