image align

2001-11-13 Thread Amit Kirdatt
How do you align images..for example at start, end, center of the page etc. This is what my image block looks like fo:external-graphic src="http://localhost:8080/some.gif" content-height="3cm" content-width="8cm" / I tried "align=left" but that dosen't work and I tried other things but no

Re: image align

2001-11-13 Thread Amit Kirdatt
According to the short reference, you use before, center, or after. Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 -Original Message-From: Amit Kirdatt [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 13, 2001 12:37 PMTo: Fop FopSubject: image align

Re: image align

2001-11-13 Thread Amit Kirdatt
raphic src="d:\fop-bin\fop\logo.gif" display-align="after"/ where you put how you want it aligned in the display-align field. In addition you can create a table, if you have text on the same line as the logo graphic. Paul Branham [EMAIL PROTECTED] 24/7 Medi

Date

2001-11-13 Thread Amit Kirdatt
How do you insert todays date Is there something similar to page-number fo:page-number\ I tried fo:date\ that dosen't work. any ideas thanks Amit

XSLTransform

2001-11-14 Thread Amit Kirdatt
I am trying to create a PDF from a org.w3c.dom.Document and and XSL file I have on my file system since XSLTransform is up to such a task I tried this **Code** Document outDoc = null; XSLTransform.transform(xmlDoc, xslInputStream,

Fw: XSLTransform

2001-11-14 Thread Amit Kirdatt
Title: RE: XSLTransform - Original Message - From: Amit Kirdatt To: Clute, Andrew Sent: Wednesday, November 14, 2001 12:43 PM Subject: Re: XSLTransform XSLTransform.transform() expects xmlDoc, xslInputStream, and an org.w3c.dom.Document According to your example your

Re: Easier logging suppression for Driver?

2002-04-19 Thread Amit Kirdatt
That would be very usefull, and I am sure there are many others who would like it as well. Also in my humble opinion the logger used in FOP should be a configurable using the log4j package. - Original Message - From: Rhett Aultman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

PDF to RTF

2002-04-26 Thread Amit Kirdatt
Does anybody know of a PDF to RTF converter written in Java (preferably)? Or does anybody know of a XSL:FO based RTF renderer? I tried the jfor one but is not sufficient for what I am trying to do...(lacks support for headers, borders footers etc)