Roadmap for 1.0

2005-03-24 Thread Joern . Karthaus


Hello

I there a Roadmap for FOP 1.0

What is the Status for Redesign / FOA Implementation







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



Problem with the FOP website?

2005-03-24 Thread Roland Neilands
Has someone changed the FOP website or is it just me?
It looks terrible in FF, and doesn't work at all in IE6

Regards,
Roland Neilands
Pulse Mining Systems Pty Ltd
w +612 49 00
f +612 49 336732
e [EMAIL PROTECTED]

This e-mail is solely for the use of the intended recipient and may contain 
information which is confidential or privileged. Unauthorised use of its 
contents is prohibited. If you have received this e-mail in error, please 
notify the sender immediately via return e-mail and then delete the original 
e-mail. Any views or opinions presented are solely those of the author.
 


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



Re: Problem with the FOP website?

2005-03-24 Thread Jeremias Maerki
We screwed up doing a website update. I think it is fixed now, but it'll
take a couple of hours until the sites are synced and you see the
results. Sorry for the inconvenience!

On 24.03.2005 07:07:06 Roland Neilands wrote:
 Has someone changed the FOP website or is it just me?
 It looks terrible in FF, and doesn't work at all in IE6



Jeremias Maerki


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



Java's Birthday

2005-03-24 Thread IndianAtTech
Hi All,
March 23, 2005  is Java's 10th Anniversary.
http://www.javarss.com/java-timeline-10years.html

I wish Java Community grows more.

Best Regards

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



Re: Roadmap for 1.0

2005-03-24 Thread Jeremias Maerki
This is a question that pops up every few weeks. I took this as an
excuse to update the status page on the FOP website (which is now
restored again):
http://xml.apache.org/fop/status.html

And by the way, FOA is an FO editor and has nothing to do with the FOP
project, so I can't comment on that.

On 24.03.2005 07:03:55 Joern.Karthaus wrote:
 I there a Roadmap for FOP 1.0
 
 What is the Status for Redesign / FOA Implementation


Jeremias Maerki


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



fop error

2005-03-24 Thread thmarx
Hello everybody.
We use fop.0.20.5 to produce pdf files at our linux server. It works 
most times. But after some times we got the following error message:

[WARNING] table-layout=auto is not supported, using fixed!
Xlib: connection to localhost:0.0 refused by server
Xlib: No protocol specified
java.lang.InternalError: Can't connect to X11 window server using 
'localhost:0' as the value of the DISPLAY variable.
   at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
   at 
sun.awt.X11GraphicsEnvironment.clinit(X11GraphicsEnvironment.java:126)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at 
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
   at sun.awt.motif.MToolkit.clinit(MToolkit.java:70)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at java.awt.Toolkit$2.run(Toolkit.java:712)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703)
   at java.awt.SystemColor.updateSystemColors(SystemColor.java:417)
   at java.awt.SystemColor.clinit(SystemColor.java:409)
   at 
org.apache.batik.css.value.DefaultSystemColorResolver.activeBorder(DefaultSystemColorResolver.java:27)
   at org.apache.batik.css.value.ColorFactory.init(ColorFactory.java:75)
   at 
org.apache.batik.css.value.CommonValueFactoryMap.init(CommonValueFactoryMap.java:39)
   at 
org.apache.batik.css.svg.SVGValueFactoryMap.init(SVGValueFactoryMap.java:39)
   at 
org.apache.batik.css.svg.SVGValueFactoryMap.init(SVGValueFactoryMap.java:32)
   at 
org.apache.batik.dom.svg.SVGDOMImplementation.init(SVGDOMImplementation.java:88)
   at 
org.apache.batik.dom.svg.SVGDOMImplementation.clinit(SVGDOMImplementation.java:76)
   at 
