Hi,
i have generating the pdf dynamically using c#. After appending the data To Document, try To save the Document using Document.save or memory stream. During the time i have facing the below issue.
Box child can not …...pdf"); var doc = new Document(); var page = doc.Pages.Add();...Aspose.Pdf.HtmlFragment(@"Some Html text"); page.Paragraphs.Add(entry1);...