DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: KE DomPDF

Created:2010-02-18T17:33:18
Changed by:Nadine Schwingler
Changed:2010-06-09T15:19:01.580000000
Classification:ke_dompdf
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:pdf, dompdf, forDevelopers, forIntermediates
Author:Nadine Schwingler, kennziffer.com
Email:schwingler@kennziffer.com
Info 4:
Language:en

img-1 img-2 EXT: KE DomPDF - ke_dompdf

EXT: KE DomPDF

Extension Key: ke_dompdf

Language: en

Keywords: pdf, dompdf, forDevelopers, forIntermediates

Copyright 2009-2010, Nadine Schwingler, kennziffer.com, <schwingler@kennziffer.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: KE DomPDF 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

Installation 4

TypoScript needed 4

`Known problems 5 <#1.3.Known%20problems|outline>`_

`To-Do list 6 <#1.4.To-Do%20list|outline>`_

`ChangeLog 7 <#1.5.ChangeLog|outline>`_

Introduction

What does it do?

ke_dompdf gives you the newest version of the dompdf library to use it in your extensions

There is a small pi1 enabling a pdf-output for FE-Pages, showing how to use dompdf in extensions

Users manual

Installation

Install the extension with the extension manager.

TypoScript needed

#enable the icon mode (gives a pdf-text link atm)

plugin.tx_kedompdf_pi1.mode = icon

#enables the pdf-function for the page. So you can enable/disable it for each page

plugin.tx_kedompdf_pi1.activate_pdf = 1

page.10.marks.CONTENT.111 < plugin.tx_kedompdf_pi1

#your will need a page with only the base-content to be rendered in the pdf

nurinhalt = PAGE

#gives the css used in pdf

nurinhalt.includeCSS.maincss = typo3conf/ext/ke_dompdf/res/nurinhalt.css

nurinhalt {

typeNum = 101

#disableAllHeaderCode = 1

#disableCharsetHeader = 1

#disablePrefixComment = 1

}

nurinhalt.10 < page.10

#templage for pagetype 101 (used with ke_dompdf)

nurinhalt.10.template.file = typo3conf/ext/ke_dompdf/res/nurinhalt.html

Known problems

- pdf generation of tables in some layouts

To-Do list

- finish the pi1 for a correct output

ChangeLog

0.0.1

Version

0.0.1

Changes

First time in TER

0.0.2

Version

0.0.2

Changes

Added Manual

img-2 7