RE: Table and end of page ( region-after )

2002-05-30 Thread Roland Neilands
Stephane, "I use the 0.20.3 version but I found from which the problem came. In fact, before each table i have a block-container with a absolute-position equals to auto and the evaluation of the height of the table on the first page doesn't fit with the body's height." Try experimenting with the

wrong namespace??

2002-05-30 Thread Esteban Gonzalez
Hi J.Pietschmann, You pointed me into the right path! I´m now solved my problems with the parser.. altough now I get a brand new error... javax.xml.transform.TransformerConfigurationException: stylesheet requires attribute: version at org.apache.xalan.processor.TransformerFactoryImpl.newTr

underlining part 2

2002-05-30 Thread Rick Delpo
also,   how do I underline a blank space?   Thanks for all your help

underlining text

2002-05-30 Thread Rick Delpo
Hi All,   I would like to know how to make my underline extend beyond the actual object I am underlining. I need it to extend both before and after.   this is an example of an > insert within a block   Thanks

Re: Is it possible ?

2002-05-30 Thread J.Pietschmann
Cyril Rognon wrote: In order to Write/Print/Read/select protect your document, FOP does not do this, simply because it is not part of XSL FO. Yet, you may use another Java tool combined with FOP to do this : the iText library. Sample code: http://marc.theaimsgroup.com/?l=fop-dev&m=10200297502842

Re: page properties

2002-05-30 Thread J.Pietschmann
Zahid Hafeez wrote: i generating report pdf through xsl there are multiple pages i need to display the balance before the page end and the next page the balance is at the top after the table header what can i use table-footer or region-end? plz tell me the solution how to handle the balance before

Re: UniCode - ?

2002-05-30 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I want to use Thai character in my XML, what should i add into my xsl or my xml to support that Thai character. I think i have to put some line code about Unicode. ... Here is my error compile code when i tried to generate pdf using FOP. any advise to solve this problem...?

Re: Why FOP can not support outputing html?

2002-05-30 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > Hi, > About the XEP fo2html,I have maken a mistake. > The map tag file is fo2html.xsl. > I have not try it.But when I try it by xalan in coooktop2.200, > I have a exception: > = Parsing file:I:/doc/work/Test/TestPDF/[Input XSL] == > Parser error: The names

Re: Why FOP can not support outputing html?

