Hi,
I am using the getting started example in the below link to write text.
Create or Generate PDF file in C# and VB.NET | Syncfusion
The example shows the doc.Save function accepting a string for the filepath. But when I try it, the doc.Save function only accepts an IOStream. Is the Save(string) (and the documentation) deprecated?
I installed this nuget package, because my console app is targeting .net6.0
Syncfusion.Pdf.Net.Core.nupkg
Is that the right package? This code may be used on Winforms or WPF at some point. But for now I want it in a Console App.
Attachment:
screenshots_22aaa570.zip