RE: background-image question

2003-01-29 Thread Victor Mote
Koes, Derrick wrote: Interestingly enough, putting the background-image attribute as a real attribute of fo:block in the transform produces the desired result. However, adding it with an xsl:attribute element does not produce the desired result. I think I need to use xsl:attribute because I

math. formula

2003-01-29 Thread Karen Mergner
Hi all, my xml file consists of math. formulas in tex-syntax. Here is a short example: TEX-MATH\frac{1}{x+y}/TEX-MATH How can I handle this with FOP? Thanks for help Karen - To unsubscribe, e-mail: [EMAIL PROTECTED]

JAVA DLL Correct.(Still learning slowly)

2003-01-29 Thread Matthew Lancashire
import org.apache.fop.apps.Driver; import org.apache.fop.apps.FOPException; import org.apache.fop.apps.Version; import org.apache.fop.apps.InputHandler; import org.apache.fop.apps.XSLTInputHandler; import org.apache.fop.layout.Page; import org.apache.fop.messaging.MessageHandler; import

Re: FOP in Oracle 9iAS

2003-01-29 Thread mapp
Thank you, I have just solved the problem. I've had to generate first a XSL-FO document using the XSL template and the XML data and store it in a Stream. Then, use FOP for generating the PDF from the FO document. Regards, Miguel. J.Pietschmann [EMAIL PROTECTED] 27/01/2003 21:32 Por

TTFReader and different font styles

2003-01-29 Thread Müller, Markus
Hi all, I noticed a strange behaviour when using TTFReader to generate some font metrics files for a corporate font. The font is available in normal, italic, bold and italic+bold style. Since we run our application mainly on the Windows platform, I use the -enc ansi option in the commandline.

Re: PS PostScript

2003-01-29 Thread Jeremias Maerki
On 29.01.2003 12:59:59 Mirko Sertic wrote: Is there any way to generate PS pass thru via pdfmark using the PDF-renderer? No. Can i do this using the PS renderer? Also no. I need a way to specify the paper input and output tray for each rendered page. Has anybody done this before ? Now,

Re: TTFReader and different font styles

2003-01-29 Thread Jeremias Maerki
You've probably simply got an error in your userconfig.xml. You need to make sure that you've got an entry for each style. See the sample userconfig.xml that comes with FOP. There's an example for the Arial font that does exactly that. No need to edit the generated XML files IMO. On 29.01.2003

RE: Web page embedding

2003-01-29 Thread Matthew Lancashire
All the data is already at the browser so the aim is to avoid too much re-sending of info. I just want a button that will translate the browsers data into pdf at the client. Is there an example of an applet. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 29 Jan

AW: TTFReader and different font styles

2003-01-29 Thread Müller, Markus
Nope, the userconfig.xml is correct. For each font style there is a single entry, setting the correct triple. As I have written, the problem is solved when we manually modify the font metrics files _without_ chaning the userconfig.xml, of course. # -Ursprüngliche Nachricht- # Von:

Re: Adding FONTs to FOP (was PostScript with Unicode fonts)

2003-01-29 Thread Clay Leeds
Rodolfo M. Raya wrote: Hi, I need to use the PostScript renderer to produce documents with Unicode text. I can generate PDF with Korean text using Arial Unicode font from Microsoft, but PostScript renderer only supports FOP's built in fonts. Can I add Arial Unicode to the list of FOP fonts and

userconfig.xml used from command line?

2003-01-29 Thread Clay Leeds
Just curious as to what types of User Configuration is possible with FOP if I'm working from the command line (i.e., *not* in a servlet environment). I see that additional FONTs are supported in userconfig.xml (I would assume one can use additional FONTs or implement hyphenation patterns when

Re: Adding FONTs to FOP (was PostScript with Unicode fonts)

2003-01-29 Thread Rodolfo M. Raya
On Wed, 2003-01-29 at 14:43, Clay Leeds wrote: Rodolfo M. Raya wrote: I need to use the PostScript renderer to produce documents with Unicode text. I can generate PDF with Korean text using Arial Unicode font from Microsoft, but PostScript renderer only supports FOP's built in fonts.

Re: PostScript with Unicode fonts

2003-01-29 Thread Rodolfo M. Raya
On Wed, 2003-01-29 at 14:41, Jeremias Maerki wrote: Hi The Arial font you're talking about is TrueType, right? You can't use TrueType fonts with the PostScript renderer, yet. The PostScript renderer is not anywhere near the functionality the PDF renderer offers. I noticed that you

Re: userconfig.xml used from command line?

2003-01-29 Thread J.Pietschmann
Clay Leeds wrote: But isn't that file called config.xml? The file name is arbitrary. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with ü/Ü etc.

2003-01-29 Thread J.Pietschmann
M.Weiss wrote: I got a tiny problem with german Umlaute such as ü,ö or ä. You got a big stack trace [snipped] org.apache.fop.apps.FOPException: Invalid byte 2 of 2-byte UTF-8 sequence. ... In both cases I switch the code-set to ISO-8859-1 for the XML-Document, Somehow you didn't, otherwise the