Hi all I'm new to XSL and FOP and all that stuff. I need to create a PDF out of a docbook. My docbook looks like:
<book lang="en">
<bookinfo>
<title>myTitle</title>
</bookinfo>
<chapter>
<title>chapter one</title>
<simpara>text text text</simpara>
</chapter>
</book>
I run FOP like this:
Fop -xsl C:\xsl\fo\docbook.xsl -xml "myDocBook.xml" -pdf "myPdf.pdf"
It creates a PDF like this(I attached it to this mail):
- First page with the title -> This is ok
- Page 2: title again, but small. Nothing more on the page. -> not ok!
- page 3: Just empty. Why's that? -> NOT OK
- page 4: The index of the book -> NICE!
- page 5: My Text -> ok
My questions are:
1. How do tell the XSL to not create the page 2 with the small title and
not to create an empty page?
2. How do I tell the XSL to create Bookmarks in the PDF?
3. How Do I create header and footer for this document? (I think this is
a docbook issue). But the header and footer should not appear on the
first page as well as not on the index page.
Thanks a lot guys!
Regards,
Remo
This message may contain legally privileged or confidential information and is
therefore addressed to the named persons only. The recipient should inform the
sender and delete this message, if he/she is not named as addressee.
The sender disclaims any and all liability for the integrity and punctuality of
this message. The sender has activated an automatic virus scanning, but does
not guarantee the virus free transmission of this message.
myPDF.pdf
Description: myPDF.pdf
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
