Re: Out of Memory Error

2001-06-20 Thread Seshadri G.K.
Yup, I have sent it to Arved, for committing. I can post u a copy if u want. seshadri - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Eugene Nedzvetsky <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 12:30 AM Subject: Re: Out of Memory Error > Hi, Eugene > >

Re: Help in XML Rendering to PostScript

2001-06-20 Thread Hitesh Bagchi
I am using windows NT and I am trying to print the PCL output directly to the printer which is a HP Laser Jet 6P/6MP network printer from my application. Here is my piece of code : >>- FileOutputSt

Background Image

2001-06-20 Thread SanjaLaketa
Hello, Since background-image property is not supported yet, is there any other way of displaying background image? Is it possible to use fo:external-graphic or something else to imbed image into every single page? If it is, could someone please tell me how to do this? thanks, sanja The back-

RE: Modification in line placement

2001-06-20 Thread John Wyman
If it fixes my problem, (selfishly asking) do it. John H. Wyman 5160 Darry Lane Dublin, OH 43016 (614)-889-0698 [EMAIL PROTECTED] Wyman Genealogy Site Francis Wyman Assoc email List http://groups.yahoo.com/group/FrancisWymanAssoc Wyman Family Gen

Modification in line placement

2001-06-20 Thread Karen Lease
Hi, While debugging a strange problem from John Wyman recently, I discovered an inconsistency in how we decide whether a block area has room for another line of text. It works differently on the first line in the block from the remaining lines. This isn't necessarily stupid, at least for some li

Redesign ideas

2001-06-20 Thread Karen Lease
Hi all, Here is a contribution to the redesign vs. maintenance thread on FOP. I've split my ideas into two parts: work which is somewhat independent of redesign and the redesign itself. Here goes! WORK WHICH IS SOMEWHAT INDEPENDENT OF REDESIGN It seems like there is fairly broad agreement that w

Re: Border problems

2001-06-20 Thread Karen Lease
Hi Weiqi, A few weeks ago, you asked some questions about cell borders. You'll probably notice now that using border-collapse="collapse" works better, thanks to Ivan Demakov's recently contributed fix. However you made another observation which I finally got around to checking out: You wrote, sp

RE: How to Pass xml and xsl to servlet

