Problems printing PDF files with SVG images

2002-04-04 Thread Toulson, Simon
Apologies if you have already received this, the original was bounced back as the attachments were too large. I am trying to print a PDF file which contains an SVG image generated by FOP 0.20.2. The SVG image consists of bar chart with text labels on each axis. The problem I am encountering

AW: Designing PDF extensions: form fields

2002-04-04 Thread J.U. Anderegg
Hi Keiron, Let's fix a DESIGN GOAL. What can be realized in which time frame? I see 2 ways to go ahead: 1. Low level implementation using native PDF syntax: users have to learn PDF syntax and to some extent PDF file structure. They can try experimentally everything with the risk of invalid PDF

fo:basic-link does not work in xsl-region-before?

2002-04-04 Thread Costantino Sertorio
Hi, does anyone know if this is a FOP bug? It appears to me that a basic-link cannot be used in the region-before, as in the following snippet: fo:static-content flow-name=xsl-region-before fo:block fo:basic-link color=red external-destination=http://www.abc.def; www.abc.def/fo:basic-link

Problems using table-header with FOP 0.19

2002-04-04 Thread Seisdedos Juan, Francisco Javier
I have written this code: ?xml version=1.0 encoding=UTF-8 ? fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set fo:simple-page-master master-name=simplePM page-height=25cm page-width=20cm margin-top=1cm margin-bottom=1cm margin-left=1.5cm margin-right=1.5cm

vertical alignment

2002-04-04 Thread Joshua Marinacci
I must be missing something, but for the life of me I can't figure out how to create a single page with vertically centered text. I want to create a title page which will have the text Blah Blah by Whoever on three lines, all grouped together in the center of the page without explicitly

RE: Some comments on the build system

2002-04-04 Thread Arved Sandstrom
Hi, Peter I personally agree that the properties don't need the XML+XSLT approach. Even if one leaves aside the aural properties there are over 250 properties, and on close inspection the commonalities are limited. I believe the largest group size of properties that are identical is 4. Many

License Issue Inquiry

2002-04-04 Thread Charles Marcus
Greetings, I hope this is the proper place for this question to be submitted. If not, please direct me to where I need to go. I am taking it upon myself to submit a query regarding the Apache Software License that FOP is licensed under. There is some big interest currently in the OOo

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 Christian Geisert
[EMAIL PROTECTED] wrote: 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: fo:basic-link does not work in xsl-region-before?

2002-04-04 Thread Christian Geisert
Costantino Sertorio wrote: Hi, does anyone know if this is a FOP bug? Yes. It appears to me that a basic-link cannot be used in the region-before, as in the following snippet: fo:static-content flow-name=xsl-region-before fo:block fo:basic-link color=red

Re: License Issue Inquiry

2002-04-04 Thread Nicola Ken Barozzi
I'm moving this to [EMAIL PROTECTED] because I think it's of interest to all. If not, please excuse me. From: Charles Marcus [EMAIL PROTECTED] Greetings, I hope this is the proper place for this question to be submitted. If not, please direct me to where I need to go. I am taking it upon

Re: License Issue Inquiry

2002-04-04 Thread Roland
At 08:34 AM 4/4/02 -0500, Charles Marcus wrote: like it could be the answer. The only question is, can OOo use it? OOo requires that anything integrated into its source code be made available to them under the terms of the LGPL license. The LGPL license is much more restrictive than the Apache

Re: Problems using table-header with FOP 0.19

2002-04-04 Thread J.Pietschmann
Seisdedos Juan, Francisco Javier wrote: ... I wrote two tables: one for blank space and the other one to write data. If the property space-before of the first table has a value of 500pt, it is shown right but if the value is 450pt (like now), the table header is getting lost. It works in

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
Why are you reading the user configuration more than once? In my servlet, which is multithreaded, I read the user configuration file once upon init. I have no problems (except the occasional image error, which I catch and regenerate the PDF when it happens) with concurrent PDF generation using

Re: Multithreaded failure

2002-04-04 Thread David B. Bitton
Simply because it is at the top of my SOAP method. I don't think that there is an init() called on a SOAP class. Also, do you instantiate a new Driver object for every call to the servlet? I'd appreciate if you could share some code. Thanks. -- David B. Bitton [EMAIL PROTECTED]

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
Upon init (once in the servlet) // Gotta configure FOP to know where the base directory is. Otherwise // it will generate errors. Add a trailing slash so we can use relative // paths in our XSL. org.apache.fop.configuration.Configuration.put(baseDir, file: + dir +

Question for FOP

2002-04-04 Thread Cai, Jenny (US - Dallas)
Title: Question for FOP Hi, I just successfully run the examples (simple.fo) provided in 'fop-0.20.3-bin.tar.gz' file under fop-0.20.3\docs\examples\fo subdirectory in the command prompt and I got a pdf file successfully . I still have the following question: 1. How can I view the source

Re: Some comments on the build system

2002-04-04 Thread Peter B. West
Keiron, I don't know the nuts and bolts of CVS, but I always assumed that tags were somehow related to the RCS symbolic name, accessible via $Name$. $Name$ has some peculiarities due to the fact that there is not a unique name attached to the current version; I think it is set in the output

Re: Multithreaded failure

2002-04-04 Thread David B. Bitton
I moved the creation (and destruction) of the Driver object inside the method. Also I had forgotten that in Apache SOAP, you can control object lifetime. So I changed it from Application to Request, so now each request gets a fresh instance of my class. This works, but I'm not happy with it.

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