Click or drag to resize

PdfFocusToExcel(Int32, Int32) Method

Saves a specific PDF page or diapason of pages to Excel workbook and returns it as byte array

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public byte[] ToExcel(
	int fromPage,
	int toPage
)

Parameters

fromPage  Int32
The starting page for exporting to Excel
toPage  Int32
The ending page for exporting to Excel

Return Value

Byte
Array of bytes with Excel document - in case of converting successful.
null - in case of converting failed.
See Also