Embedded files in FOP

2002-10-01 Thread nick . moon
Hi, I am presently working on a project that requires Tif files to be rendered in PDF, but with the FOP tool this causes an error. I have read in a book somewhere on XSL-FO that not all image formats can be used for FOPis Tif one of them, if so is there anyway to get around this? Many thanks

Re: Embedded files in FOP

2002-10-01 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: > I am presently working on a project that requires Tif files to be rendered > in PDF, but with the FOP tool this causes an error. I have read in a book > somewhere on XSL-FO that not all image formats can be used for FOPis Tif > one of them, if so is there anyway to

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. "V

Proposal

2002-10-01 Thread Jochen . Maes
To the projectleaders. I need the page-break event in Fop, but i know you guyz don't have the time for it, so i would like to try to develop it myself. I'm not a java wizz (i know enough) but i never did something like this before. So if someone of you huyz already started something like this, i

RE: Proposal

2002-10-01 Thread Rhett Aultman
If you don't mind my asking, why do you need to put an event model on page breaks? There may be other solutions available if we knew what you were trying to achieve overall. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 8:42 AM To

RE: Proposal

2002-10-01 Thread Jochen . Maes
ok here is the thing i'm busy with: I have to make a overview for each currency i get in the xml... this overview exists out one or multiple table-blocks. but for each currency i must have a new page no matter how much is written on the page. First i thought of doing it with blockcontainers bu

Re: Proposal

2002-10-01 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: > I have to make a overview for each currency i get in the xml... > this overview exists out one or multiple table-blocks. > > but for each currency i must have a new page no matter how much is written > on the page. You can use break-before="page" on the table or table-

Re: Proposal

2002-10-01 Thread Jochen . Maes
i thank thee Oleg... what astupid mistake, used that months ago once to :( sleeping should help anyway, i'm still interested in making something for FOP... would really like to get to know the internal more... :D Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12

RE: Proposal

2002-10-01 Thread Rhett Aultman
Well, if page breaking interests you, you could help me with resolving a page breaking issue in the FOP maintenance branch. Contact me privately ([EMAIL PROTECTED]) and I'll explain. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 9

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 09:30:36 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: AURAL type PropertyNotImplementedException in refineParsing(). Changed AURAL_IT initial value types to NOTYPE_IT. Revision ChangesPath No

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 09:34:44 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOAttributes.java Log: Added foAttrKeys[] sorted key array. Obtain DefAttrNSIndex from XMLNamespaces. Revision ChangesPath No revision

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 09:40:23 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Moved attribute set name constants to FObjects. Changed stacks from LinkedList to ArrayList implementation. Changed processProperties() to processAttributes(). Added stackVal

DO NOT REPLY [Bug 3898] - fails if id is in block with break-before="page"

2002-10-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

FOP defect when rendering rotated grouped text and path objects

2002-10-01 Thread Matthew L. Avizinis
Hello all I have found that when attempting to render an SVG to pdf if the image contains mixed text and line objects such as paths, rect's, etc. which are grouped, if the group is rotated [by either rotate() or matrix()] by an angle <=±8°, the text is transformed correctly while the path remains

Re: Embedded files in FOP

2002-10-01 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > I am presently working on a project that requires Tif files to be rendered > in PDF, but with the FOP tool this causes an error. I have read in a book > somewhere on XSL-FO that not all image formats can be used for FOPis Tif > one of them, if so is there anyway to g

Re: FOP defect when rendering rotated grouped text and path objects

2002-10-01 Thread J.Pietschmann
Matthew L. Avizinis wrote: > I have found that when attempting to render an SVG to pdf if the image > contains mixed text and line objects such as paths, rect's, etc. which are > grouped, if the group is rotated [by either rotate() or matrix()] by an > angle <=±8°, the text is transformed correctl

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:17:14 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Changed stacks implementation from LinkedList to ArrayList. Removed all PropertyTriplet references. Revision ChangesPath No revision No

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:24:23 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java Log: Moved property set constants from FONode. Added getAttrBitSet(). Removed getLayoutMasterSet() and getPageFlowSet(). Added markerAllSet. Changed make

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:25:21 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java Log: attrSet constants now in FObjects. Revision ChangesPath No revision No revision 1.1.2.5 +5 -6 xml-fop/src/org

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:26:53 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Made nonInheritedProps an ROBitSet. Revision ChangesPath No revision No revision 1.1

cvs commit: xml-fop/src/org/apache/fop/fo/pagination FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:30:59 Modified:src/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java Log: attrSet constants now in FObjects.java Revision Change

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

2002-10-01 Thread pbwest
pbwest 2002/10/01 18:28:16 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertySets.java Log: Changed getInitialSpecifiedValue() to getIntialValue(). Revision ChangesPath No revision No re

RE: Embedded files in FOP

2002-10-01 Thread nick . moon
man thanks J, I'll go check the archive and see what I can get from that. :-) -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: 01 October 2002 21:26 To: [EMAIL PROTECTED] Subject: Re: Embedded files in FOP [EMAIL PROTECTED] wrote: > I am presently working on a pro

cvs commit: xml-fop/src/org/apache/fop/datatypes AbstractPropertyValue.java

2002-10-01 Thread pbwest
pbwest 2002/10/01 23:58:25 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java Log: Added stackedBy. Revision ChangesPath No revision No revision 1.1.2.3

cvs commit: xml-fop/src/org/apache/fop/datatypes PropertyValue.java PropertyValueList.java

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:00:08 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design PropertyValue.java PropertyValueList.java Log: Added stackedBy. Revision ChangesPath No revision No revision

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:04:03 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertySets.java Added: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design ShorthandPropSets.java Log: Split ShorthandPropSets from PropertySe

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:06:27 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Split ShorthandPropSets from PropertySets. Revision ChangesPath No revision No revision

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:07:20 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java Log: Added getAttrSetName(). Revision ChangesPath No revision No revision 1.1.2.7 +23 -3

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:08:26 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Ignore properties not in attribute set for this node. Revision ChangesPath No revision No revision 1.19.2.11 +31 -10

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:10:37 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design SystemFontFunction.java Log: Split ShorthandPropSets from PropertySets. Revision ChangesPath No revision No revi

cvs commit: xml-fop/src/org/apache/fop/fo/expr DataTypeNotImplementedException.java FunctionNotImplementedException.java PropertyNotImplementedException.java

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:12:29 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design DataTypeNotImplementedException.java FunctionNotImplementedException.java PropertyNotImplementedException.java Log: Adde

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:19:59 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyTokenizer.java Log: Fixed bug in numeric unit handling. Revision ChangesPath No revision No revision

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

2002-10-01 Thread pbwest
pbwest 2002/10/02 00:23:18 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyParser.java Log: Add explicit reset()s. Add InheritedValue handling. Access tokenizer expr value via method call. Revision ChangesPath No