Difference between revisions of "Extension talk:PdfBook"
From Organic Design wiki
m ([[Talk:Extension:Pdf Book.php]] moved to Foo talk:Pdf Book.php) |
(html2pdf handles css) |
||
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'' |
Revision as of 10:06, 11 November 2007
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
- MW:Pdf Book - MediaWiki article for this extension
- pdf-export.php - old XmlWiki code for exporting cats as books
- MW:Pdf Export - existing htmldoc-based PDF article export
- htmldoc command reference
- Our HTMLDOC configuration