Bug report for Fop [2001/10/14]

2001-10-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Table Headings

2001-10-14 Thread Karen Lease
Hi Scott, It sounds like you may be putting the background on the block containing the text. Try putting it on the table-cell itself or even on the row. HTH, Karen Scott Moore wrote: I'm creating tables for FOP that have a black background with white text in the table header. The rest of

Re: page cannot be printed

2001-10-14 Thread Karen Lease
Hi Cristian, If this is the same table you had written about the other day, which gave you some error messages, including: [WARN]: current implementation of tables requires a table-column for each column, indicating column-width it looks like you have a table without

cvs commit: xml-fop/src/codegen foproperties.xml

2001-10-14 Thread klease
klease 01/10/14 13:27:57 Modified:src/codegen foproperties.xml Log: Add table-layout and inline-progression-dimension Revision ChangesPath 1.25 +49 -16xml-fop/src/codegen/foproperties.xml Index: foproperties.xml

cvs commit: xml-fop/src/codegen properties.xsl

2001-10-14 Thread klease
klease 01/10/14 13:29:12 Modified:src/codegen properties.xsl Log: Fix a bug in initializing compound properties like inline-progression-dimension from their 'corresponding' properties Revision ChangesPath 1.13 +3 -1 xml-fop/src/codegen/properties.xsl

cvs commit: xml-fop/src/org/apache/fop/datatypes AutoLength.java FixedLength.java Length.java TableColLength.java PercentLength.java LinearCombinationLength.java MixedLength.java

2001-10-14 Thread klease
klease 01/10/14 13:33:36 Modified:src/org/apache/fop/datatypes Length.java TableColLength.java PercentLength.java LinearCombinationLength.java MixedLength.java Added: src/org/apache/fop/datatypes AutoLength.java

cvs commit: xml-fop/src/org/apache/fop/fo LengthProperty.java

2001-10-14 Thread klease
klease 01/10/14 13:36:00 Modified:src/org/apache/fop/fo LengthProperty.java Log: Modify Length to Numeric conversion code Revision ChangesPath 1.5 +4 -13 xml-fop/src/org/apache/fop/fo/LengthProperty.java Index: LengthProperty.java

cvs commit: xml-fop/src/org/apache/fop/fo Property.java PropertyListBuilder.java

2001-10-14 Thread klease
klease 01/10/14 13:37:10 Modified:src/org/apache/fop/fo Property.java PropertyListBuilder.java Log: Make sure PropertyException messages are logged Revision ChangesPath 1.18 +4 -5 xml-fop/src/org/apache/fop/fo/Property.java Index: Property.java

cvs commit: xml-fop/src/org/apache/fop/fo/expr Numeric.java PropertyParser.java

2001-10-14 Thread klease
klease 01/10/14 13:38:25 Modified:src/org/apache/fop/fo/expr Numeric.java PropertyParser.java Log: Modify Length property parsing Revision ChangesPath 1.4 +15 -10xml-fop/src/org/apache/fop/fo/expr/Numeric.java Index: Numeric.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow Flow.java StaticContent.java

2001-10-14 Thread klease
klease 01/10/14 13:39:54 Modified:src/org/apache/fop/fo/flow Flow.java StaticContent.java Log: Make it possible to use percentages to specify Length values for flow and static-content children Revision ChangesPath 1.24 +12 -5

cvs commit: xml-fop/src/org/apache/fop/fo/flow Table.java TableColumn.java

2001-10-14 Thread klease
klease 01/10/14 13:43:32 Modified:src/org/apache/fop/fo/flow Table.java TableColumn.java Log: Implement proportional column widths Revision ChangesPath 1.39 +179 -14 xml-fop/src/org/apache/fop/fo/flow/Table.java Index: Table.java

cvs commit: xml-fop/src/org/apache/fop/layout BlockArea.java

2001-10-14 Thread klease
klease 01/10/14 13:44:37 Modified:src/org/apache/fop/layout BlockArea.java Log: Account for padding and border when calculating space remaining for content Revision ChangesPath 1.31 +12 -2 xml-fop/src/org/apache/fop/layout/BlockArea.java Index:

cvs commit: xml-fop CHANGES

2001-10-14 Thread klease
klease 01/10/14 13:52:59 Modified:.CHANGES Log: Update for my commits Revision ChangesPath 1.10 +17 -0 xml-fop/CHANGES Index: CHANGES === RCS file: /home/cvs/xml-fop/CHANGES,v

cvs commit: xml-fop/docs/examples/fo border.fo

2001-10-14 Thread klease
klease 01/10/14 14:03:14 Modified:docs/examples/fo border.fo Log: Reduce line-height in block-containers to make the text fit Revision ChangesPath 1.8 +12 -12xml-fop/docs/examples/fo/border.fo Index: border.fo

cvs commit: xml-fop/docs/examples/fo tableunits.fo

2001-10-14 Thread klease
klease 01/10/14 14:04:12 Added: docs/examples/fo tableunits.fo Log: Add table-column proportional width and table width percentage examples Revision ChangesPath 1.1 xml-fop/docs/examples/fo/tableunits.fo Index: tableunits.fo

cvs commit: xml-fop/docs/examples build.xml

2001-10-14 Thread klease
klease 01/10/14 14:26:00 Modified:docs/examples build.xml Log: Use filesets for newPDF and referencePDF Revision ChangesPath 1.20 +16 -43xml-fop/docs/examples/build.xml Index: build.xml ===

Table Improvements

2001-10-14 Thread Karen Lease
Hi all, I just committed some new table functionality to CVS. You can now do things like fo:table table-layout=fixed width=100% fo:table-column column-width=proportional-column-width(2) fo:table-column column-width=proportional-column-width(1) . You can mix absolute and proportional units

[PATCH] Japanese line breaking

2001-10-14 Thread Satoshi Ishigami
Hi, All! I found that current line-breaking algorithm was not fine for some situations when specified language=ja, such as using fo:basic-link, lt;gt;, and spacing. I am attaching the sample fo file(test.fo) and resulting pdf (test.pdf) for current version in this mail. The attached patch

pdf file generation

2001-10-14 Thread Andy Muir
Title: pdf file generation hello all, is there a switch in the pdf generation command to create a pdf file from FO in "ASCII Format" ? i'd like to do this kind of thing http://www.pdf-solutions.com/articles/a001/A001.pdf on a pdf file which already has been rendered from an sql database,

RE: Antwort: Making a native win32 binary out of FOP

2001-10-14 Thread Jarno . Elovirta
Does Saxon actually package MS JMV, I've understood that saxon.exe still required MS JMV to be installed into your system? Anyhow, I remember him writing that MS JMV runs about three times slower than Sun JMV, so you might not want to use the .exe Jarno -Original Message- From: ext

fo:leader problem

2001-10-14 Thread ektan
hi all, I'm using FOP-0.20.1to generate pdf files. I have used fo:leader in a table cell, but I don't know why the dotted line just end, although there still have many whitespace in the cell. Are you have any solutions for this problem? Thanks. The following is my xsl and the attachment of the