OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] simplified docbook to PDF | ePub ?


Hi,

To publish from docbook to PDF you must first generate your book into FO format. FO generation is in docbook-xsl-1.xx.x\fo directory, but you can use a customized layer.

Example :
msxsl.exe .\src\my-book.xml .\xslt\docbook-xsl-1.75.1\fo\docbook.xsl -o .\output\fo\my-book.fo
Or (with customized layer)
msxsl.exe .\src\my-book.xml .\xslt\my-fo.xsl -o .\output\fo\my-book.fo

With your fo file, you generate PDF with FOP (apache)

.\xslt\fop-0.95\fop.bat .\output\fo\my-book.fo -pdf \output\pdf\my-book.pdf

To ePub, I don't know.

Anybody has some examples ?

Cordialement,

____________________________________________
Christopher COMPAGNON
AXA GROUP SOLUTIONS - Procurement, BI Supply
Département Solutions Business Intelligence
Domaine BI France - Reporting Opérationnel
(  01 44 45 04 16 (55 04 16) 
E-mail: christopher.compagnon.alti@axa-groupsolutions.com
____________________________________________
Pensez à l'environnement avant d'imprimer ce message
 

-----Message d'origine-----
De : Anthony Ettinger [mailto:ettinger@gmail.com] 
Envoyé : mardi 17 novembre 2009 04:55
À : docbook@lists.oasis-open.org
Objet : [docbook] simplified docbook to PDF | ePub ?

Is there such a thing?

I want to publish my book online in both PDF and ePub format.


-- 
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]