Situation:
Using Aspose.Pdf.Document
First we generate the content in Html format.
Func1:
var HtmlOptions = CreateHtmlLoadOptions(marginsInInches, marginTopBotInInches, headerHeight, baseUrl, outputAreaHeight);
usin…...Document First we generate the content in HTML format...var tempDoc = new Aspose.Pdf.Document(htmlStream, htmlOptions);...