[Understanding] Area Tree [8]

2002-03-11 Thread Keiron Liddle
Area Tree - The Area Tree is an internal representation of the result document. This is a set of java classes that can put together a set of objects that represent the pages and their contents. This information is created by the layout managers and is rendered to the output using a

Extended Fonts

2002-03-11 Thread Polly Tsang
Hi all, I have another question about using extended fonts. I've got a font called HKSCS.tte (This is developed by Hong Kong Government which supplement with another fonts mingliu.ttc). I've got no problem if I only display the big5 characters using mingliu.ttc. However, if some fonts are

Fop Hanging in Cocoon

2002-03-11 Thread alex
Hi folks, Sorry for asking this here and not just on the Cocoon list but... I have a simple website in xml which is getting converted to html by cocoon 2.0rc2. Cocoon also generates fo (in memory) and uses a slightly old version of FOP to generate the PDF. At least that is the idea. The

[Understanding] Renderers [9]

2002-03-11 Thread Keiron Liddle
Renderers - A renderer is used to convert the Area Tree into the output document. The renderer is given the tree one page at a time. All pages are supplied in the order they appear in the document. In order to save memory it is possble to render the pages out of order. Any page that is

distribute the PDF file

2002-03-11 Thread Yuko Nakayama
Hello. Is it possible to distribute the PDF file made from FOP for the commercial purpose? Description of a license was not able to be found even if referred to Web.. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

volunteer - Image Handling

2002-03-11 Thread Keiron Liddle
Hi All, Now that there is a minimal implemenation that inserts images into the pdf document. Also batik is no longer required on the classpath. I am hoping someone could volunteer to do some work on the image handling. You will probably need access to Photoshop or some other tool. We need an

RE: distribute the PDF file

2002-03-11 Thread Arved Sandstrom
The license is the ASF license. It is at the top-level of the FOP distribution. Not only can you commercially distribute the PDFs, you can commercially distribute FOP if you wish. Or build a product around it and commercially distribute that. Just keep the license handy. Regards, Arved Sandstrom

cvs commit: xml-fop/src/org/apache/fop/svg PDFTranscoder.java SVGUserAgent.java

2002-03-11 Thread keiron
keiron 02/03/11 04:57:18 Modified:src/org/apache/fop/svg PDFTranscoder.java SVGUserAgent.java Log: extends adapter instead of implementing useragent Revision ChangesPath 1.16 +4 -60 xml-fop/src/org/apache/fop/svg/PDFTranscoder.java Index:

cvs commit: xml-fop/src/org/apache/fop/image/analyser ImageReader.java

2002-03-11 Thread keiron
keiron 02/03/11 05:01:24 Modified:src/org/apache/fop/image/analyser ImageReader.java Log: comment about reader behaviour Revision ChangesPath 1.6 +7 -1 xml-fop/src/org/apache/fop/image/analyser/ImageReader.java Index: ImageReader.java

RE: HowTo Render PDF from XML string and XSL file

2002-03-11 Thread Jim Urban
I posted this about a week ago, but here you go again... Jim public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException { ... your code try { String xmlString = new String(); // your xml

JAVA_HOME

2002-03-11 Thread Jaime Jimenez
Hi, First of all, sorry for my english, because is not very well. My problem is this, when I want execute the archive runtest.bat, the error is this : Fop Test ERROR: JAVA_HOME not found in your environment. Please, set the JAVA_HOME variable in your environment to match the

AW: JAVA_HOME

2002-03-11 Thread Adnan Zelkanovic
You have to run the following commands: under Linux: export JAVA_HOME=(path to your JDK directory)(f.e. export JAVA_HOME=/usr/java/jdk131) under Windows: (at the command line) set JAVA_HOME=(path to your JDK directory) (f.e. set

Vertical align

2002-03-11 Thread Henrik Holle
Hi, Is it possible to set the vertical-align to a specific value? I tried this: fo:block font-size=12pt font-family=sans-serif line-height=5pt space-after.optimum=3pt text-align=start Das ist ein fo:inline vertical-align=sub

including SVG in HTML

2002-03-11 Thread Katiyar, Bhawana
I want to include SVG graphics in HTML. Is there a way in which svg tags be included inside HTML, the way we do in xsl:fo. I wish to create SVG graphics dynamically and include in HTML. Thanks in Advance. Bhawana - To

RE: FOP Print Option

2002-03-11 Thread Jim Urban
I figured out how to tell FOP to print to a specified printer. On Windoze, depending on if you have a postscript printer or PCL printer you can simply do: fop ... -ps \\computername\printer or fop ... -pcl \\computername\printer. Jim -Original Message- From: Ralph LaChance

RE: FOP Print Option

2002-03-11 Thread Ralph LaChance
At 10:38 AM 3/11/02, you wrote: I figured out how to tell FOP to print to a specified printer. On Windoze, depending on if you have a postscript printer or PCL printer you can simply do: fop ... -ps \\computername\printer or fop ... -pcl \\computername\printer. Jim but remember that -pcl

basic-links, bug??

2002-03-11 Thread Nestel, Frank ISC 6
Hello, experimenting with FOP 0.20.3 I realize that basic-links are formatted far of. IE. the clickable-area is tranlated from the actual linked characters by such a large margin, that it is impossible to make a single character a working link (cause the clickable area is probably shifted in

Re: Acrobat 5.0 Error

2002-03-11 Thread David B. Bitton
Do your documents employ any encryption? Also, why aren't you opening the new window with the url to the servlet in the first place? Also, I'm confused as to the use of the cookie (personnaly, i'm fond of cookie monster myself). I can see that you are "serving" the pdf from within the

Re: [ANNOUNCEMENT] Fop 0.20.3 released

2002-03-11 Thread David B. Bitton
I notice the timestamp on the files is 3/4. Is that right, because that means I already have code made fresh daily. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Diversa ab illis virtute valemus. - Original Message - From: Christian Geisert [EMAIL PROTECTED] To: [EMAIL

Re: Acrobat 5.0 Error

2002-03-11 Thread Matt Savino
I can't really tell from this example, but I know I ran into an issue where I was trying to use a JSP page to generate either PDF or HTML. I finally realized I was getting an error when the output was PDF which was due to whitespace between the %% tags. The JSP engine compiles whitespace as

Re: Using Avalon/Logkit

2002-03-11 Thread Michael Gratton
Guys, I've just encountered this issue, so apologies for barging in late.. Jeremias Maerki wrote: Joerg Pietschmann wrote: In order to clarify issues: I have to use FOP in an environment which already provides logging, configuration management and life cycle management. I don't want to

AW: PDF - FO (slightly off topic)

2002-03-11 Thread Beer, Christian
Apologies for the slightly off-topic mail - but does anyone know of an easy way to convert PDF docs to XSL-FO ? I don't think there is any way to do this, especialy no easy way! PDF does not contain any structural information, like XSL-FO does. So that would have to be constructed.