2001-06-20 Thread Kelly Campbell
It sounds like you just need to run a transform using Xalan on the xml to get the FO tree, and pass that FO tree to FOP using Driver.setInputSource(). See the Xalan web page for examples of doing the tranform programatically. -Kelly > -Original Message- > From: sravan kumar [mailto:[EMAI

RE: How to Pass xml and xsl to servlet

2001-06-20 Thread Pouliot, Brian R.
Well, you can pass them as URL parameters: http://www.yourdomain.com/servet/yourservet?path=d:/webliogic/s1.xml Or, you can pass it as a servlet parameter from the servlet engine. If your servlet engine supports the Servlet 2.2 API, you will specify this in the web.xml file. The web.xml file

How to Pass xml and xsl to servlet

2001-06-20 Thread sravan kumar
Hi All, I am facing a problem can any one help me out here, I have written a servlet which takes xml and xsl as parameters(here i have hardcoded it i.e path =d:/webliogic/s1.xml) to generate the pdf file, Can any one tell me how should i pass the xml and xsl files as parameters dynamically instea

Re: Aligning the footer to bottom of page

2001-06-20 Thread Wabei
I reduced the margin-bottom t0 zero and that still did not work. I will try and see if I can specify an absolute position on the page for the footer. Thanks for the feedback. Wabei --- Hoang Nam <[EMAIL PROTECTED]> wrote: > I have the same problem because for now, the > property vertical-alig

Re: Aligning the footer to bottom of page

2001-06-20 Thread Hoang Nam
I have the same problem because for now, the property vertical-align is not implemented in FOP yet. Try to reduce the margin-bottom ! - Original Message - From: "Wabei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 9:40 PM Subject: Aligning the footer to botto

Re: A line in white

2001-06-20 Thread Hoang Nam
Use white-space-collpase property with an espace : - Original Message - From: "Braniganz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 20, 2000 7:32 PM Subject: Re: A line in white > > Did you try > > > > I would to know what is the tag that it does what d

[Bug 2255] New: - [Patch] Load required file using the Context Class Loader (needed for Cocoon2)

2001-06-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2255 *** shadow/2255 Wed Jun 20 13:40:54 2001 --- shadow/2255.tmp.6472Wed Jun 20 13:40:54 2001 *** *** 0 --- 1,38 + ++ + | [Patch] Load requi

Aligning the footer to bottom of page

2001-06-20 Thread Wabei
Hello lister, I am having trouble aligning my footer to the bottom of the page. When I have a extent = 1cm, it prints only about 1 line at the bottom, when I increase the extent to 10cm to fit all the lines in my footer, it moves the footer up on the page. Any ideas on how to fix this??? I was

RE: Printing on legal paper instead of letter

2001-06-20 Thread Wabei
Hi Arved, Thanks for the suggestions, I went ahead and corrected that. I finally figured out why, it turned out it is something to do with printing in Unix to an HP printer, you have to have the -o option when using the lp command to print. Thanks again Wabei > > Hi, Wabei > > One problem is

Re: Please help with block breaks

2001-06-20 Thread Eric Dalquist
Unfortunately I do not think any of the keep-* attributes work. At least not as of FOP 0.18.1 if you read the page: http://xml.apache.org/fop/implemented.html the only keep-* attribute listed is keep-with-next and it has (broken) next to it. I have also tried these using the keep-* tags with no su

Re: Out of Memory Error

2001-06-20 Thread Arved_37
Hi, Eugene I'm currently on course in Silicon Valley, and won't be back home until Sunday. I'll be happy to investigate this further at that time, and report back. Odds are that Seshadri GK will also be on top of this. Regards, Arved Quoting Eugene Nedzvetsky <[EMAIL PROTECTED]>: > Hello Arved

Please help with block breaks

2001-06-20 Thread Heidi Gerken
I implore any member of this list to give me an answer to my question. Does keep-with-next, keep-with-previous, keep-together or keep-together.within-page work with blocks or list-blocks? If so, how should it be implemented? I have a series of 4 list blocks, like the one below, inside a parent blo

Re: update of xml libs?

2001-06-20 Thread Arved_37
Quoting Kelly Campbell <[EMAIL PROTECTED]>: > I am wondering if anyone objects to an update of our bundled dependencies: > > Xerces 1.2.3 -> 1.4.0 > Xalan 2.0.0 -> 2.1.1-dev (neccessary to fix the Gump build issues Scott > and I have been discussing), should be upgraded to a final released ver

RE: Help in XML Rendering to PostScript

2001-06-20 Thread avespa
Hello, I am using FOP from within a java application and writing a PCL file. I then pass that PCL file to the LPT port for printing. I want to be able to render it as Postscript, not PCL. Any advice or insight you have into post script or direct printing would be gratefully appreciated! Tony

RE: Help in XML Rendering to PostScript

2001-06-20 Thread Art Welch
I thought that I had answered a question about direct printing PCL recently. If you will tell me what platform you are using (Windows/Unix) and how you are invoking FOP (application or command line). I will try to answer this. Art -Original Message- From: Hitesh Bagchi [mailto:[EMAIL PRO

Re: A line in white

2001-06-20 Thread Braniganz
> Did you try > I would to know what is the tag that it does what does in HTML, go to > the next line. > > Thanks When I do the transformation to PDF (With Fop 0.18.1) it doesn't appear a empty line Thanks - T

Re[2]: Out of Memory Error

2001-06-20 Thread Eugene Nedzvetsky
Hello Alain, Wednesday, June 20, 2001, 7:19:33 PM, you wrote: AF> Eugene wrote: >> Command line : >> E:\fop10>java -cp AF> build\fop.jar;lib\batik.jar;lib\xalan.jar;lib\xerces.jar;lib\jimi-1.0.jar >> org.apache.fop.apps.Fop -buf mybuffer.buf -fo xsl_fo.xml -pdf x.pdf AF> It does not mat

RE: Adding additional fonts to FOP 0.17.0

2001-06-20 Thread Alain Fagot
> 2 I managed to generate the metrics file using the latest > Fop-0.19.0-CVS version (I downloaded today) and tha worked. Then you should forget about all you knew about adding fonts to FOP 0.17.0 since you now only need to edit the conf/userconfig.xml file to put your new fonts there.

RE: Out of Memory Error

2001-06-20 Thread Alain Fagot
Eugene wrote: > Command line : > E:\fop10>java -cp build\fop.jar;lib\batik.jar;lib\xalan.jar;lib\xerces.jar;lib\jimi-1.0.jar > org.apache.fop.apps.Fop -buf mybuffer.buf -fo xsl_fo.xml -pdf x.pdf It does not matter how many memory your computer have. You should give it to Java. Without a

update of xml libs?

2001-06-20 Thread Kelly Campbell
I am wondering if anyone objects to an update of our bundled dependencies: Xerces 1.2.3 -> 1.4.0 Xalan 2.0.0 -> 2.1.1-dev (neccessary to fix the Gump build issues Scott and I have been discussing), should be upgraded to a final released version of xalan-2.1.1 or 2.2.0 (whatever they decide to c

FOP .19 problem on AS/400 platform

2001-06-20 Thread vincent van der linden
Dear developers, We are using fop for a while on our IBM AS/400 midrange system. A recompiled Fop 18.1 (with font support fix) is the recent installed version. Today i installad version .19 on my pc and on the AS/400, on the pc it's working good but on the AS/400 it gives errors and i can'

Adding additional fonts to FOP 0.17.0

2001-06-20 Thread Ricardo Coutinho
Hi all I am trying to use additional fonts as part in my PDF creation process. However I am getting a number of errors/funnies which is making my life difficult. 1. I get the error below when trying to generate the font metrics file for the Arial font. TTF Reader v1.0 Reading D:\winnt\fonts\ari

PDFTranscoder

2001-06-20 Thread Thieler Jens
On Tue, 19 Jun 2001 Keiron Liddle answered: >> Can org.apache.fop.svg.PDFDocumentGraphics2D be used in a way similar to >> org.apache.batik.svggen.SVGGraphics2D? >> (I hope someone has got the urge to provide me with an example before I >> start to play with it.) > > If I understand your question

RE: Problem with Redirect patch for fop codegen

2001-06-20 Thread Scott_Boag
OK, I have commented it back in. You'll have to play with it a bit. It would be good to have these changes done as soon as possible on your side, so we can make sure Gump is happy. -scott

cell alignment problems

2001-06-20 Thread Erik Rehrmann
Hi all, I've encountered difficulties using alignment within tables rows. I attached a modified table.fo example to point out the problem. The text in the second table row is to long for the defined column width, so it is wrapped correctly. Now I want the text of the whole row aligned to the bo

RE: SVG to PDf - images

2001-06-20 Thread Keiron Liddle
On Wed, 20 Jun 2001 13:51:57 Brigette Muller wrote: > Keiron, > > Which version of Acrobat/Reader are you using to view the pdf? (I have > 5.0) > I can send you the PDF I have, but it is too large to send to the > mailing list. I would be interested in your generated pdf, to see if I > can view

Re: page-sequence is missing an sequence-specification Still inwont help

2001-06-20 Thread Weiqi Gao
On 19 Jun 2001 23:04:21 -0600, peti ban wrote: > > I have used both the help of John and Weiqi, but it gives me the > same error of page-sequence is missing an sequence-specification > as I stated in my first mail. Peti, I saved the .fo file you posted at the beginning of this thread, and run i

RE: FOP - arbitrary page break

2001-06-20 Thread Williamson, James
Title: FOP - arbitrary page break Andrea,   I can't thank you enough, works fine now.   Regards,   James Williamson -Original Message-From: Greiner, Andrea [mailto:[EMAIL PROTECTED]]Sent: 20 June 2001 11:44To: '[EMAIL PROTECTED]'Subject: AW: FOP - arbitrary page break H

AW: FOP - arbitrary page break

2001-06-20 Thread Greiner, Andrea
Title: FOP - arbitrary page break Hello,   I have had the same problem. Downloading a newer cvs-file I got rid of this problem. Now there are others...   Andrea Greiner -Ursprüngliche Nachricht-Von: Williamson, James [mailto:[EMAIL PROTECTED]]Gesendet: Mittwoch, 20. Juni 2001

FOP - arbitrary page break

2001-06-20 Thread Williamson, James
Title: FOP - arbitrary page break <> Hi all, Just wondered if anyone has encountered a similar problem. I'm using FOP 0.18.1 on a W2K machine and am running into serious difficulty (getting absolutely infuriated) when it comes to page breaks; I've using a nested table within a table to or

problems with text in table-cells

2001-06-20 Thread Greiner, Andrea
Hello, I've got a new Version of fop two weeks ago. And I'm really happy, that page-breaks don't split tables anymore (using keep-with-next.within-page="always"). BUT Now I have the problem, that text which is longer than table-cell-width covers neighbour-cells. There are no more linebreaks int

RE: hyperlink

2001-06-20 Thread GALLO Jean-Claude
try link ... compute the mail address ... mailto:{$URL}";> ... compute the visible text of the link bye -Message d'origine- De: Frédéric Jacquet [mailto:[EMAIL PROTECTED]] Date: 19 June 2001 22:29 À: Fop-Dev Objet: hyperlink Is it possible to specify in fo to create mailto or h

RE: A line in white

2001-06-20 Thread GALLO Jean-Claude
Did you try -Message d'origine- De: Braniganz [mailto:[EMAIL PROTECTED]] Date: 20 June 2000 11:32 À: fop-dev Objet: A line in white Hi, I would to know what is the tag that it does what does in HTML, go to the next line. Thanks -

A line in white

2001-06-20 Thread Braniganz
Hi, I would to know what is the tag that it does what does in HTML, go to the next line. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-06-20 Thread keiron
keiron 01/06/20 02:17:40 Modified:src/org/apache/fop/svg SVGObj.java Added: src/org/apache/fop/svg XMLObj.java Log: allows better for other xml data Revision ChangesPath 1.5 +4 -91 xml-fop/src/org/apache/fop/svg/SVGObj.java Index: SVGObj.java ==

cvs commit: xml-fop/src/codegen elements.xsl

2001-06-20 Thread keiron
keiron 01/06/20 01:45:00 Modified:src/codegen elements.xsl Log: some independance improvements Revision ChangesPath 1.3 +15 -7 xml-fop/src/codegen/elements.xsl Index: elements.xsl === RCS

RE: Printing PDF using FOP...

2001-06-20 Thread Denis Kranjcec
If you can print your pdf manually from reader then you should be able to print it from application also. Maybe you choose wrong driver when you run reader. Denis -Original Message- From: Hitesh Bagchi [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 16, 2001 9:30 AM To: [EMAIL PROTECTED]

Re: Printing PDF using FOP...

2001-06-20 Thread Hitesh Bagchi
thanks denis. but when i try this from my application it is printing all junk characters. Maybe my printer doesn't understand a PDF stream. It is a HP Laser Jet 6P/6MP printer. Thanks, Hitesh Denis Kranjcec wrote: > I'm printing with acrobat reader 4.0 > > here is print.bat that I call from my