Conevert.ToXodAsync() for ASP.NET Core

Product:

PDFTron.NET.x64

Product Version:

9.1.0

Please describe your issue and provide steps to reproduce it:

We a building an ASP.NET Core web application and we explore the PDFTron to use with it. We need to convert a PDF into XOD format. In the documentation for the .NET Core I found the method Conevert.ToXod(), but I can not find its async version.

Meanwhile, the documentation for the UWP mentions there is a Conevert.ToXodAsync() method.

Why there is no Conevert.ToXodAsync() in the .NET Core version of the library, when there is in the UWP?

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hello,

The PDFTron’s UWP SDK uses platform specific APIs that allow us to easily create async calls.

One solution in your case would be to wrap the Convert.ToXod() call into a Task on your side to use it as an async call.

Best regards

Windows UI Developer
Robson Pontin
www.pdftron.com

Hi. That is a poor option, as it has no cancellation support.