Back to top

This mode is strictly for testing features and performance with large files before making a purchasing decision.

Here is a detailed breakdown of each mode:

What you are targeting (.NET 8, .NET Framework 4.8, etc.)?

' Now you can use the library Dim document = New DocumentModel() document.Sections.Add(New Section(document, New Paragraph(document, "Hello, world!"))) document.Save("Output.docx") End Sub