cvs commit: xml-fop/src/org/apache/fop/area/inline Word.java

2002-09-18 Thread keiron
keiron 2002/09/18 07:04:32 Modified:src/org/apache/fop/fo/flow Leader.java src/org/apache/fop/area/inline Word.java Log: fixed compile error Revision ChangesPath 1.28 +1 -2 xml-fop/src/org/apache/fop/fo/flow/Leader.java Index: Leader.java

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

2002-09-18 Thread keiron
keiron 2002/09/18 07:12:42 Modified:src/org/apache/fop/render AbstractRenderer.java src/org/apache/fop/render/pdf PDFRenderer.java Log: updated for area tree and prepare for block border and back Revision ChangesPath 1.25 +24 -6 xml-fop/src/org

cvs commit: xml-fop/src/org/apache/fop/layoutmgr/table Body.java Cell.java TableLayoutManager.java

2002-09-18 Thread keiron
keiron 2002/09/18 07:15:05 Modified:src/org/apache/fop/layoutmgr BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java InlineStackingLayoutManager.java

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

2002-09-18 Thread keiron
keiron 2002/09/18 12:27:38 Modified:src/org/apache/fop/render AbstractRenderer.java Log: prevent npe with empty flow Revision ChangesPath 1.26 +4 -3 xml-fop/src/org/apache/fop/render/AbstractRenderer.java Index: AbstractRenderer.java

Re: warning: broke cvs

2002-09-18 Thread Keiron Liddle
On Wed, 2002-09-18 at 17:13, Keiron Liddle wrote: Just a warning, I seem to have broken cvs HEAD. It was working then I made a few changes, checked it in and it stopped working. I will fix it once I figure out what is wrong (probably something really simple)! It's fixed now, just an npe

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

2002-09-17 Thread keiron
keiron 2002/09/16 23:35:59 Modified:src/org/apache/fop/fo StringProperty.java Log: check keywords for string property, so that bold font works Revision ChangesPath 1.3 +5 -1 xml-fop/src/org/apache/fop/fo/StringProperty.java Index: StringProperty.java

cvs commit: xml-fop/docs/examples/fo newlinktest.fo leader.fo

2002-09-17 Thread keiron
keiron 2002/09/17 00:32:10 Modified:docs/examples/fo newlinktest.fo leader.fo Log: improved the examples a bit links in static and rotated areas better info for use-content on leader Revision ChangesPath 1.3 +36 -2 xml-fop/docs/examples/fo/newlinktest.fo

cvs commit: xml-fop/src/org/apache/fop/pdf ASCII85Filter.java ASCIIHexFilter.java FlateFilter.java PDFAction.java PDFAnnotList.java PDFArray.java PDFCIDFont.java PDFDocument.java PDFXObject.java

2002-09-17 Thread keiron
keiron 2002/09/17 02:20:58 Modified:src/org/apache/fop/pdf ASCII85Filter.java ASCIIHexFilter.java FlateFilter.java PDFAction.java PDFAnnotList.java PDFArray.java PDFCIDFont.java PDFDocument.java PDFXObject.java

cvs commit: xml-fop/src/codegen code-point-mapping.xsl foproperties.xml properties.xsl t1font-file.xsl ttffontfile.xsl

2002-09-17 Thread keiron
keiron 2002/09/17 02:29:00 Modified:src/codegen code-point-mapping.xsl foproperties.xml properties.xsl t1font-file.xsl ttffontfile.xsl Log: updated to java2 collections Revision ChangesPath 1.8 +5 -3 xml-fop/src/codegen/code-point

cvs commit: xml-fop/src/org/apache/fop/tools AreaTreeBuilder.java

2002-08-22 Thread keiron
keiron 2002/08/22 06:57:49 Modified:src/org/apache/fop/area LineArea.java src/org/apache/fop/area/inline Leader.java Stretch.java src/org/apache/fop/fo/flow Leader.java src/org/apache/fop/layoutmgr BlockLayoutManager.java

Re: Tasks - layout

2002-08-22 Thread Keiron Liddle
On Wed, 2002-08-21 at 23:29, Karen Lease wrote: Hi Keiron, Keiron Liddle wrote: snip/ The line height calculation and alignment is only very basic at the moment. The idea is that the LineLM gets certain information to find the offset to baseline and total line height and when

cvs commit: xml-fop/src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java BlockLayoutManager.java FlowLayoutManager.java LMiter.java LineBPLayoutManager.java

