Fit All Worksheet Columns on Single PDF Page with Golang via C++

Fit Worksheet Columns on Single PDF Page

PdfSaveOptions.PaginatedSaveOptions(PaginatedSaveOptions_Impl impl)* ensures that all columns in a worksheet are rendered to a single PDF page, although rows may expand to several pages depending on the data in the worksheet.

The sample code below shows how to use PdfSaveOptions.PaginatedSaveOptions(PaginatedSaveOptions_Impl impl)* property to render a large worksheet of 100 columns.