<kendo:treeList-pdf>
Configures the PDF export settings of the TreeList.
Example
<kendo:treeList>
<kendo:treeList-pdf></kendo:treeList-pdf>
</kendo:treeList>
Configuration Attributes
allPages boolean
Exports all TreeList pages, starting from the first one.
Example
<kendo:treeList-pdf allPages="allPages">
</kendo:treeList-pdf>
author java.lang.String
The author of the PDF document.
Example
<kendo:treeList-pdf author="author">
</kendo:treeList-pdf>
autoPrint boolean
Specifies if the Print dialog should be opened immediately after loading the document.
Example
<kendo:treeList-pdf autoPrint="autoPrint">
</kendo:treeList-pdf>
avoidLinks java.lang.Object
(Available as of the 2015.3.1020 release) A flag which indicates whether to produce actual hyperlinks in the exported PDF file. You can also pass a CSS selector as an argument. All matching links will be ignored.
Example
<kendo:treeList-pdf avoidLinks="avoidLinks">
</kendo:treeList-pdf>
creator java.lang.String
The creator of the PDF document.
Example
<kendo:treeList-pdf creator="creator">
</kendo:treeList-pdf>
date java.util.Date
The date when the PDF document is created. Defaults to new Date().
Example
<kendo:treeList-pdf date="date">
</kendo:treeList-pdf>
fileName java.lang.String
Specifies the file name of the exported PDF file.
Example
<kendo:treeList-pdf fileName="fileName">
</kendo:treeList-pdf>
forceProxy boolean
If set to true, the content will be forwarded to proxyURL even if the browser supports the local saving of files.
Example
<kendo:treeList-pdf forceProxy="forceProxy">
</kendo:treeList-pdf>
jpegQuality float
Specifies the quality of the images within the exported file, from 0 to 1.
Example
<kendo:treeList-pdf jpegQuality="jpegQuality">
</kendo:treeList-pdf>
keepPNG boolean
If set to true all PNG images contained in the exported file will be kept in PNG format.
Example
<kendo:treeList-pdf keepPNG="keepPNG">
</kendo:treeList-pdf>
keywords java.lang.String
Specifies the keywords of the exported PDF file.
Example
<kendo:treeList-pdf keywords="keywords">
</kendo:treeList-pdf>
landscape boolean
If set to true, reverses the paper dimensions in such a way that the width becomes the larger edge.
Example
<kendo:treeList-pdf landscape="landscape">
</kendo:treeList-pdf>
paperSize java.lang.Object
Specifies the paper size of the PDF document. The default auto setting means that the paper size is determined by the content.The supported values are: A predefined size such as A4, A3, and so on.; An array of two numbers which specify the width and height in points (1pt = 1/72in). or An array of two strings which specify the width and height in units. The supported units are:mmcminpt.
Example
<kendo:treeList-pdf paperSize="paperSize">
</kendo:treeList-pdf>
proxyTarget java.lang.String
A name or keyword whcih indicates where to display the document that was returned by the proxy. To display the document in a new window or iframe, the proxy will set the Content-Disposition header to inline; filename="
Example
<kendo:treeList-pdf proxyTarget="proxyTarget">
</kendo:treeList-pdf>
proxyURL java.lang.String
The URL of the server side proxy which will stream the file to the end user. A proxy will be used when the browser is not capable of saving files locally. Such browsers are IE version 9 and earlier, and Safari. The developer is responsible for implementing the server-side proxy. The proxy will return the decoded file with the Content-Disposition header set to attachment; filename="
Example
<kendo:treeList-pdf proxyURL="proxyURL">
</kendo:treeList-pdf>
subject java.lang.String
Sets the subject of the PDF file.
Example
<kendo:treeList-pdf subject="subject">
</kendo:treeList-pdf>
title java.lang.String
Sets the title of the PDF file.
Example
<kendo:treeList-pdf title="title">
</kendo:treeList-pdf>
Configuration JSP Tags
kendo:treeList-pdf-margin
Specifies the margins of the page and accepts numbers or strings with units.The supported units are: mm; cm; in or (Default) pt.
More documentation is available at kendo:treeList-pdf-margin.
Example
<kendo:treeList-pdf>
<kendo:treeList-pdf-margin></kendo:treeList-pdf-margin>
</kendo:treeList-pdf>