org.apache.batik.dom.svg.SAXSVGDocumentFactory.init(SAXSVGDocumentFactory.java:66)
   at org.apache.fop.image.analyser.SVGReader.loadImage(Unknown Source)
   at org.apache.fop.image.analyser.SVGReader.verifySignature(Unknown 
Source)
   at org.apache.fop.image.analyser.ImageReaderFactory.Make(Unknown Source)
   at org.apache.fop.image.FopImageFactory.Make(Unknown Source)
   at org.apache.fop.fo.flow.ExternalGraphic.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableCell.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableRow.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableBody.layout(Unknown Source)
   at org.apache.fop.fo.flow.Table.layout(Unknown Source)
   at org.apache.fop.fo.flow.Block.layout(Block.java:256)
   at org.apache.fop.fo.flow.Flow.layout(Unknown Source)
   at org.apache.fop.fo.flow.Flow.layout(Unknown Source)
   at org.apache.fop.fo.pagination.PageSequence.format(Unknown Source)
   at org.apache.fop.apps.StreamRenderer.render(Unknown Source)
   at org.apache.fop.fo.FOTreeBuilder.endElement(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   at org.apache.fop.apps.Driver.render(Unknown Source)
   at org.apache.fop.apps.Driver.run(Unknown Source)

we don't use any svg graphics and a x-server is installed on the system.
Does anyone know why the error occurs only sometimes and what we can do?
greets thmarx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: fop error

2005-03-24 Thread thmarx
we have solved the problem by setting the systemproperty java.awt.headless
System.setProperty (java.awt.headless, true);
thmarx wrote:
Hello everybody.
We use fop.0.20.5 to produce pdf files at our linux server. It works 
most times. But after some times we got the following error message:

[WARNING] table-layout=auto is not supported, using fixed!
Xlib: connection to localhost:0.0 refused by server
Xlib: No protocol specified
java.lang.InternalError: Can't connect to X11 window server using 
'localhost:0' as the value of the DISPLAY variable.
   at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
   at 
sun.awt.X11GraphicsEnvironment.clinit(X11GraphicsEnvironment.java:126)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at 
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62) 

   at sun.awt.motif.MToolkit.clinit(MToolkit.java:70)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at java.awt.Toolkit$2.run(Toolkit.java:712)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703)
   at java.awt.SystemColor.updateSystemColors(SystemColor.java:417)
   at java.awt.SystemColor.clinit(SystemColor.java:409)
   at 
org.apache.batik.css.value.DefaultSystemColorResolver.activeBorder(DefaultSystemColorResolver.java:27) 

   at 
org.apache.batik.css.value.ColorFactory.init(ColorFactory.java:75)
   at 
org.apache.batik.css.value.CommonValueFactoryMap.init(CommonValueFactoryMap.java:39) 

   at 
org.apache.batik.css.svg.SVGValueFactoryMap.init(SVGValueFactoryMap.java:39) 

   at 
org.apache.batik.css.svg.SVGValueFactoryMap.init(SVGValueFactoryMap.java:32) 

   at 
org.apache.batik.dom.svg.SVGDOMImplementation.init(SVGDOMImplementation.java:88) 

   at 
org.apache.batik.dom.svg.SVGDOMImplementation.clinit(SVGDOMImplementation.java:76) 

   at 
org.apache.batik.dom.svg.SAXSVGDocumentFactory.init(SAXSVGDocumentFactory.java:66) 

   at org.apache.fop.image.analyser.SVGReader.loadImage(Unknown Source)
   at org.apache.fop.image.analyser.SVGReader.verifySignature(Unknown 
Source)
   at org.apache.fop.image.analyser.ImageReaderFactory.Make(Unknown 
Source)
   at org.apache.fop.image.FopImageFactory.Make(Unknown Source)
   at org.apache.fop.fo.flow.ExternalGraphic.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableCell.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableRow.layout(Unknown Source)
   at org.apache.fop.fo.flow.TableBody.layout(Unknown Source)
   at org.apache.fop.fo.flow.Table.layout(Unknown Source)
   at org.apache.fop.fo.flow.Block.layout(Block.java:256)
   at org.apache.fop.fo.flow.Flow.layout(Unknown Source)
   at org.apache.fop.fo.flow.Flow.layout(Unknown Source)
   at org.apache.fop.fo.pagination.PageSequence.format(Unknown Source)
   at org.apache.fop.apps.StreamRenderer.render(Unknown Source)
   at org.apache.fop.fo.FOTreeBuilder.endElement(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 
Source)
   at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   at org.apache.fop.apps.Driver.render(Unknown Source)
   at org.apache.fop.apps.Driver.run(Unknown Source)

we don't use any svg graphics and a x-server is installed on the system.
Does anyone know why the error occurs only sometimes and what we can do?
greets thmarx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


Re: PDF with CMYK

2005-03-24 Thread Jeremias Maerki
Hi Michi,

