Hi I am using Aspose.Words and document builder creating pdf from Sharepoint Infopath form using [Webmethod]. and setting licence like below
public string createPDF(int FormID, string PDFName)
{
Aspose.Words.License lic1 = new Aspose.Words.License();
lic1.SetLicense("…\License\Aspose.Total.lic");
}
However Issue here is everyday for first time pdf creation is taking bit more time than the subsequent PDF creation. Is there any workaround For this Issue?. any problem with “Aspose.Words.DLL” file ?,… why its happening everyday first pdf creation ?. Please note PDF file size is <40kb with less data.
Please help and share ur thoughts.