"keep-together" implementation

2002-07-02 Thread Mete Kural

Hello FOP committers,

Is there any estimate on when the "keep-together"
property will be implemented?

The FOP Project is great although as you know it's
still being developed. While I wait for FOP to be
developed, what other free XSL-FO formatters can I use
to generate PDFs? I'm in dire need of a free XSL-FO
formatter right now. The evaluation versions of
XSLFormatter and XEP don't help. I need a formatter
that can handle functions like keep-together (or
anything that does something to the similar effect)
and footnotes.

Thanks,
Mete Kural




__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Pagination problem

2002-07-02 Thread J.Pietschmann

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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: System.exit stuff

2002-07-02 Thread J.Pietschmann

Keiron Liddle wrote:
> That explains it. The execution is separated between the
> CommandLineStarter and the AWTStarter and it needs to call exit when
> being run with the CommandLineStarter but not the AWTStarter.

I've added other exits() in the catch clauses. Could
this cause trouble too? For some reason, FOP AWT
currently doesn't run at all, and I havn't got yet
time to investigate.

Sometimes it seems to me file-to-file renderers and
the AWT  renderer should be placed in different
applications.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest

pbwest  2002/07/02 10:00:22

  Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
PropertyNotImplementedException.java
  Log:
  Fixed ident snafu
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.3   +4 -3  
xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java
  
  Index: PropertyNotImplementedException.java
  ===
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- PropertyNotImplementedException.java  2 Jul 2002 16:56:22 -   1.1.2.2
  +++ PropertyNotImplementedException.java  2 Jul 2002 17:00:22 -   1.1.2.3
  @@ -6,10 +6,11 @@
