Table of Contents

FlexCelPdfExport.BeginExport Method

Initializes the PDF exporting to a new file. After calling this method you can call ExportSheet to export different xls files to the same pdf, or ExportAllVisibleSheets(Boolean, String). You should always end the document with a call to EndExport

Syntax

Namespace: FlexCel.Render

public void BeginExport(Stream pdfStream)

Parameters

<-> Parameter Type Description
pdfStream Stream Stream that will contain the new pdf file.

See also