[Bug 2297] New: - Japanese Kanji SPACE does not show correctly

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2297 *** shadow/2297 Sat Jun 23 00:08:18 2001 --- shadow/2297.tmp.27884 Sat Jun 23 00:08:18 2001 *** *** 0 --- 1,25 + ++ + | Japanese Kanji SP

[Bug 2296] New: - Calling Fop through a servlet

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2296 *** shadow/2296 Fri Jun 22 17:31:48 2001 --- shadow/2296.tmp.24499 Fri Jun 22 17:31:48 2001 *** *** 0 --- 1,63 + ++ + | Calling Fop throug

RE: PostScript Renderer

2001-06-22 Thread Arved_37
Yeah, I was pretty impressed myself. Concept to realization, for complete SVG->PS renderer, in 45 minutes. :-) Now THAT is extreme programming! Regards, Arved Sandstrom Quoting Art Welch <[EMAIL PROTECTED]>: > Wow, that was fast. I was thinking that if I ever get to JDK 1.2+ I would > try to ge

Re: External links

2001-06-22 Thread Arved_37
Quoting Braniganz <[EMAIL PROTECTED]>: > When I transform to PDF a XSL-FO file that contain the next, using > Fop-0.18.1-DEV > > external-destination="http://www.mikeoldfield.org"; > text-decoration="underline"> > Web: > http://www.mikeoldfield.org > > > this error happens: "FATAL

Page break problem in FOP 0.19.0

2001-06-22 Thread Qi Chen
Title: Page break problem in FOP 0.19.0 I have nested tables in my FO files and used to have premature page breaks with FOP 0.18.1. After downloading the source code through CVS and building fop.jar, the pages are properly generated. I downloaded the source through CVS on 6/5/2001. But after

RE: Modification in line placement

2001-06-22 Thread John Wyman
Karen, Could you email me the fix, I'm really in a bind, and need to work on my style sheets and can't as long as this item is outstanding. Thanks John John H. Wyman 5160 Darry Lane Dublin, OH 43016 (614)-889-0698 [EMAIL PROTECTED] Wyman Genealogy Site

RE: PostScript Renderer

2001-06-22 Thread Art Welch
Wow, that was fast. I was thinking that if I ever get to JDK 1.2+ I would try to get the PCLRenderer working with Batik. I had been thinking that this would be a bit of a project. I guess it should not be that bad... especially since I can cheat and look at what you did for PS. Art -Original

RE: Text-Transform

2001-06-22 Thread John Wyman
Yes, It does work under .12, I hacked the code to put it in as font-variant for now. I'll try the XSLT translate. Thanks John John H. Wyman 5160 Darry Lane Dublin, OH 43016 (614)-889-0698 [EMAIL PROTECTED] Wyman Genealogy Site Francis Wyman Assoc

[Bug 2289] New: - Opening files with Adobe Acrobat Version 5 generates error message

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2289 *** shadow/2289 Fri Jun 22 10:53:06 2001 --- shadow/2289.tmp.20998 Fri Jun 22 10:53:07 2001 *** *** 0 --- 1,21 + ++ + | Opening files with

RE: Help in XML Rendering to PostScript

2001-06-22 Thread Art Welch
I think that it is probably most likely that something is altering the escape characters in the print stream before the printer gets it. The text renderer of course has no escape characters in it's output. If your printer was PS only then the plain text output would not have printed correctly eit

External links

2001-06-22 Thread Braniganz
Hi, When I transform to PDF a XSL-FO file that contain the next, using Fop-0.18.1-DEV http://www.mikeoldfield.org"; text-decoration="underline"> Web: http://www.mikeoldfield.org this error happens: "FATAL ERROR: basic-link can't be directly under flow" Thanks --

Re: Re[2]: Out of Memory Error

2001-06-22 Thread Arved_37
I agree, when big patches are involved, for some reasonable definition of "big". I think Alex McLintock's suggestion is best - we have 2 lists, one for users and the existing one for developers only. Smaller patches, I think, should still go to the fop-dev list; my reasoning here is that committe

RE: Help in XML Rendering to PostScript

2001-06-22 Thread Art Welch
That is very strange. I know that the HP LaserJet 6P supports PCL. In fact, didn't you say that you had printed to this printer previously by sending the output to a file and then copying the file to the printer? If not, then you may want to try that just as a sanity check. The only thing that com

