Hi
Please find the attached PDF ( ACORD130_New.pdf ) that is throughing "System.ArgumentOutOfRangeException: Length cannot be less than zero" on loading the PDF using the statment.
Dim form As New Form(templatePdf, outPdf)
Are there any other way of populating the PDF document instead of
form.FillField("F[0].P1[0].Text2[0]", "Hello World") in the ASPOSE.PDF.KIT.dll
Any help will be preciated.