Click or drag to resize

PdfFocusToExcel(String, Int32, Int32) Method

Saves a specific PDF page or diapason of pages to Excel file

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public int ToExcel(
	string fileName,
	int fromPage,
	int toPage
)

Parameters

fileName  String
Path to the Excel file
fromPage  Int32
The starting page for exporting to the Excel
toPage  Int32
The ending page for exporting to the Excel

Return Value

Int32
0 - saving successfully
2 - can't create output file, check the output path
3 - saving failed, email to support@sautinsoft.com
See Also