Re: basedir fix for fop 0.20.4

2002-05-22 Thread Jeremias Maerki
Please attach the patch as attachment to the bugreport. Hopefully, I or someone else will look at it before the release. as you are discussing 0.20.4, I have a fix for bug 7608 (The property baseDir is not used when custom fonts are specified.) The fix works ok for me, and some requests

DO NOT REPLY [Bug 7608] - baseDir property not used when using custom fonts

2002-05-22 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=7608. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Why do links generate multiple rectangles in PDF?

2002-05-22 Thread Adrian Edwards
Can anyone (Arved?) give me a brief explanation of why one fo:basic-link will generate multiple link rectangles (one for each word!) in a PDF rendering? This would seem to have a dramatic effect on the file size of larger PDF documents with many multi-word links. It's such a (seemingly)

Czech hyphenation patterns

2002-05-22 Thread Martin Peina
Hello, I've converted hyphenation patterns for czech language from TeX. Is it possible to add this file to the standard FOP distribution? Martin Perina ?xml version=1.0 encoding=UTF-8? !DOCTYPE hyphenation-info SYSTEM hyphenation.dtd !-- This is CZHYPHEN.TEX, containing czech hyphenation

RE: Czech hyphenation patterns

2002-05-22 Thread Buchtk, Michal
I convert it some weeks before and it's already commited. --Czech --- Zdravim, 3.5. jsem poslal to same a uz je to v CVS fop-0_20_2-maintain ale su rad ze ze je tu jeste nekdo od nas kdo se o fop zajima :-)) Michal Buchtik -Original

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

2002-05-22 Thread keiron
keiron 02/05/22 01:16:19 Modified:src/org/apache/fop/svg PDFGraphics2D.java Log: patch to prevent the same image being inserted multiple times into pdf graphics Submitted by: Paul Reavis [EMAIL PROTECTED] Revision ChangesPath 1.26 +114 -84

Re: diff: PDFGraphics2D.drawImage() with cached xObjectNum

2002-05-22 Thread Keiron Liddle
Thanks Paul. I have committed this patch. On Tue, 2002-05-21 at 17:07, Paul Reavis wrote: I generated the attached using cvs diff; I hope that is sufficient. I seemed to have some problems but nothing I couldn't handle. Keiron.

Re: diffs for on-the-fly image support

2002-05-22 Thread Keiron Liddle
Yes the several patches is good, thanks. This way the appropriate ones can be applied to both code bases. I agree that 3 is probably better and should be done for the development code. 1 is suitable for a quick solution for the maintenance branch. As for the extension, this is really for the

RE: Czech hyphenation patterns

2002-05-22 Thread Martin Peina
On St, 2002-05-22 at 10:17, Buchtk, Michal wrote: I convert it some weeks before and it's already commited. Well, I can find it in branch 0.20.2-maintain, but it's not in 0.20.3. It it possible to merge it to the new branch for FOP 0.20.4? --Czech

RE: TIFFRenderer

2002-05-22 Thread Ralph LaChance
At 04:31 PM 5/21/02, you wrote: Are the AWTRenderer spacing fixes in a release version of FOP? If so, which version? No; but my understanding is that it is now committed to cvs - at least in the maint branch, in what will be the upcoming 0.20.4 maint release. The change is confined one method

RE: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread Arved Sandstrom
Hi, Adrian It's been quite a while but I recall that at the time that basic-link code was written (long enough ago that they were still called simple-links) there was an option to choose between link rectangles per word, which aws intended more as a debugging setting, or combining link

Re: build changes

2002-05-22 Thread Keiron Liddle
On Tue, 2002-05-21 at 05:46, Peter B. West wrote: Ladies and gentlemen, boys and girls, What's the state of play now with the changes to the build system? Has the elimination of Xalan1 been completed? Who's doing what there? I am planning to throw a branch off HEAD to tinker with at

Re: column width in percent

2002-05-22 Thread joseph . aloysius . gilvary
J.Pietschmann wrote: Juergen Lippold wrote: in my xml-document I'm using a value for the column-width in a table. But this is a fixed value. Is it possible to work with values in percent of the table-width? Not implemented yet. There is one solution with the right direction to use a

Re: diffs for on-the-fly image support

2002-05-22 Thread Paul Reavis
Keiron Liddle ([EMAIL PROTECTED]) wrote To FOP on Wed, May 22, 2002 at 10:30:45AM +0200: Yes the several patches is good, thanks. This way the appropriate ones can be applied to both code bases. I agree that 3 is probably better and should be done for the development code. 1 is suitable

RE: Japanese char support by FOP or not...

2002-05-22 Thread Anil Kumar Mishra
Hi, I tried to add a Japanese font in the userconfig.xml as per the details approach written ith following side. http://www.zvon.org/HowTo/Output/cid-fonts.pdf But when I am trying to compile a fo file it's giving the following error. D:\FOP\Fop-0.20.3rcC:\jdk1.3\bin\java -cp

Re: basedir fix for fop 0.20.4

