Hi,
I'm implementing functionality to export pdf file used ASP.Net core 2.2
In the first time run project, i can export pdf with table of content as well. But in the next time, it's blank page.
[WkHtml("isTableOfContent")]
public bool IsTableOfContents { get; set; }
Can you help check it?
Hi,
I'm implementing functionality to export pdf file used ASP.Net core 2.2
In the first time run project, i can export pdf with table of content as well. But in the next time, it's blank page.
Can you help check it?