2002-05-30 Thread Joe Sytniak
Correct. Simply use XSLT. - Original Message - From: Rodolphe VAGNER To: [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 3:04 AM Subject: Re: Why FOP can not support outputing html? why using fop when a xslt engine is possible to use ? it is simpler, no ?

RE: servlet FOP multi-thread

2002-05-30 Thread Pierre-Adrien Coustillas
I use tomcat 4.0 Fop is 0.20.3 java is 1.3.1 My OS is linux (2 intel 1ghz) I execute this script : i=2 while [ $i -ne 0 ] do wget "http://localhost:8080/fop/fop?xml=$HOME/elixirTOfop/test/rien.xml&xsl=$HOME /elixirTOfop/test/rien.xsl" -O multi/servletfop$i.pdf & i=$(expr $i - 1) done //Whe

RE: Table and end of page ( region-after )

2002-05-30 Thread stephane suisse
I use the 0.20.3 version but I found from which the problem came. In fact, before each table i have a block-container with a absolute-position equals to auto and the evaluation of the height of the table on the first page doesn't fit with the body's height. You can evaluate it with the attached e

Re: Re:Re:Why FOP can not support outputing html?

2002-05-30 Thread cocia
Hi, About the XEP fo2html,I have maken a mistake. The map tag file is fo2html.xsl. I have not try it.But when I try it by xalan in coooktop2.200, I have a exception: = Parsing file:I:/doc/work/Test/TestPDF/[Input XSL] == Parser error: The namespace prefix "select='@id' xmlns" was no

Re: UniCode - ?

2002-05-30 Thread cocia
it maybe help u in handle Asian Fonts. http://www.jguru.com/forums/view.jsp?EID=895833 Using Apache FOP. step 1:Generate font configure file.simkai is a font type of Chinese. java org.apache.fop.fonts.apps.TTFReader C:\WINNT\Fonts\simkai.ttf simkai.xml step 2:Add configure to userconfig.xml in

Re:Re:Why FOP can not support outputing html?

2002-05-30 Thread cocia
Hi, The Product XEP of RenderX(http://www.renderx.com/fo2html.html) is fit in the functions in my project.But it's not a free one.:( I have heared iText can support html and pdf outputing.But it's not support xsl-fo. Who have a solution of it? Cocia Lin.

image problem

2002-05-30 Thread zahid
i have problem with this code when i put image here as given below it works properly when i remove the image the pdf cannot be generated i am using turbine frame work and set the mime type "application/pdf" and put in the output stream of response to directly display on the screen if any one know t

Re: Is it possible ?

2002-05-30 Thread Cyril Rognon
Hi Xavier, as for the 300 dpi I cannot say but you might search the archive of the list about this. In order to Write/Print/Read/select protect your document, FOP does not do this, simply because it is not part of XSL FO. Yet, you may use another Java tool combined with FOP to do this : the iTe

Re: Who uses MIF-Renderer?

2002-05-30 Thread Bertrand Delacretaz
On Wednesday 29 May 2002 18:15, Robert Wachter wrote: > Is anybody out there, who uses fop to generate MIF-files? Not to downplay FOP, but I think the current MIF rendering suffers from the same problems we encountered when trying to implement an RTF renderer: the current FOP rendering system i

Re: design help for multiple output formats?

2002-05-30 Thread Bertrand Delacretaz
On Wednesday 29 May 2002 22:49, Chuck Paussa wrote: >. . . > What we've done is perform all of the non-output-format transformations > into an intermediate node-set. e.g.: >. . . same here. You can think of the intermediate document as a "logical document" that describes your output content, inde

Is it possible ?

2002-05-30 Thread Xavier DAMAY
hello, Is it possible with fop to get a 300 dpi resolution for a Pdf File ? Is it possible to write protect, print protect, read protect with a password a Pdf File. If it is, please give me clues. Xavier

Re: Why FOP can not support outputing html?

2002-05-30 Thread Rodolphe VAGNER
why using fop when a xslt engine is possible to use ? it is simpler, no ? - Original Message - From: Cocia Lin To: [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 6:00 AM Subject: Why FOP can not support outputing html? I want to use FOP to output html and pdf?

Re: Why FOP can not support outputing html?

2002-05-30 Thread Cyril Rognon
Hi, Use FOP to render to PDF, PS, MIF, and maybe soon RTF... if you want to have a HTML transformation of your FO source, you can use the fo2html XSL styleSheet provided by RenderX. (http://www.renderx.com/fo2html.html) This is a different Work. transforming into html is simple transformation that

page properties

2002-05-30 Thread Zahid Hafeez
i generating report pdf through xsl there are multiple pages i need to display the balance before the page end and the next page the balance is at the top after the table header what can i use table-footer or region-end? plz tell me the solution how to handle the balance before the page end and aft

UniCode - ?

2002-05-30 Thread Ali_Binus
Hi All, I want to use Thai character in my XML, what should i add into my xsl or my xml to support that Thai character. I think i have to put some line code about Unicode. Terima kasih, Ali Here is my error compile code when i tried to generate pdf using FOP. any advise to solve this problem...

Re: Newbie problem(?):Deployment problems running FopServlet

2002-05-30 Thread Swanil_Ruth
Hi David,               I had the same problem.  This problem occurs only if the template name given in the fo for the fo:root  does not match any of the tags in the xml input given.  In the sample given below, the fo:root is within the xsl:template matching the name "TestPage".  So the xml input

RE: Image source

2002-05-30 Thread Vikram Goyal01
Thanks. That was very helpful. Rgs Vikram -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, May 30, 2002 3:15 AM To: [EMAIL PROTECTED] Subject: Re: Image source Vikram Goyal01 wrote: > This means that I can have an xsl stylesheet and place fo > namespace

Why FOP can not support outputing html?

2002-05-30 Thread Cocia Lin
I want to use FOP to output html and pdf? But it don't support html outputing, html is simple,why not support? how to resolve this problem?