Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Convert Html to pdf too long

$
0
0
I have a technical problem with the product Aspose.PDF for NET.
 
Indeed I must generate a pdf (about 500 pages) from HTML pages.
But when recording with the method Aspose.Pdf.Generator.Pdf.Save it puts a lot of time (12min to 300 pages).

Each html page is added to my pdf in a new section.

Dim _corps As Text = New Text(section, _page_html)
_corps.IsHtmlTagSupported = True
_section.Paragraphs.Add(_corps)
 
Do you have a solution to speed up the recording because it is unusable state?

Thank you in advance

Viewing all articles
Browse latest Browse all 3131

Trending Articles