문제

Not that it is all that entirely practicle, I have a particular customer that is wanting to turn off the title pages in their PDFs that are getting generated. I looked and looked through the DocBook FOP parameters and documentation and couldn't find a way to disable the titlepage. I found ways to customize however.

도움이 되었습니까?

해결책 2

I ended up changing the document type from a book to an article. This removed the title page and everything else not needed.

다른 팁

Use a PDF filter and strip away the first page?

I've just started looking into docbook and this is also what I'm trying to do at the moment. As far as I've read it is suggested to create a custom titlepage xsl (which could be genereted from your own titlepage.xml file - sample could be found under docbook-xsl-ns-1.76.1\template)

It's explained here : http://www.sagehill.net/docbookxsl/HTMLTitlePage.html

You simply have to add this to your stylesheet:

<xsl:template name="book.titlepage.recto"/>
<xsl:template name="book.titlepage.before.verso"/>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top