SpreadsheetPdfSettingsTagHelper

Example

Razor
<pdf>
    <margin />
</pdf>

ChildTags

Attributes

AttributeTypeDescription
areaStringThe area that will be exported.The supported values are: * workbook - Exports the full workbook, including all sheets. * sheet - Exports the active sheet. * selection - Exports the selected area on the active sheet.
authorStringThe author of the PDF document.
auto-printBooleanSpecifies if the Print dialog should be opened immediately after loading the document.
creatorStringThe creator of the PDF document.
dateDateTimeThe date when the PDF document is created. Defaults to new Date().
file-nameStringSpecifies the file name of the exported PDF file.
fit-widthBooleanIndicates whether to fit the content of the Spreadsheet to the width of the page.
force-proxyBooleanIf set to true, the content will be forwarded to proxyURL even if the browser supports the saving of files locally.
guidelinesBooleanIndicates whether to export the cell guidelines.
h-centerBooleanIndicates whether to center the content horizontally. For more information, refer to vCenter.
jpeg-qualityDoubleSpecifies the quality of the images within the exported file, from 0 to 1.
keep-pngBooleanIf set to true all PNG images contained in the exported file will be kept in PNG format.
keywordsStringSpecifies the keywords of the exported PDF file.
landscapeBooleanIf set to true, reverses the paper dimensions if that width is needed as the larger edge.
paper-sizeStringSpecifies 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 - A4, A3, and so on. * An array of two numbers which specify the width and height in points (1pt = 1/72in). * An array of two strings which specify the width and height in units. The supported values are mm, cm, in, and pt.
proxy-targetStringA name or keyword which indicates where to display the document that is returned from the proxy. To display the document in a new window or iframe, set the proxy Content-Disposition header to inline; filename="<fileName.pdf>".
proxy-urlStringThe 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, for example, Internet Explorer 9 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="<fileName.pdf>".The proxy will receive a POST request with the following parameters in the request body: contentType - The MIME type of the file.; base64 - The base-64 encoded file content. or fileName - The file name as requested by the caller..
subjectStringSets the subject of the PDF file.
titleStringSets the title of the PDF file.
v-centerBooleanIndicates whether to center the content vertically. For more information, refer to hCenter.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support