2002-05-22 Thread Christian Geisert
Jeremias Maerki schrieb: Please attach the patch as attachment to the bugreport. Hopefully, I or someone else will look at it before the release. There is already another patch which seems to adress this (and more?): http://marc.theaimsgroup.com/?l=fop-devm=102036672926722w=2 Yes, this

Re: diffs for on-the-fly image support

2002-05-22 Thread Keiron Liddle
A normal cvs checkout gives you the development, which is different from current maintenance releases. What you are describing can definitely be done with an extension (in the devel code only, so this is for later). in your fo: instream-foreign-object width=.. height=.. myImage xmlns=my-space

Re: Japanese char support by FOP or not...

2002-05-22 Thread J.Pietschmann
Anil Kumar Mishra wrote: I tried to add a Japanese font in the userconfig.xml as per the details approach written ith following side. http://www.zvon.org/HowTo/Output/cid-fonts.pdf But when I am trying to compile a fo file it's giving the following error.

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

2002-05-22 Thread klease
klease 02/05/22 13:19:28 Modified:src/org/apache/fop/fo TextInfo.java Log: Add hyphenation related property Revision ChangesPath 1.4 +2 -1 xml-fop/src/org/apache/fop/fo/TextInfo.java Index: TextInfo.java

cvs commit: xml-fop/src/org/apache/fop/layoutmgr HyphContext.java AbstractBPLayoutManager.java BPLayoutManager.java BreakPoss.java BreakPossPosIter.java InlineStackingBPLayoutManager.java LayoutContext.java LineBPLayoutManager.java PositionIterator.java TextBPLayoutManager.java

2002-05-22 Thread klease
klease 02/05/22 13:20:50 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java BPLayoutManager.java BreakPoss.java BreakPossPosIter.java InlineStackingBPLayoutManager.java

Latest version (f) of FO Schema

2002-05-22 Thread Chuck Paussa
Here's the latest version. I've better organized the comments and cleaned up some things. I haven't coded for the possibility of including functions in attribute values. Which functions has FOP implemented? Also, Can I assume that the following is true? 1. All functions that return object

Re: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread J.Pietschmann
Arved Sandstrom wrote: So that's your answer. :-) The multiple linked areas are an ancient debugging artifact, that seems to have become the norm. The annoying part is that the link area excludes the whitespace between the words. Or is this intentional? Line breaks and in particular

DO NOT REPLY [Bug 9332] New: - Build fails due to J:\fop-0.20.3\build.xml:293: Could not read filters from file: J:\fop-0.20.3\build\src\codegen\filter

2002-05-22 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=9332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8661] - FOP 0.20.3 Not running on solaris 2.6 / jdk 1.3.0

2002-05-22 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=8661. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9335] New: - fo:basic-link generates multiple linked rectangles in PDF

2002-05-22 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=9335. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread Adrian Edwards
Thanks Arved, That sounds far more promising than I had hoped. I thought that it might have had something to do with making it easier to wrap links that spanned multiple lines... Does your response mean that the code to join (or not split) the linked rectangles would still in their somewhere

RE: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread Arved Sandstrom
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: May 22, 2002 6:07 PM To: [EMAIL PROTECTED] Subject: Re: Why do links generate multiple rectangles in PDF? Arved Sandstrom wrote: So that's your answer. :-) The multiple linked areas are an ancient debugging

RE: PS Renderer patch

2002-05-22 Thread Huikang Xu
Hi We are using FOP to generate PostScript and PDF file by XSL. It works fine. But we also found a little minor difference compare ps to pdf, such as, the position and size of border, table and font, the vertical position of image. You can test that with docs/examples/fo/border.fo by printing

RE: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread Adrian Edwards
You are right, simply adding: -Dlinks.merge=yes to the command line results in one link rectangle per line, just as would be expected. My test file reduced in size from 1,659 KB to 368 KB! FYI, this XSL-FO doc has 1290 fo:basic-links, all multi-word. You are also right that it would be

RE: Japanese char support by FOP or not...

2002-05-22 Thread Anil Kumar Mishra
Thanks a lot yaar... I am able to solve the problem... Now I am getting the Japanese character in my pdf document... Thanks a lot again Anil Mishra -Original Message- From: J.Pietschmann [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 1:48 AM To: [EMAIL

Re: build changes

2002-05-22 Thread Keiron Liddle
On Wed, 2002-05-22 at 17:30, Peter B. West wrote: Are you *trying* to annoy me, or does it just happen? I don't want to jump to conclusions. Relax, I'm not trying to annoy you. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: PS Renderer patch

2002-05-22 Thread Jeremias Maerki
Sure, that's great. All you have to do is make your changes against the current CVS, create a unified diff with CVS and send it to this list or create a new bugzilla entry with the diff as attachment. We will then see to include it as fast as possible. See here for more information:

Re: Getting Progress Feedback

2002-05-22 Thread Jeremias Maerki
Everything you need should be in there. See http://xml.apache.org/fop/embedding.html (under Getting information on the rendering process) for instructions how to get end results from the rendering process. To report the progress to the user, you could intercept the logging messages from FOP.