*/
   
   package org.apache.fop.fo.expr;
  +
  +public class PropertyNotImplementedException extends PropertyException {
   private static final String tag = "$Name$";
   private static final String revision = "$Revision$";
   
  -public class PropertyNotImplementedException extends PropertyException {
   public PropertyNotImplementedException(String detail) {
   super(detail);
   }
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest

pbwest  2002/07/02 09:56:22

  Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
PropertyNotImplementedException.java
  Log:
  Added ident keywords
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.2   +3 -1  
xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java
  
  Index: PropertyNotImplementedException.java
  ===
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- PropertyNotImplementedException.java  2 Jul 2002 16:49:18 -   1.1.2.1
  +++ PropertyNotImplementedException.java  2 Jul 2002 16:56:22 -   1.1.2.2
  @@ -6,6 +6,8 @@
*/
   
   package org.apache.fop.fo.expr;
  +private static final String tag = "$Name$";
  +private static final String revision = "$Revision$";
   
   public class PropertyNotImplementedException extends PropertyException {
   public PropertyNotImplementedException(String detail) {
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest

pbwest  2002/07/02 09:49:18

  Added:   src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
PropertyNotImplementedException.java
  Log:
  Subclass of PropertyException
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +15 -0 
xml-fop/src/org/apache/fop/fo/expr/Attic/PropertyNotImplementedException.java
  
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: page-number-citation

2002-07-02 Thread FOP project-Vienna

Thank you s much :)))
It`s so great!!
I`ve worked on that problem for days!

Merci beaucoup*

Yours happily,
Marion


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: page-number-citation

2002-07-02 Thread Cyril Rognon

Again, I must ell you that your issue is XSLT related, not FO nor FOP.

You must be sure that the current context node is the same when you 
generate the  !

different ids mean different nodes used by the generate-id function.

Be sure you have the same nodes means that if you use  to gather your nodeset, you have to use some equal 
stuff to parse your headlines to generate your block with ids . It has to 
be the exat same nodes.

Cyril


At 17:34 02/07/2002 +0200, you wrote:
>I have tried it like described by Antenna House:
>
>the headline of each article is placed in a 
>...
>
>...
>
>like Antenna House
>but the function in ref-id generates completely NEW ids which surely don`t
>match with the ones generated in fo:block..


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Exception while using embedded example

2002-07-02 Thread Deri Cronin

I am using 0.20.3 which I believe is the latest STABLE version. I am
following 0.20.4 and will start using it when it is stable.

Regards

Deri

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]]
Sent: 02 July 2002 18:00
To: [EMAIL PROTECTED]
Subject: Re: Exception while using embedded example


Deri Cronin wrote:
> Any suggestions how to make this work?
Which fop version are you talking about?

>
> 1) Using the embedded example servlet running in Tomcat4.0. Calling the
> servlet with the glossary.xml and glossary.xsl from the download will
create
> a PDF correctly but the servlet response is not built correctly.
What do you mean exactly, do you get empty page or broken pdf or exception?

> 2) When running in Tomcat3.2 the I get the following exception: -
> 
> Root cause: org.apache.fop.apps.FOPException  
> at
org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:72) 
> at FopServlet.renderXML(FopServlet.java:125)  
> at FopServlet.doGet(FopServlet.java:71)   
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)   
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   
... skip 
> The message states "Names space not supported by SAX parser"
This message usually means the found parser doesn't support sax2 api, look
for 
old xerces etc in the tomcat classpath.

-- 
Oleg Tkachenko
Multiconn International, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk



**
The information contained in this e-mail may be confidential. It is intended only for 
for the use
of the named recipient. If you are not the named recipient please delete this e-mail. 
If you have
received this e-mail and are not the named recipient, any disclosure, reproduction, 
distribution
or other dissemination or use of the information contained in this e-mail is strictly 
prohibited.

E-mail transmission cannot be guaranteed to be secure or error free as information 
could be 
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain 
viruses.  
The sender therefore does not accept liability for any errors or omissions in the 
contents of this 
message which arise as a result of e-mail transmission.  If verification is required 
please 
request a hard copy version.



Registered Office:

Camelot Group plc
Tolpits Lane
Watford
WD18 9RN

Tel: 01923 425000

Registered in England and Wales
No. 2822203
**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Exception while using embedded example

2002-07-02 Thread Oleg Tkachenko

Deri Cronin wrote:
> Any suggestions how to make this work?
Which fop version are you talking about?

>
> 1) Using the embedded example servlet running in Tomcat4.0. Calling the
> servlet with the glossary.xml and glossary.xsl from the download will create
> a PDF correctly but the servlet response is not built correctly.
What do you mean exactly, do you get empty page or broken pdf or exception?

> 2) When running in Tomcat3.2 the I get the following exception: -
> 
> Root cause: org.apache.fop.apps.FOPException  
> at org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:72) 
> at FopServlet.renderXML(FopServlet.java:125)  
> at FopServlet.doGet(FopServlet.java:71)   
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)   
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   
... skip 
> The message states "Names space not supported by SAX parser"
This message usually means the found parser doesn't support sax2 api, look for 
old xerces etc in the tomcat classpath.

-- 
Oleg Tkachenko
Multiconn International, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: page-number-citation

2002-07-02 Thread FOP project-Vienna

Thanx for your answer but I´ve already studied these examples.. I tried it
again and it simply doesn`t work..
what I want to know is how can I refer to the genrated page-numbers in
???

I have tried it like described by Antenna House:

the headline of each article is placed in a 
...

...

like Antenna House
but the function in ref-id generates completely NEW ids which surely don`t
match with the ones generated in fo:block..
Is there any possibility to write something like  ?? Any possibility to write an xsl-command in the ref-id, like
"/> 
I know that it can`t work that way but maybe you understand my problem and
know something similar I could use...

Thank you a lot :)
Marion
> Hi,
> 
> (Remark : This is a XSL issue, nothing particular with XSL FO nor FOP. :)
> 
> you can simply use some other template (usually they use some "toc" named 
> template) to generate your table of content using the same nodes. This
> wat, 
> you can use the same xsl:generate-id function to generate the same
> internal 
> created id here.
> 
> If you need more explanation, here is some sample code in the antennahouse
> 
> fo tutorial here (http://www.antennahouse.com/XSLsample/XSLsample.htm)
> even 
> if it is more complicated than your basic need.
> 
> Cyril
> 
> At 14:11 02/07/2002 +0200, you wrote:
> >Therefore I automatically create
> >id-attributes for each new
> >headline using xsl:generate-id.. but the problem is I cannot refer to
> this
> >generated ids!!  The
> >command fo:page-number-citation contains "ref-id=" but I don`t know how
> to
> >tell FOP that it
> >should use the internal created id-attributes here!  I didn`t find any
> >documentation about this
> >kind of problem.  Maybe you could help me?
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Exception while using embedded example

2002-07-02 Thread Deri Cronin

I am evaluating the FOP servlet for use on a website. 

Any suggestions how to make this work?

1) Using the embedded example servlet running in Tomcat4.0. Calling the
servlet with the glossary.xml and glossary.xsl from the download will create
a PDF correctly but the servlet response is not built correctly.

