Hi Support team,
my html doc size 21kb only . aspose.pdf taking around 5 sec to convert it into pdf doc.
using aspose-pdf 19.4
my code snipet
String basePath = “/asd.html”;
HtmlLoadOptions htmloptions = new HtmlLoadOptions(basePath);
System.out.println("time taken "+(System.currentTimeMillis() - t1));
// Load HTML file
Document doc = new Document(basePath , htmloptions);
attach pdf doc fileasd1.pdf (103.4 KB)
however i try to upload html doc but unable to upload html doc so uploading converted pdf file