Save XLSX file as PDF .NET Core (GemBox)

2019-08-08 17:20发布

问题:

GemBox just released .NET Core version of their spreadsheet reading and writing software. I can successfully build and export spreadsheets as expected. However, when saving as PDF, I get the error:

'SaveOptions.PdfDefault' is obsolete: 'PDF saving is not supported in .NET Standard.'

In older versions, this was not an issue. In the .NET Standard/Core version, the function still exists, but gives this message. Is this just not possible with .NET Core, or has GemBox just not released the functionality?