You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by RamanaJV <ra...@esntechnologies.co.in> on 2002/07/02 10:30:00 UTC

Pagination problem

HI all,
	I'm developing a reporting application using FOP.  AWTRenderer is
used. Since, there are several types of reports, the design followed is a
client-server one, where the client will be supplying the data to the sever
(report viewer component). This data will be constructed as a FO Text and
supplied to FOP for viewing as a report. 
           The actual problem here is the client program will not supply the
data for the entire report.(The report will consist of several pages). There
will be a Next button in the report viewer component and for every Next
click the client is asked to supply the data set. The trick here is the data
set supplied by the client can some times span just more than 1 page. Let's
say the first supplied data set spanned the entire first page and half of
the second page. With the Next click to the button I have to get the data
from the client, fill up the remaining half portion of the data with the
second supplied data and then start a fresh page.  This will  solve my
pagination problem. Is there a way the FOP provides me to update the
previously created pages? This is one solution to the pagination problem I'm
worried with.

Waiting in anticipation of the solution
Ramana.JV.
	

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Converting HTML Table to PDF

Posted by en...@gmx.de.
hi,

I have developed the prog html2fo which is available at

http://sourceforge.net/projects/html2fo

it supports spannings as well as borders
I am currently preparing a new release.
if you are interrested in new sources / binarys i will send a pre release
version.

Enrico

> Hye, 
>  
> I need to convert a complex HTML table 
> (with spannings, borders) to PDF.
> Does someone have a xsl-fo script to do this ?
> 
> Thanks for help.
>  
> Gilles Beaugeais.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
> 

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Converting HTML Table to PDF

Posted by Holger Prause <h....@gmx.net>.
----- Original Message -----
From: "Gilles Beaugeais" <be...@syselog.fr>
To: <fo...@xml.apache.org>
Cc: "Nicolas Goyet" <go...@syselog.fr>
Sent: Tuesday, July 02, 2002 10:51 AM
Subject: Converting HTML Table to PDF


> Hye,

Hi

>
> I need to convert a complex HTML table
> (with spannings, borders) to PDF.

I had to do a similar task a time ago.

> Does someone have a xsl-fo script to do this ?
Yes there is one but i will not work properbyl with any xslt engine because
the the full xsl fo specification is not implemented from any xslt
engine,yet

http://www.antenna.co.jp/XML/downfree/Xhtml2fo.xsl


>
> Thanks for help.
>
> Gilles Beaugeais.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Converting HTML Table to PDF

Posted by Gilles Beaugeais <be...@syselog.fr>.
Hye, 
 
I need to convert a complex HTML table 
(with spannings, borders) to PDF.
Does someone have a xsl-fo script to do this ?

Thanks for help.
 
Gilles Beaugeais.



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Pagination problem

Posted by "J.Pietschmann" <j3...@yahoo.de>.
RamanaJV wrote:
> Is there a way the FOP provides me to update the
> previously created pages?

No. Get the whole XML from whereever you have
to get it, and render it an once.
You can try to render chunks and download
more XML in the background, but this is rather
advanced.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org