2002-08-21 Thread keiron
keiron 2002/08/21 02:17:42 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java BlockLayoutManager.java FlowLayoutManager.java LMiter.java LineBPLayoutManager.java Log: properly resets blocks use a block lm iter so

Re: layout questions

2002-08-21 Thread Keiron Liddle
On Tue, 2002-08-20 at 17:59, olivier wrote: hi all, I thought about those questions because I need to use FOP the best way i can ( for sure ;) ) but also because, as a visual renderer, there is great chance for people to really need these importants features to be implemented or

Re: Tasks - layout

2002-08-21 Thread Keiron Liddle
Hi Karen, On Mon, 2002-08-19 at 23:57, Karen Lease wrote: Hi Keiron etc, I'm really happy to see all this movement going on and folks from the maintenance branch getting into the redesign to help you out. I'm hoping to be able to start contributing again too, perhaps not right away

cvs commit: xml-fop/src/org/apache/fop/image JimiImage.java JpegImage.java

2002-08-20 Thread keiron
keiron 2002/08/19 23:52:37 Modified:src/org/apache/fop/image JimiImage.java JpegImage.java Log: fix for invalid colorspace on jpeg also catches error when jimi not in classpath Revision ChangesPath 1.14 +2 -2 xml-fop/src/org/apache/fop/image/JimiImage.java

cvs commit: xml-fop/src/org/apache/fop/fo/flow InstreamForeignObject.java ExternalGraphic.java

2002-08-20 Thread keiron
keiron 2002/08/20 00:03:20 Modified:src/org/apache/fop/fo/flow InstreamForeignObject.java ExternalGraphic.java Log: handle errors better Revision ChangesPath 1.33 +10 -7 xml-fop/src/org/apache/fop/fo/flow/InstreamForeignObject.java

Re: Tasks - layout

