Difference between revisions of "Extension talk:PdfBook"

From Organic Design wiki
(Our HTMLDOC configuration)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ext-talk-msg|Pdf Book}}
 
{{ext-talk-msg|Pdf Book}}
 +
== CSS ==
 +
The current htmldoc-based PDF conversion has the major flaw of not being able to handle CSS which means that most table or template are not properly reproduced, and syntax highlighting doesn't show. Another converter called [http://tufat.com/s_html2ps_html2pdf.htm html2pdf] which apparently handles most CSS and DHTML properties.
 +
 +
== See also ==
 
*[[MW:Pdf Book]] ''- MediaWiki article for this extension''
 
*[[MW:Pdf Book]] ''- MediaWiki article for this extension''
 
*[[pdf-export.php]] ''- old [[XmlWiki]] code for exporting cats as books''
 
*[[pdf-export.php]] ''- old [[XmlWiki]] code for exporting cats as books''
Line 5: Line 9:
 
*[http://www.htmldoc.org/documentation.php/Comments.html htmldoc command reference]
 
*[http://www.htmldoc.org/documentation.php/Comments.html htmldoc command reference]
 
*[{{SERVER}}/files/htmldoc.php Our HTMLDOC configuration]
 
*[{{SERVER}}/files/htmldoc.php Our HTMLDOC configuration]
 +
*[http://www.linux.com/feature/141081 Linux.com article] (also available in ''[http://sourceforge.jp/magazine/08/07/16/0126241 Japanese]'')
 +
 +
== NameSpace Export ==
 +
Nad, great extension. I've added a code snippet to the [http://www.mediawiki.org/wiki/Extension_talk:Pdf_Book mediawiki] talk page, that supports the export of a whole Namespace. May be worth including, as was asked to knock something out that allows the extract of all the Talk pages from a local Wiki.
 +
--[[User:Arober11|Arober11]] 03:10, 12 April 2008 (NZST)

Latest revision as of 10:29, 25 September 2008

Info.svg This talk page pertains specifically to the development of this extension. For more general discussion about bugs and usage etc, please refer to the mediawiki.org talk page at MW:Extension talk:Pdf Book

CSS

The current htmldoc-based PDF conversion has the major flaw of not being able to handle CSS which means that most table or template are not properly reproduced, and syntax highlighting doesn't show. Another converter called html2pdf which apparently handles most CSS and DHTML properties.

See also

NameSpace Export

Nad, great extension. I've added a code snippet to the mediawiki talk page, that supports the export of a whole Namespace. May be worth including, as was asked to knock something out that allows the extract of all the Talk pages from a local Wiki. --Arober11 03:10, 12 April 2008 (NZST)