Re: Text-Transform

2001-06-22 Thread Christian Geisert
> John Wyman wrote: > > I need to produce all capital output from possibly mixed input text, and the > text-transform="uppercase" seems to generate a not supported warning, this > used to work in .12, am I doing something wrong ? Are you really sure that it worked with FOP 0.12 ? It is not suppo

inline padding

2001-06-22 Thread Williamson, James
Title: inline padding Hi All, Tell me to RTFM but is it possible to 'pad' inline elements, I'm trying to achieve something like this: Name:       Mr Fred Bloggs using something like this: Name Mr Fred Bloggs I've tried all the tricks I know, padding-left, padding-right, marg

Fonts and FOP

2001-06-22 Thread Ricardo Coutinho
Hi all Thanks for the help with embedding fonts. I finally got it working using the latest CVS version. As for the error I mentioned below, it seems that currentFObj variable in the FOTreeBuilder class is either not being set or is being set to null while processing and this was causing the error

Re: PostScript Renderer

2001-06-22 Thread Keiron Liddle
On Fri, 22 Jun 2001 10:03:22 Keiron Liddle wrote: > > I might also have a look at the svg rendering. > I have added an svg renderer for the postscript. This is unfinished since as I haven't bothered to work out a replacement for the quad-to command (which means text won't work) and I haven't

cvs commit: xml-fop/src/org/apache/fop/render/ps PSGraphics2D.java PSRenderer.java

2001-06-22 Thread keiron
keiron 01/06/22 07:16:48 Modified:src/org/apache/fop/render/ps PSRenderer.java Added: src/org/apache/fop/render/ps PSGraphics2D.java Log: added support for rendering SVG graphics to ps not fully functional Revision ChangesPath 1.2 +210 -5xml-fop/src/

RE: Help in XML Rendering to PostScript

2001-06-22 Thread avespa
In terms of the solution for streaming to an LPT port or network printer, is there a way to catch an error if this fails? Lets say I have a network printer and it is offline, how can I know if it worked or not? It's a blind process. Thanks! -Original Message- From: Hitesh Bagchi [mai

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

2001-06-22 Thread keiron
keiron 01/06/22 06:31:03 Modified:src/org/apache/fop/svg SVGElement.java Log: sets the context url properly (with baseDir) Revision ChangesPath 1.6 +5 -2 xml-fop/src/org/apache/fop/svg/SVGElement.java Index: SVGElement.java

Re: Code conventions

2001-06-22 Thread Weiqi Gao
On 22 Jun 2001 11:37:27 +0100, Alex McLintock wrote: > > My suggestion for this is that if you are editing a file and you > see formating which needs doing you might like to do the > formatting - submit a version into CVS, and then carry on with your > changes - or Vice Versa. > It is much easie

RE: Help please with Fonts and FOP : FW: Adding additional fonts to FOP 0.17.0

2001-06-22 Thread Ricardo Coutinho
I tried to run the fop process using the latest CVS version, however i get the following error now D:\TEMP\FOP>fop -c D:\TEMP\FOP\build\classes\conf\userconfig.xml -xml d:\dev\xml\myfile3.xml -xsl d:\dev\xml\miragepdf_.xsl -pdf out.pdf D:\TEMP\FOP>java -cp fop.jar;lib\batik.jar;lib\xalan-2.0.0.

Problem in Running Header

2001-06-22 Thread peti ban
hi fop users I am generating PDF from server site with Cocoon 1.8, it is apperaing allright but my running header wont appear. pls let me know where I am going wrong, my XSL for the header reads like this:

Re: Help please with Fonts and FOP : FW: Adding additional fonts to FOP 0.17.0

2001-06-22 Thread Petr Andrs
I have some experience with embedding TTF to be able use special characters used across central an eastern Europe which are not covered by WinAnsiEncoding. I recommend you to use recent CVS version since there were some bugs concerning TTFs which were fixed two weeks ago. Some more comments ar

Re: Code conventions