2002-08-20 Thread Keiron Liddle
On Mon, 2002-08-19 at 22:58, J.Pietschmann wrote: Keiron Liddle wrote: - Add markers to page when areas added Is this really a good idea? Markers may be referenced long after they have been defined, tying them to the Page object would require keeping the pages in memory (see 0.20.5cvs

Re: cvs commit: xml-fop/src/org/apache/fop/render/pdfPDFRenderer.java

2002-08-20 Thread Keiron Liddle
On Mon, 2002-08-19 at 22:34, J.Pietschmann wrote: [EMAIL PROTECTED] wrote: protected void renderRegion(RegionReference region) { ... +currentFontName = ; Wouldn't it be better to do this each time after writing a BT to the PDF output? (In startVParea(),

Re: Tasks - layout

2002-08-20 Thread Keiron Liddle
On Mon, 2002-08-19 at 23:13, J.Pietschmann wrote: Keiron Liddle wrote: - Implement table layout The table layout will use the same technique as the block layout. It will locate suitable breaks between rows or inside rows until table finished or end of bpd reached. Actually, what

cvs commit: xml-fop/contrib/plan/src/org/apache/fop/plan SimplePlanDrawer.java

2002-08-20 Thread keiron
keiron 2002/08/20 01:09:00 Modified:contrib/mathml build.sh contrib/mathml/src/org/apache/fop/mathml MathMLElement.java contrib/plan build.sh contrib/plan/src/org/apache/fop/plan SimplePlanDrawer.java Log: updated classpath, fixed some

cvs commit: xml-fop/src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockStackingLayoutManager.java LayoutManager.java PageLayoutManager.java SplitContext.java

2002-08-19 Thread keiron
keiron 2002/08/19 01:01:57 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockStackingLayoutManager.java LayoutManager.java PageLayoutManager.java Removed: src

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java

2002-08-19 Thread keiron
keiron 2002/08/19 02:40:56 Modified:src/org/apache/fop/svg SVGElement.java Log: properly sets the dpi val Revision ChangesPath 1.30 +4 -10 xml-fop/src/org/apache/fop/svg/SVGElement.java Index: SVGElement.java

Re: Tasks - layout

2002-08-19 Thread Keiron Liddle
On Sun, 2002-08-18 at 02:07, J.Pietschmann wrote: Keiron Liddle wrote: I don't think we should expect or even want people to understand everything. I think it's preferable that people hacking around in the code understand *something*. Of course, but how can we make it understandable

cvs commit: xml-fop/docs/examples/advanced K3.TTF K3.xml bar.conf.xml barcode.fo

2002-08-19 Thread keiron
keiron 2002/08/19 03:40:57 Added: docs/examples/advanced K3.TTF K3.xml bar.conf.xml barcode.fo Log: added example for embedding fonts using free barcode font for embedding Revision ChangesPath 1.1 xml-fop/docs/examples/advanced/K3.TTF

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

2002-08-19 Thread keiron
keiron 2002/08/19 04:54:53 Modified:src/org/apache/fop/image AbstractFopImage.java EPSImage.java JpegImage.java XMLImage.java src/org/apache/fop/render/pdf PDFRenderer.java Log: load original data properly Revision ChangesPath

cvs commit: xml-fop/test/resources/fop/image logo.tif

2002-08-19 Thread keiron
keiron 2002/08/19 06:45:01 Modified:test/resources/fop/image logo.tif Log: changed to a format jimi can handle, no alpha and packed Revision ChangesPath 1.2 +1 -25 xml-fop/test/resources/fop/image/logo.tif Binary file

cvs commit: xml-fop status.xml

2002-08-14 Thread keiron
keiron 2002/08/14 06:45:45 Modified:lib batik.jar src/org/apache/fop/svg PDFTextPainter.java SVGUserAgent.java .status.xml Log: Updated batik with change to TextPainter interface and UserAgent. Improved PDFTextPainter to handle more

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

2002-08-14 Thread keiron
keiron 2002/08/14 07:25:18 Modified:src/org/apache/fop/fo FOTreeBuilder.java Log: made messages more sensible Revision ChangesPath 1.40 +3 -3 xml-fop/src/org/apache/fop/fo/FOTreeBuilder.java Index: FOTreeBuilder.java

AW: Tasks - layout

2002-08-13 Thread Keiron Liddle
On Mon, 2002-08-12 at 21:17, J.U. Anderegg wrote: o Are there specified packages, classes to be programmed? Are the interfaces/interface objects specified? Mostly yes, and if someone wants more information I can go into more detail. o Are prerequisite packages or test drivers available?

Re: Tasks - layout

2002-08-13 Thread Keiron Liddle
On Mon, 2002-08-12 at 13:44, Kevin O'Neill wrote: These are just some of the things, I will add them to the todo list. If there is a decent response then there are more that can be added. Any PDF tasks? - Encryption and signing - Reusing pdf objects that links create - form XObject Those

Re: FOP memory usage

2002-08-12 Thread Keiron Liddle
and not considering furture pages. Keiron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Tasks - layout

2002-08-12 Thread Keiron Liddle
Now that we have some pagination there are lots of areas that people can work on. If you want to implement any of these and have any questions then just ask. Once we can get a few of these done then we could do a developers release. - Add static areas to page The static areas will need to

cvs commit: xml-fop/src/org/apache/fop/layoutmgr BlockLayoutManager.java FlowLayoutManager.java LayoutContext.java LeafNodeLayoutManager.java LineBPLayoutManager.java PageLayoutManager.java

2002-08-11 Thread keiron
keiron 2002/08/11 00:31:30 Modified:src/org/apache/fop/layoutmgr BlockLayoutManager.java FlowLayoutManager.java LayoutContext.java LeafNodeLayoutManager.java LineBPLayoutManager.java PageLayoutManager.java Log

cvs commit: xml-fop/src/org/apache/fop/apps Driver.java

2002-08-09 Thread keiron
keiron 2002/08/08 23:51:18 Modified:src/org/apache/fop/apps Driver.java Log: set user agent on renderer Revision ChangesPath 1.53 +2 -1 xml-fop/src/org/apache/fop/apps/Driver.java Index: Driver.java

cvs commit: xml-fop/src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java InlineStackingBPLayoutManager.java LayoutManager.java LeafNodeLayoutManager.java LineBPLayoutManager.java PageLayoutManager.java SpaceSpecifier.java TextBPLayoutManager.java LineLayoutManager.java TextLayoutManager.java

2002-08-09 Thread keiron
keiron 2002/08/09 00:11:16 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java

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

2002-08-09 Thread keiron
keiron 2002/08/09 03:56:03 Modified:src/org/apache/fop/fo FOText.java Log: fixed compile error Revision ChangesPath 1.38 +1 -4 xml-fop/src/org/apache/fop/fo/FOText.java Index: FOText.java

cvs commit: xml-fop/src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFGraphics2D.java

2002-07-31 Thread keiron
keiron 2002/07/31 01:20:41 Modified:src/org/apache/fop/render/pdf FontSetup.java PDFRenderer.java src/org/apache/fop/configuration ConfigurationParser.java src/org/apache/fop/mif MIFHandler.java src/org/apache/fop

Re: real-life big document example, add it to the samples?

2002-07-31 Thread Keiron Liddle
+1 The more samples the better. On Wed, 2002-07-31 at 10:04, Bertrand Delacretaz wrote: A while ago [1] Jochen Maes gave feedback about his application that generates 14000 PDFs. He was kind enough to send me the corresponding documents for study. Under [2] you can find his XSL-FO

RE: javadocs

2002-07-31 Thread Keiron Liddle
at the javadocs and get lost trying to find what they want. So work in this area is needed. Keiron. An appropriate quote: Excuse me, teacher? May I be excused? My brain is full. - Larson - To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-fop/docs/design/understanding book.xml layout_managers.xml

2002-07-31 Thread keiron
keiron 2002/07/31 03:31:55 Modified:docs/design/understanding book.xml layout_managers.xml Log: added layout manager info Submitted by: Cyril Rognon [EMAIL PROTECTED] Revision ChangesPath 1.2 +23 -23xml-fop/docs/design/understanding/book.xml Index

cvs commit: xml-fop status.xml

2002-07-31 Thread keiron
keiron 2002/07/31 05:46:40 Modified:.status.xml Log: added recent changes Revision ChangesPath 1.2 +17 -0 xml-fop/status.xml Index: status.xml === RCS file: /home/cvs/xml-fop

Re: AW: AW: any limitation to generate-id()

2002-07-30 Thread Keiron Liddle
Hi Kutz, First thing I would suggest is to generate the fo file. Then search the file to see if the id is repeated twice (or more). Then use the fo file as the input to fop. Note where the error occurs, id, page. Then delete everything (keeping valid xml) after that id. If possible delete

Re: FO to RTF, request for a systematic approach

2002-07-30 Thread Keiron Liddle
On Mon, 2002-07-29 at 17:52, Bertrand Delacretaz wrote: I'd go for 2.2 as this avoids having to maintain two RTF document libraries (jfor and FOP) during the transition. I think that's what Chris Scott is working on, but I haven't seen his code or design yet, hence my request to him for an

cvs commit: xml-fop/src/org/apache/fop/area CTM.java

2002-07-30 Thread keiron
keiron 2002/07/30 06:04:06 Modified:src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/area CTM.java Added: src/org/apache/fop/render/pdf CTMHelper.java Log: separated the specific PDFRender functionality from the CTM class and created

RE: javadocs

2002-07-30 Thread Keiron Liddle
On Tue, 2002-07-30 at 04:28, Victor Mote wrote: FOP Committers: The underlying problem was that lib/bin/antRun had DOS line endings in it (I am running on Linux 6.1), causing it to fail when used by javadoc from within Ant. This cannot be fixed from within the build.xml file using fixcrlf

Re: CTM - e (tx) and f (ty) divided by 1000

2002-07-29 Thread Keiron Liddle
On Sat, 2002-07-27 at 01:40, Kevin O'Neill wrote: Ok, so the millipoints conversion is specific to the xsl:fo to pdf conversion, the fo tree being in millipoints (correct me if I'm wrong). All lengths are in millipoints from the properties, fo tree to area tree. The renderers usually work in

RE: [PDF Viewer] Utility request

2002-07-29 Thread Keiron Liddle
On Mon, 2002-07-29 at 11:40, RamanaJV wrote: Ralph, Your idea of Fixing the awt renderer is the correct one. After a deep thought, I too came to the conclusion that instead of writing a PDF renderer, if we can tune up the AWT renderer, it will be great. The main problem with AWT

RE: FOP extension elements

2002-07-24 Thread Keiron Liddle
On Wed, 2002-07-24 at 15:55, Matthew L. Avizinis wrote: What I mean is that when I run FOP and use my own extension element I do not want to have to have extra jar files hanging around. I would like the class for my own element contained in the fop.jar just like outline and label. So what I

Re: Need advice in implementing signed PDF files

2002-07-23 Thread Keiron Liddle
On Mon, 2002-07-22 at 19:12, Miguel A Paraz wrote: I don't know. What do you think it should do? Sorry, let me rephrase that. My question is, what is the proper way for a PDFFilter subclass to read values from the configuration file? The signing system would need access to the name of the

Re: FOP doc

2002-07-23 Thread Keiron Liddle
On Mon, 2002-07-22 at 22:26, Victor Mote wrote: FOP developers: As I am trying to get my arms around FOP, I am finding some things that I probably ought to propose as changes to the documentation, but I am confused about the mechanism for doing so. Hope you have long arms. 1. It appears

Re: PDF output driver

2002-07-23 Thread Keiron Liddle
separate. This will promote that more. We now have a pdf-transcoder target that builds just a jar that can be used as a transcoder for batik. We could split things up further and have: pdf jar, svg stuff jar, hyph jar, the rest jar. Keiron

Re: page break

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 08:47, RamanaJV wrote: Devs, Is it possible to tell FOP to clip the text, when the block will not fit in the respctive region? I don't want the block to span across lines.. Currently no. This is something that will be implemented in the new design.

RE: page break

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 09:08, RamanaJV wrote: Then, Is it possible to know, without actually rendering, how many lines a block is expected to span. I really need this now in my application to get away from the pagination problem that are occuring. Also, is it possible to know, how many

cvs commit: xml-fop/src/org/apache/fop/image/analyser TIFFReader.java

2002-07-23 Thread keiron
keiron 2002/07/23 03:59:10 Modified:src/org/apache/fop/image AbstractFopImage.java src/org/apache/fop/image/analyser TIFFReader.java Log: prevent npe Revision ChangesPath 1.10 +6 -4 xml-fop/src/org/apache/fop/image/AbstractFopImage.java

Re: Need advice in implementing signed PDF files

2002-07-22 Thread Keiron Liddle
On Sat, 2002-07-20 at 16:55, Miguel A Paraz wrote: Hi, I've been reading the code and I hope to get some tips. On Wed, Jul 17, 2002 at 02:58:13PM +0200, Keiron Liddle wrote: If I understand it properly you would need to add an Encrypt pdf object that is referenced in the documents

RE: FOP Specialized Classloader

2002-07-22 Thread Keiron Liddle
needs a place to start. Sorry I can't give a definite yes or no answer. Will it be useful, quite possibly. Will it cause trouble, I don't think so. Is it the best solution, no idea. Hope that helps. Keiron. On Fri, 2002-07-19 at 21:09, Rhett Aultman wrote: I'm content being on my own. I just

cvs commit: xml-fop/src/org/apache/fop/pdf PDFDocument.java PDFFunction.java PDFPattern.java PDFResources.java PDFShading.java

2002-07-19 Thread keiron
keiron 2002/07/19 00:16:21 Modified:src/org/apache/fop/pdf PDFDocument.java PDFFunction.java PDFPattern.java PDFResources.java PDFShading.java Log: reuse old patterns and shadings to reduce file size Revision ChangesPath 1.47 +90 -8 xml

RE: font state and associates

2002-07-19 Thread Keiron Liddle
then the code will need to supply these. Mostly it needs to get the various heights and the character widths (look in org.apache.fop.layout.FontMetric). I think the AWTRenderer does this for java fonts already. On Thu, 2002-07-18 at 17:06, Victor Mote wrote: Keiron: I am new to this list, to FOP

Re: Feasibility of creating signed PDF files

2002-07-18 Thread Keiron Liddle
On Wed, 2002-07-17 at 17:55, Miguel A Paraz wrote: Thanks for the reply! My project is simpler - I only have to generate a signature for the stream, not encrypt it. Same principle anyway. I haven't started coding, but there is java.security.Signature.update(byte[]) which is used to

cvs commit: xml-fop/test/resources/fop/svg text.svg

2002-07-18 Thread keiron
keiron 2002/07/18 03:10:26 Modified:test/resources/fop/svg text.svg Log: added a few more text tests Revision ChangesPath 1.4 +12 -0 xml-fop/test/resources/fop/svg/text.svg Index: text.svg

cvs commit: xml-fop/src/org/apache/fop/pdf PDFDocument.java PDFFunction.java

2002-07-18 Thread keiron
keiron 2002/07/18 03:59:58 Modified:src/org/apache/fop/pdf PDFDocument.java PDFFunction.java Log: reuse functions to reduce file size Revision ChangesPath 1.46 +47 -5 xml-fop/src/org/apache/fop/pdf/PDFDocument.java Index: PDFDocument.java

font state and associates

2002-07-18 Thread Keiron Liddle
Hi All, Has anyone looked at the font state stuff. It appears we could make some changes to improve the way fonts are handled. - handle font information easily - handle font lists, resolving on a char basis - reduce number of FontState objects if information is the same (or similar?) - allow

Re: font state and associates

2002-07-18 Thread Keiron Liddle
On Thu, 2002-07-18 at 16:05, Oleg Tkachenko wrote: Keiron Liddle wrote: - handle font lists, resolving on a char basis Do we really need it? It'll slow down rendering. btw, neither xep nor antenna don't support it. Normally it does a lookup on every char anyway. I would have to check

Re: Feasibility of creating signed PDF files

2002-07-17 Thread Keiron Liddle
need to be done: - implement the encrypt pdf object that contains the various dictionary values - implement the PDFFilter that does the encryption, using JCE - organise the configuration for password etc. I hope that answer your quesations. Keiron. On Wed, 2002-07-17 at 12:17, Miguel A Paraz

RE: Usage of UML Diagrams

2002-07-16 Thread Keiron Liddle
integration. Jeremias or Joerg may be able to help you in this area. In particular I believe the renderers will be created using mime types. Once you have some diagrams we can try to sort these things out. Keiron. On Tue, 2002-07-09 at 06:17, RamanaJV wrote: Hi Keiron, We can create a folder

cvs commit: xml-fop/lib ant.LICENSE.txt ant.jar readme

2002-07-12 Thread keiron
keiron 2002/07/12 06:55:50 Modified:lib ant.LICENSE.txt ant.jar readme Log: updated to ant 1.5 also contains TraXLiaison class from optional jar which is required by the style task Revision ChangesPath 1.2 +49 -50xml-fop/lib/ant.LICENSE.txt

cvs commit: xml-fop/test/resources/fop/svg paints.svg

2002-07-10 Thread keiron
keiron 2002/07/10 01:22:25 Modified:src/org/apache/fop/svg PDFGraphics2D.java test/resources/fop/svg paints.svg Log: improved patterns, the contents should be visible now Revision ChangesPath 1.37 +16 -12xml-fop/src/org/apache/fop/svg

cvs commit: xml-fop/conf fop.xconf

2002-07-10 Thread keiron
keiron 2002/07/10 01:59:16 Added: conf fop.xconf Log: start of example configuration file contains default values so that if used will have no effect by default no configuration is needed, only if values need to be changed Revision ChangesPath 1.1

Re: Big problem with printing from adobe Reader 4

2002-07-10 Thread Keiron Liddle
On Tue, 2002-07-09 at 17:52, [EMAIL PROTECTED] wrote: I think i might have found it... good. [snip] one more question, what font is used by the adobe when you don't specify nor embed another font In pdf it must specify a font otherwise it is an error. I presume you mean in FOP. If there

cvs commit: xml-fop/src/org/apache/fop/render/svg SVGRenderer.java

2002-07-09 Thread keiron
keiron 2002/07/09 02:43:15 Modified:src/org/apache/fop/fo XMLObj.java src/org/apache/fop/render/awt AWTRenderer.java src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/render/ps PSRenderer.java src/org/apache

cvs commit: xml-fop/src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFGraphics2D.java

2002-07-09 Thread keiron
keiron 2002/07/09 07:59:03 Modified:src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFGraphics2D.java Log: improved linear and radial gradients Revision ChangesPath 1.19 +4 -3 xml-fop/src/org/apache/fop/svg

cvs commit: xml-fop/src/org/apache/fop/image JimiImage.java

2002-07-08 Thread keiron
keiron 2002/07/08 01:48:26 Modified:src/org/apache/fop/image JimiImage.java Log: fixed compile error Revision ChangesPath 1.12 +3 -3 xml-fop/src/org/apache/fop/image/JimiImage.java Index: JimiImage.java

[REDESIGN] image/svg viewports

2002-07-08 Thread Keiron Liddle
Hi all, I have implemented the inline viewport part for images and instream foreign object. This means that the images can be scaled and aligned in the viewport including the clipping if specified. Still need to sort out things like the writing direction. Keiron

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
Hi Baptiste, What exactly are you trying to achieve. If you want to find out the size of the table that is only known at layout time. The layout is done at the end of the page sequence so if you are hoping to alter some fo object (through SAX or whatever) after the table is laid out then it will

Re: Usage of UML Diagrams

2002-07-08 Thread Keiron Liddle
mean anything. If you feel this could be useful area to explore, go ahead. The tools such as ArgoUML have improved and I just tried it out again. Keiron. On Mon, 2002-07-08 at 16:38, RamanaJV wrote: To FOP Developers, There is a lot amount of work going on and lot of design issues. Since

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
On Mon, 2002-07-08 at 15:14, Baptiste Burgaud wrote: True! Actually I surfed again fop website and I found http://xml.apache.org/fop/design/understanding/renderers.html where is explained how to add a new renderer. So it's what I'm doing to get this Area you talked about. This should work and

cvs commit: xml-fop/src/org/apache/fop/svg PDFTextElementBridge.java

2002-07-04 Thread keiron
keiron 2002/07/04 00:30:02 Modified:src/org/apache/fop/svg PDFTextElementBridge.java Log: prevent npe Revision ChangesPath 1.8 +2 -2 xml-fop/src/org/apache/fop/svg/PDFTextElementBridge.java Index: PDFTextElementBridge.java

cvs commit: xml-fop/src/org/apache/fop/image ImageFactory.java

2002-07-04 Thread keiron
keiron 2002/07/04 00:30:57 Modified:src/org/apache/fop/image ImageFactory.java Log: removed repeated string Revision ChangesPath 1.8 +1 -2 xml-fop/src/org/apache/fop/image/ImageFactory.java Index: ImageFactory.java

Re: Line breaking and Hyphenation

2002-07-04 Thread Keiron Liddle
These (and other) problems are precisely why certain areas have been redesigned. Wouldn't it be better to put the effort into getting the new code to work? On Wed, 2002-07-03 at 10:57, Joerg Pietschmann wrote: I put a StringBuffer into FObjMixed to accumulate consecutive addCharacters()

Re: STATUS OF FOP ? the new re-engineered FOP?

2002-07-04 Thread Keiron Liddle
On Thu, 2002-07-04 at 11:24, [EMAIL PROTECTED] wrote: Hi all, I used the maintenance release of FOP last year and I noticed that there is now a new re-engineered version. How is it, and will i be able to re-use my previous FOP stuff? There isn't a release of the re-engineered version.

Re: CVS problems

2002-07-03 Thread Keiron Liddle
On Wed, 2002-07-03 at 15:44, Peter B. West wrote: Devs, Is anyone else experiencing cvs acces problems? I think the server is down or can't be reached. Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: System.exit stuff

2002-07-02 Thread Keiron Liddle
On Mon, 2002-07-01 at 21:25, J.Pietschmann wrote: Keiron Liddle wrote: You do know that every second person will complain that FOP hangs if you remove this. :/ The exit() Oleg complained about was inserted by me. No problem with removing it, the real exit(0) is in the CommandLineStarter

[REDESIGN] pdf changes

2002-07-02 Thread Keiron Liddle
inside the pattern cannot be added to the document resources. Unfortunately I have broken the xref table and I can't figure out what is wrong. It needs improvement with the gstate dictionaries and testing to ensure objects are not added too early. Keiron

Re: AW: [REDESIGN] pdf changes

2002-07-02 Thread Keiron Liddle
On Tue, 2002-07-02 at 11:48, J.U. Anderegg wrote: Keiron wrote: - added transparency for shapes and alpha mask for images well, what has to be transparent? Background images or overlaying text? - 82 pages: Transparency in PDF, Technical Note #5407, Adobe Developer Technologies xsl:fo

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java

2002-07-01 Thread keiron
keiron 2002/07/01 03:32:33 Modified:src/org/apache/fop/svg SVGElement.java Log: removed unused import Revision ChangesPath 1.28 +1 -2 xml-fop/src/org/apache/fop/svg/SVGElement.java Index: SVGElement.java

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java

2002-07-01 Thread keiron
keiron 2002/07/01 03:33:30 Modified:src/org/apache/fop/svg PDFGraphics2D.java Log: added bounds Revision ChangesPath 1.33 +4 -4 xml-fop/src/org/apache/fop/svg/PDFGraphics2D.java Index: PDFGraphics2D.java

cvs commit: xml-fop/src/org/apache/fop/apps InputHandler.java

2002-07-01 Thread keiron
keiron 2002/07/01 03:38:36 Modified:src/org/apache/fop/apps InputHandler.java Log: unused import Revision ChangesPath 1.7 +1 -5 xml-fop/src/org/apache/fop/apps/InputHandler.java Index: InputHandler.java

cvs commit: xml-fop/src/org/apache/fop/pdf PDFDocument.java PDFPattern.java PDFXObject.java

2002-07-01 Thread keiron
keiron 2002/07/01 03:39:30 Modified:src/org/apache/fop/pdf PDFDocument.java PDFPattern.java PDFXObject.java Log: fixed some minor errors Revision ChangesPath 1.43 +4 -2 xml-fop/src/org/apache/fop/pdf/PDFDocument.java Index

cvs commit: xml-fop/src/org/apache/fop/image ImageFactory.java ImageLoader.java

2002-07-01 Thread keiron
keiron 2002/07/01 03:40:39 Modified:src/org/apache/fop/image ImageFactory.java ImageLoader.java Log: minor cleanup Revision ChangesPath 1.7 +1 -3 xml-fop/src/org/apache/fop/image/ImageFactory.java Index: ImageFactory.java

cvs commit: xml-fop build.xml

2002-07-01 Thread keiron
keiron 2002/07/01 04:03:08 Modified:.build.xml Log: added target for pdf transcoder Revision ChangesPath 1.55 +24 -0 xml-fop/build.xml Index: build.xml === RCS file: /home/cvs/xml

Re: Could not compile

2002-07-01 Thread Keiron Liddle
You probably have your JAVA_HOME pointing to a jre directory. It needs to be a jdk directory that contains extra jars. On Mon, 2002-07-01 at 13:01, RamanaJV wrote: Hi everyone, I'm trying to compile the source files through build.bat and it fails saying the following error

cvs commit: xml-fop/src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFGraphics2D.java PDFTranscoder.java

2002-07-01 Thread keiron
keiron 2002/07/01 07:42:43 Modified:src/org/apache/fop/pdf PDFDocument.java src/org/apache/fop/render/pdf PDFRenderer.java PDFXMLHandler.java src/org/apache/fop/svg PDFDocumentGraphics2D.java

Re: Links between PDFs

2002-07-01 Thread Keiron Liddle
pdf is generated it would need to create a named object at the position of the table, figure etc. So I think it is possible in theory but it is not implemented. Keiron. On Mon, 2002-07-01 at 15:52, Gilles Beaugeais wrote: Hello, Is is possible to create links between identified elements

Re: System.exit stuff

2002-07-01 Thread Keiron Liddle
On Mon, 2002-07-01 at 16:54, Christian Geisert wrote: Simplest solution seems to be to remove System.exit(0) from Fop.java (I'll committ this together with Oleg's patch) You do know that every second person will complain that FOP hangs if you remove this. :/ Christian

cvs commit: xml-fop/test/resources/fop/svg paints.svg

2002-06-28 Thread keiron
keiron 2002/06/27 23:21:29 Modified:test/resources/fop/svg paints.svg Log: added some more complicated fills tests use of resources inside patterns Revision ChangesPath 1.2 +20 -4 xml-fop/test/resources/fop/svg/paints.svg Index: paints.svg

Re: [PATCH] Proper use of font encodings for native fonts

2002-06-28 Thread Keiron Liddle
Hi Rainer, Thanks alot. I have committed the patch. It all looks fine and appears to be working how it should (as far as I can see). Keiron. On Thu, 2002-06-27 at 23:42, Rainer Garus wrote: Attached is the patch for the development version of fop. Some remarks: 1) With ant version 1.4.1

