Hi
I'm generating a very small document with Aspose Trial version. And it turns out that pdf generation from html is taking 900 milliseconds.
Please review the code and html and let me know if i'm doing something wrong or this is the actual performance of ASPOSE library for given input and output.
The input html also include a picture for logo.
Code:
string dataDir = Path.GetFullPath("
Aspose.
Aspose.Pdf.Generator.Section section = pdf.Sections.Add();
StreamReader sr = File.OpenText(dataDir);
Aspose.Pdf.Generator.Text tempText = newAspose.Pdf.Generator.Text(
tempText.IsHtmlTagSupported = true;
section.Paragraphs.Add(
pdf.Save(@"C:\NewGenerateFile.
HTML Input template attached: 1.rar
Regards,
Deepak