Hi, please see C# code below.
var html = "<html>...</html>"
var pdfDocument = new Document(new MemoryStream(Encoding.UTF8.GetBytes(html)));
pdfDocument.Info.Title = "⭐Once Upon a Star";
pdfDocument.Save(filePath);
when…...this API behavior using the latest version of the API in our environment...