RE: Question on table behavior

2001-07-20 Thread Michail Bikoulis
Take a look at http://www.w3.org/TR/2000/CR-xsl-20001121/xslspec.html#section-N14029-Format ting-Objects-for-Tables. It explains really well how you can create tables using FO. I've included below an example from my project where I have one XSL sample that produces a table in HTML and another

Re: optimized pdf

2001-07-20 Thread Keiron Liddle
On Thu, 19 Jul 2001 19:19:25 Darrel Riekhof wrote: We are thinking about using FOP to produce large PDF reports that will be served to web clients. However, the PDF files that FOP produces are not optimized. So, the reader client will have to download the entire PDF file before viewing

todo list

2001-07-20 Thread Keiron Liddle
Hi all, I have create a todo list. I will put this as part of the website (when I can) unless someone beats me to it. Currently it is only text, but will be xml when a suitable format presents itself. This should give some idea of main development concerns, general improvements and possible

Re: Can't build fop: Hangs after Starting Ant...

2001-07-20 Thread Gregor N. Purdy
On 20 Jul 2001 12:56:29 +1000, Peter B. West wrote: If you haven't written one already, you might try the attached build.xml. Drop it in /tmp, copy some text file over as /tmp/YourTextFile (or edit the includes value in build.xml, and run ant. The text file will be modified in place.

rows spanning

2001-07-20 Thread emmanuel . ponette
Hi, I'm new to FOP and I can't reach the FAQ. Therefore I ask the question here. I tryed to rowspann a table but it is not working. I downloaded the last available version (0.19) and even the examples (headfoot.fo) is not working (but no error message is shown). What about it? It is put in the

RE: rows spanning

2001-07-20 Thread eric.deandrea
I don't think that this has been implemented yet. Go to http://xml.apache.org/fop/implemented.html to see what has been implemented. -Eric === Eric Deandrea (978) 698-6351 Software Engineer[EMAIL PROTECTED] Inforonics, Inc 30 Porter Rd.

RE: optimized pdf

2001-07-20 Thread Darrel Riekhof
Thx for the info. Streaming a linearized pdf as it is generated would be super if that is possible. If not, we would like to stream for some smaller reports, and linearize for others. Darrel -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001

Starting off

2001-07-20 Thread Thomas, Mary
Hi I am new in this. For testing purpose I have a .fo file Can I get a PDF right away. by going to Command line and type FOP test.fo test.pdf If not what must I do to output an pdf document from .fo file I am assuming that I have created the .fo from an .xml and .xsl Can I also feed in a

Re: Starting off

2001-07-20 Thread Kenneth Trio
Hi Mary, This page will give you the information you need to get started. http://xml.apache.org/fop/running.html 'Hope this helps, Ken Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL

Re: rows spanning

2001-07-20 Thread Karen Lease
Hi, Yes, the number-rows-spanning property on table-cell IS now implemented, but only in the CVS version, not yet in the last release (0.19). If you want it before the next release (hopefully coming up fairly soon, Arved???), you'll have to use the CVS sources. Unfortunately, the

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2001-07-20 Thread klease
klease 01/07/20 13:57:23 Modified:src/org/apache/fop/render PrintRenderer.java src/org/apache/fop/render/pdf PDFRenderer.java Log: Add new addFilledRect method to make it possible to draw filled rectangles without any stroke in PDF; in doFrame, use rectangles

More table fixes - rendering rectangles

2001-07-20 Thread Karen Lease
Hi all, I'm still slogging away with tables, trying to get eliminate border drawing errors. I think I've made some progress, both in the table and in the rendering code. I finally discovered why the background rectangles were hanging out a pixel or so beyond the borders (at least in PDF). When

Re: More table fixes - rendering rectangles

2001-07-20 Thread Ralph LaChance
At 11:15 PM 7/20/01 +0200, you wrote: I'm still slogging away with tables, trying to get eliminate border drawing errors. I think I've made some progress, both in the table and in the rendering code. I finally discovered why the background rectangles were hanging out a pixel or so beyond the

Re: FOP Bug Fixes

2001-07-20 Thread Karen Lease
Hi David, I've had a look at your files. You're right about (2), and it's now fixed in the CVS version (as of tonight). However I think that you may have a slight misunderstanding of setting up margins on the page-master and the body-region which is giving the results you describe in (1). If

Re: vertically centering contents of table-cell

2001-07-20 Thread Karen Lease
Hi Petr, It should work now (CVS from tonight), except when you also have a height property on the same cell. It's OK if you have a height property on the row containing the cells with display-align. Regards, Karen Petr Andrs wrote: Hi all, can anybody suggest me how to vertically center

Re: CVS problems

2001-07-20 Thread Arved Sandstrom
At 12:14 AM 7/21/01 +0200, Karen Lease wrote: Thanks much Rick, using cvs.apache.org fixed it. Is there some list I should have been reading to know about that??? Easiest thing here is, SSH into your Apache account, and set up a .forward file that sends your apache email (your [EMAIL PROTECTED]