Re: Table of Contents problem

2003-01-29 Thread Clay Leeds
Jon, Jon Steeves wrote: Clay: This actually results in the same problem: the endofdoc reference does force the TOC number of the previous item to be printed, but its own page number is then omitted. The solution I came up with is to -- as you suggested -- output this "endofdoc"

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 beca

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: \frac{1}{x+y} How can I handle this with FOP? Thanks for help Karen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

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 javax.xml.t

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

PS & PostScript

2003-01-29 Thread Mirko Sertic
Hello everybody! I need help. Is there any way to generate "PS pass thru" via pdfmark using the PDF-renderer? Can i do this using the PS renderer? I need a way to specify the paper input and output tray for each rendered page. Has anybody done this before ? And if it works, will ghostscript under

Web page embedding

2003-01-29 Thread Matthew Lancashire
Is it possible to embed the fop viewer in a web page - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: math. formula

2003-01-29 Thread Jeremias Maerki
There are several ways: - You can transform your TeX math expressions to MathML. Keiron Liddle wrote a sample FOP extension for the redesigned FOP that uses JEuclid to convert MathML to SVG and ultimately to PDF. This extension could probably be adapted to work in the maintenance branch (from

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. TT

Re: Web page embedding

2003-01-29 Thread Oleg Tkachenko
Matthew Lancashire wrote: Is it possible to embed the fop viewer in a web page Sure, for example as appplet, but it'll be really huge applet. What's wrong with sending pdf to the browser? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel -

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

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 14:

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 200

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: Jeremias

AW: PS & PostScript

2003-01-29 Thread Mirko Sertic
Hello! that sounds not so good. Given the following requirements : 1. i need to produce an invoice or order using fop. 2. i need to specify the tray to which each page is printed out. 3. i want to support non ps-able printer. 4. i need a pdf file for our archive system. How could this be done?

Re: AW: PS & PostScript

2003-01-29 Thread Jeremias Maerki
On 29.01.2003 15:26:10 Mirko Sertic wrote: > that sounds not so good. > > Given the following requirements : > > 1. i need to produce an invoice or order using fop. > 2. i need to specify the tray to which each page is printed out. > 3. i want to support non ps-able printer. > 4. i need a pdf fi

"border none" cells

2003-01-29 Thread Philippe PITHON
the attribute "border none" or “border hide” of the cell also erases a feature of the cell of before "border 0.1pt solid”     instead of obtaining this: |    cell 1   | cell 2 (hide)     I obtain this: (it misses border b

problem embedding entities in XML

2003-01-29 Thread Louis . Masters
OK, (hopefully) easy question: When I embed an entity reference in my XSL, it is rendered correctly in the PDF. When I embed it into the XML, all I see is the literal entity reference in my PDF. I'm using the predefined entities (<) so I don't know why this is not working. My XML and XSL are bo

PostScript with Unicode fonts

2003-01-29 Thread Rodolfo M. Raya
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 use it from the Post

Re: PostScript with Unicode fonts

2003-01-29 Thread Jeremias Maerki
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 suggest you generate PDF files and convert them to PostScript using Acrobat Reader (comm

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 r

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 fon

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 introduced

Problems with ü/Ü etc.

2003-01-29 Thread M.Weiss
Hi everybody, I got a tiny problem with german "Umlaute" such as ü,ö or ä. I use FOP to parse an XML-Structure to PDF. Running the whole thing on a Win-32-platform with Apache Tomcat, everything was fine. Now switching the whole thing to linux (SuSE) I got the following Exception: org.apache.fo

Re: Web page embedding

2003-01-29 Thread J.Pietschmann
Matthew Lancashire wrote: Is there an example of an applet. You should be able to use the servlet example as starting point. There is also some general documentation in http://xml.apache.org/fop/embedding.html J.Pietschmann - To u

Re: problem embedding entities in XML

2003-01-29 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: When I embed an entity reference in my XSL, it is rendered correctly in the PDF. When I embed it into the XML, all I see is the literal entity reference in my PDF. I'm using the predefined entities (<) so I don't know why this is not working. My XML and XSL are both UTF-

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 p

Re: Problems with ü/Ü etc.

2003-01-29 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marcus, does your document really properly start like this: ? Which java version do you use? Try java -version to find out. Bye - -- ITCQIS GmbH Christian Wolfgang Hujer Geschäftsführender Gesellschafter Telefon: +49 (0)89 27 37 04 37 Telefax