I want to use a Flow Layout in order to create a PDF document. I follow this sample. It creates a Word Document and then converts it to a PDF:
Flow layout | Syncfusion
Q: Which nuget package contains the class DocToPDFConverter?
Documentation says:
Syncfusion.DocIO.NET
but the namespace
Syncfusion.DocToPDFConverter
is not available
So, what do I have to install? Thanks for your help!