cvs commit: xml-fop/hyph cs.xml

2002-06-28 Thread keiron
keiron 2002/06/28 02:17:27 Added: hyph cs.xml Log: Added czech hyphenation patterns from branch Submitted by: Michal Buchtik [EMAIL PROTECTED] Revision ChangesPath 1.2 +3692 -0 xml-fop/hyph/cs.xml

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java PDFTextElementBridge.java

2002-06-27 Thread keiron
keiron 2002/06/27 04:45:55 Modified:src/org/apache/fop/image AbstractFopImage.java BmpImage.java EPSImage.java FopImage.java GifImage.java JAIImage.java JimiImage.java JpegImage.java src/org/apache/fop/layout

Re: documentation for the maintenance branch

2002-06-27 Thread Keiron Liddle
On Thu, 2002-06-27 at 14:39, Joerg Pietschmann wrote: +1 on omitting the design doc completely in bin distributions. Should probably omit skin source and xsl too. +1 also. I'm not sure about PDF, apparently there are not much requests for this format. What's larger: - PDF - xdocs +

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-24 Thread Keiron Liddle
it is easier to download and use. Keiron. On Thu, 2002-06-13 at 18:10, Christian Geisert wrote: the Release Candidate for 0.20.4 is available at http://xml.apache.org/dist/fop for downloading and testing. - To unsubscribe, e-mail

<    1   2   3   4   5   6   7   8   9   10   >