no, not at the moment. The topic pops up every now and then but so far
nobody has solved this properly, yet. Search through the archives for
ideas. One big problem, of course, is that both XSL-FO and SVG only
support sRGB. Providing CMYK support means creating custom extensions.

On 24.03.2005 10:51:17 Michael Wechner wrote:
 Is it possible with FOP to generate a PDF with CMYK (instead RGB)?



Jeremias Maerki


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



Re: PDF with CMYK

2005-03-24 Thread Michael Wechner
Jeremias Maerki wrote:
Hi Michi,
no, not at the moment. The topic pops up every now and then but so far
nobody has solved this properly, yet. Search through the archives for
ideas.
ok
One big problem, of course, is that both XSL-FO and SVG only
support sRGB. Providing CMYK support means creating custom extensions.
 

ok
I am not sure if anyone has tried using iText to change the generated
PDF from RGB to CMYK. Would that actually make sense as a hack?
Thanks
Michi
On 24.03.2005 10:51:17 Michael Wechner wrote:
 

Is it possible with FOP to generate a PDF with CMYK (instead RGB)?
   


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


--
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com  http://lenya.apache.org
[EMAIL PROTECTED][EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


FW: blind tables

2005-03-24 Thread martin.smith



Hi,

I noticed the 
processing instruction to"page-break if less thanX inches left" is 
not implemented. Therefore I am trying to use "blind tables" to keeptwo 
pieces of content together.

However this doesn't 
seem to be working - if you render the attacheddocument to PDF you will 
see that the instrument varbiageis on page 1 and the related data is on 
page 2. Thetwo pieces of content are themselves tables, so I'm wondering 
if this is allowed.

Does anyone know 
what I'm doing wrong? 

I notice 
bug#7241 looks similar but this talks about it working for the first page break 
- but it doesn't even do that for me.

thx.

--

fop 
version:0.20.5

fop processes the 
document without errors;

OPC fop.sh -fo 
CA_73468_20040630.fo -pdf out.pdf[INFO] Using 
org.apache.xerces.parsers.SAXParser as SAX2 Parser[INFO] FOP 
0.20.5[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 
Parser[INFO] building formatting object tree[INFO] setting up 
fonts[INFO] [1][INFO] [2][INFO] [3][INFO] Parsing of document 
complete, stopping renderer



PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



keep-with.fo
Description: keep-with.fo
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: blind tables

2005-03-24 Thread martin.smith



This 
works for me now.

I had 
a block around my first piece of content (a table). I removed this, so 
nesting the table directly. 

table
row keep-with-next !- blind row 1 
-

 
block --- 
remove
 
table
 
...
/table
 
/block --- 
remove

/row
row !- blind row 2 
-
 
blabla..
/row
/table


  -Original Message-From: Smith, Martin 
  Sent: 24 March 2005 11:38To: 
  fop-users@xmlgraphics.apache.orgSubject: FW: blind 
  tables
  Hi,
  
  I noticed the 
  processing instruction to"page-break if less thanX inches left" is 
  not implemented. Therefore I am trying to use "blind tables" to keeptwo 
  pieces of content together.
  
  However this 
  doesn't seem to be working - if you render the attacheddocument to PDF 
  you will see that the instrument varbiageis on page 1 and the related 
  data is on page 2. Thetwo pieces of content are themselves tables, so 
  I'm wondering if this is allowed.
  
  Does anyone know 
  what I'm doing wrong? 
  
  I notice 
  bug#7241 looks similar but this talks about it working for the first page 
  break - but it doesn't even do that for me.
  
  thx.
  
  --
  
  fop 
  version:0.20.5
  
  fop processes the 
  document without errors;
  
  OPC fop.sh -fo 
  CA_73468_20040630.fo -pdf out.pdf[INFO] Using 
  org.apache.xerces.parsers.SAXParser as SAX2 Parser[INFO] FOP 
  0.20.5[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 
  Parser[INFO] building formatting object tree[INFO] setting up 
  fonts[INFO] [1][INFO] [2][INFO] [3][INFO] Parsing of document 
  complete, stopping renderer



PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



Re: PDF with CMYK

2005-03-24 Thread Jeremias Maerki
I'm not sure if iText can really do it. I've never tried. But there are
tools out there that can do the conversion. But they may not be free.

On 24.03.2005 12:25:16 Michael Wechner wrote:
 I am not sure if anyone has tried using iText to change the generated
 PDF from RGB to CMYK. Would that actually make sense as a hack?


Jeremias Maerki


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