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

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 get

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.

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,

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

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

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-row to

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

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

DO NOT REPLY [Bug 3898] - fo:page-number-citation 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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3898. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 get

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 correctly

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 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

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

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

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