Re: AW: storing metadata

2002-10-28 Thread Paul . Hussein
The standard answer is to improve the functionality of FOP pdf generation to rival the adobe products. My motivation is to embed the FO that generated the PDF so I can edit and/or regenerate the PDF. Cheers Paul. J.U. Anderegg [EMAIL PROTECTED] on 24/10/2002 10:35:51 Please respond to

storing metadata

2002-10-22 Thread Paul . Hussein
I believe the adobe pdf standard includes the ability to store metadata with the pdf. XMP i think they call it. I would like to extend FOP to allow storing of this metadata within the produced PDF. I could then store the FO inside the PDF for later reference. Any ideas if this feasible and how

Setting the user configuration in embedded code

2002-10-08 Thread Paul . Hussein
Hi, wonder if anyone can help. I am trying to set the user configuratuion file with FOP embedded in my app. java.io.BufferedOutputStream bufferedOutputStream = null; org.apache.fop.apps.Driver driver = null; java.io.ByteArrayInputStream

RE: BARCODE

2002-10-08 Thread Paul . Hussein
Two ways I know of. Using barcode fonts. Using SVG to draw barcode. We have used a stylesheet to draw the SVG works really well. Rhett Aultman [EMAIL PROTECTED] on 08/10/2002 15:34:55 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: BARCODE If you made

RE: Antwort: fo wysiwig editor

2002-10-01 Thread Paul . Hussein
Well, I have submitted a request to start a project with SF.net. It will take a few days, and then we can hopefully use those resources as to open a discussion. Hopefully we can garner enough interest to kick the project off. or at least thrash out a terms of reference. Regards Paul.

RE: Antwort: fo wysiwig editor

2002-09-30 Thread Paul . Hussein
, or go the word style route. Thanks Paul. Victor Mote [EMAIL PROTECTED] on 27/09/2002 18:51:42 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Antwort: fo wysiwig editor Paul Hussein wrote: Al I want is an editor that that works with FO only. I don't know

Re: Antwort: fo wysiwig editor

2002-09-30 Thread Paul . Hussein
That was my hope too. Maybe for us to pickup the rendering part of AWT Renderer, create new project with it, Then export as jar that fop could use maybe. Oleg Tkachenko [EMAIL PROTECTED] on 30/09/2002 11:50:29 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:

fo wysiwig editor

2002-09-27 Thread Paul . Hussein
Hi all. I wonder if I can get some help. I am currently using fo and fop to generate pdf documents for a large bank, and it works beautifully. We get the XML and apply a stylesheet to produce the document. However, we have a requirements that means our using should have the ability to edit

Re: AW: AW: AW: AW: Embedding FOP in Java

2002-09-20 Thread Paul . Hussein
http://xml.apache.org/forrest/xml-site/cvs.html#N1008F module is xml-fop, not sure what the branch is sorry, think it might be 20.2 Hope this helps. Regards Paul. Amin Schoeib [EMAIL PROTECTED] on 20/09/2002 13:14:26 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-18 Thread Paul . Hussein
Is it me, or do the examples in fop-0.20.4rc/docs/examples/svg not work. ../../../fop.sh external.fo external.pdf [INFO] FOP 0.20.4rc [INFO] building formatting object tree [Fatal Error] external.fo:79:81: The prefix xlink for attribute xlink:href is not bound. [ERROR] The prefix xlink for

RE: Image clipping with svg

2002-04-24 Thread Paul . Hussein
/dvl/sw/fop-0.20.3/docs/examples/svg/external.fo SunOS 5.6 Generic_105181-11 sun4u sparc SUNW,Ultra-30 java version 1.2.2 Solaris VM (build Solaris_JDK_1.2.2_09, native threads, sunwjit) Cheers Paul. Rhett Aultman [EMAIL PROTECTED] on 23/04/2002 18:05:17 Please respond to

Re: SVG rendering with FOP on Solaris

2002-04-23 Thread Paul . Hussein
I use pja with slowlaris and FOP (See attached file: rmiProcess_RMIFOPServer) Here is an example script that seems to work, don't forget to do the thing to create rtgraphics.jar if using jdk1.2.2 J.Pietschmann [EMAIL PROTECTED] on 22/04/2002 23:31:07 Please respond to [EMAIL PROTECTED]

Image clipping with svg

2002-04-23 Thread Paul . Hussein
Using the example external.fo in the docs directory under solaris 2.6/jdk1.2.2, my svg image and the example svg images get clipped on the RHS in the rendered pdf. Has anyone come across this before, and if so, is there a solution. Regards Paul.

Re: Fop with Cocoa

2002-04-09 Thread Paul . Hussein
If you don't need to see in AWT mode, tru I think its pjj the plugin AWT that does not need a display, maybe that will fix it for you. Richard Van Deren [EMAIL PROTECTED] on 09/04/2002 07:19:44 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED], David

Re: Multithreaded failure

2002-04-08 Thread Paul . Hussein
Thats not the only problem. I get problems when loading an image when multithreaded. As previously posted. If I could build the darn thing, I might look into fixing it. [INFO]: Parsing of document complete, stopping renderer - 08/Apr/2002 12:06:50 GMT+01:00 : Warning

Re: How to get 20.3 to build

2002-04-05 Thread Paul . Hussein
Using xalan from jaxp1.1 and manually transforming ./build/src/codegen/allprops.xml ./build/src/codegen/genconst.xsl to ./build/src/org/apache/fop/fo/properties/Constants.java caused same error. Using xalan from jaxp1.2ea2 generated it o.k From: Paul Hussein on 05/04/2002 08:17

How to get 20.3 to build

2002-04-04 Thread Paul . Hussein
I get this error when running build.sh compile: [echo] Compiling the sources [mkdir] Created dir: /home/husseinp/java/fop/fop-0.20.3/build/classes/org/apache/fop/viewer/resources [copy] Copying 11 files to

Re: How to get 20.3 to build

2002-04-04 Thread Paul . Hussein
Ah!! Looks like the autogenerated file is not generated in the first pass, and second pass error as described occurs cos file does not exist. Here is the autogeneration of file error : Building with classpath

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Paul . Hussein
Inside or outside browser ? Roland [EMAIL PROTECTED] on 25/02/2002 16:02:51 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tool for generating bar graphs with Java Hello, does anyone here know of a good tool to generate bar graphs, line graphs, pie charts,

Re: Exceptions while running embedde fop multithreaded

2002-02-13 Thread Paul . Hussein
Who are the developers of FOP. How do I ask to get a multithreaded version of FOP, or get that on the requirements list. I could probably do it, but it needs to be maintained. [EMAIL PROTECTED] on 12/02/2002 10:15:50 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:

Re: Migration

2001-07-11 Thread Paul . Hussein
There aren't any fully integrated tools out there ( or I have missed them ). I use XML Spy ( which is cool ), to do the XML bit, Antenna House XSL Formatter to display the result of applying XSL to XML to produce FO, and to edit and debug XSL int the IBM XSL Editor ( which is a really good tool