2) When running in Tomcat3.2 the I get the following exception: -

Root cause: org.apache.fop.apps.FOPException
at org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:72) 
at FopServlet.renderXML(FopServlet.java:125)
at FopServlet.doGet(FopServlet.java:71) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)

at org.apache.tomcat.core.Handler.service(Handler.java:287) 
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:81
2)  
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)

at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:213)  
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)

at java.lang.Thread.run(Thread.java:484) 

The message states "Names space not supported by SAX parser"


This is the code: -

public class XSLTInputHandler extends InputHandler {

//...

public XMLReader getParser() throws FOPException {
XMLReader xmlreader = null;
try {
Class var_class =
Class.forName("javax.xml.transform.Transformer");
var_class =
Class.forName("org.apache.fop.apps.TraxInputHandler");
Class[] var_classes = { File.class, File.class };
Method method = var_class.getMethod("getXMLFilter",
var_classes);
File[] files = { xmlfile, xsltfile };

//  this call throws an InvocationTargetException 
Object object = method.invoke(null, files);

if (object instanceof XMLReader)
xmlreader = (XMLReader) object;
} catch (ClassNotFoundException classnotfoundexception) {
throw new FOPException(classnotfoundexception);
} catch (InvocationTargetException invocationtargetexception) {
throw new FOPException(invocationtargetexception);
} catch (IllegalAccessException illegalaccessexception) {
throw new FOPException(illegalaccessexception);
} catch (NoSuchMethodException nosuchmethodexception) {
throw new FOPException(nosuchmethodexception);
}
if (xmlreader == null) {
useOldTransform = true;
xmlreader = InputHandler.createParser();



**
The information contained in this e-mail may be confidential. It is intended only for 
for the use
of the named recipient. If you are not the named recipient please delete this e-mail. 
If you have
received this e-mail and are not the named recipient, any disclosure, reproduction, 
distribution
or other dissemination or use of the information contained in this e-mail is strictly 
prohibited.

E-mail transmission cannot be guaranteed to be secure or error free as information 
could be 
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain 
viruses.  
The sender therefore does not accept liability for any errors or omissions in the 
contents of this 
message which arise as a result of e-mail transmission.  If verification is required 
please 
request a hard copy version.



Registered Office:

Camelot Group plc
Tolpits Lane
Watford
WD18 9RN

Tel: 01923 425000

Registered in England and Wales
No. 2822203
**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 2106] - broken justification with numeric umlaut entities

2002-07-02 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_bug.cgi?id=2106

broken justification with numeric umlaut entities

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Converting HTML Table to PDF

2002-07-02 Thread Holger Prause


- Original Message -
From: "Gilles Beaugeais" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Nicolas Goyet" <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: page-number-citation

2002-07-02 Thread Cyril Rognon

Hi,

(Remark : This is a XSL issue, nothing particular with XSL FO nor FOP. :)

you can simply use some other template (usually they use some "toc" named 
template) to generate your table of content using the same nodes. This wat, 
you can use the same xsl:generate-id function to generate the same internal 
created id here.

If you need more explanation, here is some sample code in the antennahouse 
fo tutorial here (http://www.antennahouse.com/XSLsample/XSLsample.htm) even 
if it is more complicated than your basic need.

Cyril

At 14:11 02/07/2002 +0200, you wrote:
>Therefore I automatically create
>id-attributes for each new
>headline using xsl:generate-id.. but the problem is I cannot refer to this
>generated ids!!  The
>command fo:page-number-citation contains "ref-id=" but I don`t know how to
>tell FOP that it
>should use the internal created id-attributes here!  I didn`t find any
>documentation about this
>kind of problem.  Maybe you could help me?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




page-number-citation

2002-07-02 Thread FOP project-Vienna


Hi there!

I am currently working on an online-editing system for newspapers using FOP.
Therefore a Xml-File is generated which consists of serveral chapters
containing several 
chapter-articles.  
I want to create a table of content for the whole newspaper containing the
headlines of each 
chapter_article as well as the adjacent page-number.

Actually I want this system to be independent of the input so I don`t know
how many articles 
the newspaper is going to contain.  Therefore I automatically create
id-attributes for each new 
headline using xsl:generate-id.. but the problem is I cannot refer to this
generated ids!!  The 
command fo:page-number-citation contains "ref-id=" but I don`t know how to
tell FOP that it 
should use the internal created id-attributes here!  I didn`t find any
documentation about this 
kind of problem.  Maybe you could help me?

Please!
Thanks in advance,
Marion from Vienna

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 10031] - FOP error handling: return codes not set

2002-07-02 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_bug.cgi?id=10031

FOP error handling: return codes not set





--- Additional Comments From [EMAIL PROTECTED]  2002-07-02 11:15 ---
This should be almost fixed now in the CVS maintenance branch, apart from
problems with AWT renderer. Exit code is 1 if the input file (.fo or .xml)
was not found and 2 in case of a FOP problem. Runtime exceptions are not yet
caught, I think. The output file is also deleted in case an exception is
thrown.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 10374] - Syllable-mixing by hyphenation

2002-07-02 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_bug.cgi?id=10374

Syllable-mixing by hyphenation





--- Additional Comments From [EMAIL PROTECTED]  2002-07-02 10:37 ---
There appears to be a general problem with dropped and reshuffled text if 
successive text is delivered in several SAX events to FOP. Bug 2106 shows
similar symptoms.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: AW: [REDESIGN] pdf changes

2002-07-02 Thread Keiron Liddle

On Tue, 2002-07-02 at 11:48, J.U. Anderegg wrote:
> Keiron wrote:
> 
> >- added transparency for shapes and alpha mask for images
> 
> well, what has to be transparent? Background images or overlaying text?
> - 82 pages: Transparency in PDF, Technical Note #5407, Adobe Developer
> Technologies

xsl:fo does not currently support alpha in colours so it does not apply
for normal text or borders.
An image could contain an alpha mask and there could be a background
colour below the image.
Any svg object could have an alpha value or a transparency alpha image
mask.

> >- Outputs pdf objects immediately
> >Unortunately I have broken the xref table and I can't figure out what is
> wrong.
> 
> The XREF is built incrementally in parallel to file writing. So your PDF
> object has to wait, until it is it's turn to output to the file.

The objects can be output to the pdf in any order, the xref simply gives
the offset of each object in the correct order (1..n). The reader uses
the xref to locate an object (the trailer contains the root and info
object numbers).

> Example: image xObject on page in PDFRenderer
> 
> - create xObject: say PDF object ID 27
> - add xObject to page objects
> - output page objects: method "toPDF" of objects say 20-30 is invoked
>   . object 27: do the data/processing intensive things at this time
> 
> If you send me the code, I can figure out what the problem is.

The code is in cvs. It was working before but something has gone wrong
:(

> Hansuli Anderegg, Zurich



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: [REDESIGN] pdf changes

2002-07-02 Thread J.U. Anderegg

Keiron wrote:

>- added transparency for shapes and alpha mask for images

well, what has to be transparent? Background images or overlaying text?
- 82 pages: Transparency in PDF, Technical Note #5407, Adobe Developer
Technologies

>- Outputs pdf objects immediately
>Unortunately I have broken the xref table and I can't figure out what is
wrong.

The XREF is built incrementally in parallel to file writing. So your PDF
object has to wait, until it is it's turn to output to the file.

Example: image xObject on page in PDFRenderer

- create xObject: say PDF object ID 27
- add xObject to page objects
- output page objects: method "toPDF" of objects say 20-30 is invoked
. object 27: do the data/processing intensive things at this time

If you send me the code, I can figure out what the problem is.

Hansuli Anderegg, Zurich



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Converting HTML Table to PDF

2002-07-02 Thread enrico . schnepel

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: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Converting HTML Table to PDF

2002-07-02 Thread Gilles Beaugeais

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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Pagination problem

2002-07-02 Thread RamanaJV

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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]