2001-06-22 Thread Alex McLintock
> > Is there a document somewhere defining these things? I thought there were java coding standards which covered the whole of Apache Software Foundation? H I suppose I ought to hunt for a URL. The turbine people have discussed this to death - Since they are writing a Java library (or sui

Patches being posted to the list

2001-06-22 Thread Alex McLintock
Can I suggest that we create the fop-user mailing list for those people who want to *use* fop, but don't want to see patches, and leave fop-dev for those who do want to develop fop - and probably ought to receive patches whether or not they are a committer. Alex (PS - feel free to email me with

Re: PostScript Renderer

2001-06-22 Thread Keiron Liddle
The Prostscript renderer is committed and working, at least for simple examples. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Help please with Fonts and FOP : FW: Adding additional fonts to FOP 0.17.0

2001-06-22 Thread Ricardo Coutinho
Hi I posted this message a couple of days back regarding adding additional fonts to FOP. Unfortunately I did not get much response to my problem. Can someone please give me a few pointers on how to get wround my problem. Thanks in advance Ricardo Coutinho -Original Message- From: R

[Bug 2279] New: - block-container property "position" does not exist

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2279 *** shadow/2279 Fri Jun 22 02:26:22 2001 --- shadow/2279.tmp.18640 Fri Jun 22 02:26:22 2001 *** *** 0 --- 1,19 + ++ + | block-container pr

cvs commit: xml-fop/src/org/apache/fop/render/ps ASCII85EncodeFilter.java ASCIIHexEncodeFilter.java Filter.java FilterThread.java FlateEncodeFilter.java PSRenderer.java PSStream.java

2001-06-22 Thread keiron
keiron 01/06/22 02:08:51 Added: src/org/apache/fop/render/ps ASCII85EncodeFilter.java ASCIIHexEncodeFilter.java Filter.java FilterThread.java FlateEncodeFilter.java PSRenderer.java PSStream.java Log: New addi

cvs commit: xml-fop/src/org/apache/fop/fo/pagination PageSequence.java Root.java

2001-06-22 Thread keiron
keiron 01/06/22 01:52:08 Modified:src/org/apache/fop/fo/pagination PageSequence.java Root.java Log: should handle page number properly, with threads and multiple page sequences also cleaned up code Submitted by: Jeremias Maerki <[EMAIL PROTECTED]> Revision ChangesPa

cvs commit: xml-fop/src/org/apache/fop/render/ps - New directory

2001-06-22 Thread keiron
keiron 01/06/22 01:30:37 xml-fop/src/org/apache/fop/render/ps - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PostScript Renderer

2001-06-22 Thread Keiron Liddle
I'll commit this for you. Thanks for the good work. I might also have a look at the svg rendering. On Thu, 21 Jun 2001 22:38:50 Jeremias Maerki wrote: > Hi all > > As promised I'm posting the PostScript renderer I started in March. I > adapted it to the current CVS version. I've run a few test

Re: Help in XML Rendering to PostScript

2001-06-22 Thread Hitesh Bagchi
also if I use driver.setRenderer(Driver.RENDER_TXT); and send the output to the printer straight away the printer is able to understand the output and is able to print the text output. But the quality of the output falls far short of what a pdf output can provide. Thanks, Hitesh Hitesh Bagc

Re: Code conventions

2001-06-22 Thread Keiron Liddle
On Thu, 21 Jun 2001 22:38:57 Jeremias Maerki wrote: > Hi again > > When looking at the FOP source I encounter a lot of inconsistencies > concerning tabs and spaces. Can we (or rather the committers) please > agree on how to configure our editors to produce good-looking code? I'd > like to propos

[Bug 2278] - left indent after table

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2278 *** shadow/2278 Fri Jun 22 00:40:43 2001 --- shadow/2278.tmp.18528 Fri Jun 22 00:43:24 2001 *** *** 41,43 --- 41,47 if somebody could tell me if this is a bug in fop or a bug in my stylesheet i would greatl

Re: Help in XML Rendering to PostScript

2001-06-22 Thread Hitesh Bagchi
I used the following piece of code to send the pcl output to the printer(HP Laser Jet 6P/6MP network printer): FileOutputStream fos = new FileOutputStream("Melstar\\Melprn"); Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PCL); driver.addElementMapping("org.apache.fop.

[Bug 2278] New: - left indent after table

2001-06-22 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2278 *** shadow/2278 Fri Jun 22 00:40:43 2001 --- shadow/2278.tmp.18516 Fri Jun 22 00:40:43 2001 *** *** 0 --- 1,43 + ++ + | left indent after