Attributes |
Name | Required | Request-time | Type | Description |
format | true | true | java.lang.String | Link (VFS URI) to the JSP that renders the XHTML used to render the PDF. |
content | true | true | java.lang.String | Link (VFS URI) to the content that should be rendered in the PDF. The content given here can be accessed via the <cms:formatter> tag in the JSP provided by the format attribute. |
locale | false | true | java.lang.String | The locale in which the content should be accessed. If not given, the current request locale is used as default. |
paramEncoding | false | true | java.lang.String | The encoding used to encode URL parameters . |
filename | false | true | java.lang.String | The file name to use for the download link. |