I have a need wherein i have to fill a fillable pdf and save it as new file name. My clients want to do this in 10k+ rangeI read my data from database and loop through each recordMy code snippet isusing (PdfLoadedDocument pageDocument = new PdfLoadedDocument(fileByte)){..fil the formpageDocument.save(newFileName);}300 files get saved fast, after that it slows down and its almost like a few files every minute. There is no other application running at same time and as i know watch file name is unique i dont do any checks for existence of file. is this a known issue?
Hi Jb,
Thank you for using Syncfusion product .
We have tried to reproduce the issue to get slow down to save the pdf file when run the asp.net sample more than 300 times. We have attached the sample in below link which we have tried to reproduce the issue
http://www.syncfusion.com/downloads/support/directtrac/general/FillFormSample1938190695.zip
Please provide us the sample or input file which you have tried to reproduce the issue. It help us to proceed further in this issue .
Please let us know if you need any queries .
Thanks,
Abirami.
Hi James,
We are unable to reproduce the issue getting slow after generate more than the 300 files using append method. I have attached the sample in below link which we have tried to reproduce the issue :
http://www.syncfusion.com/downloads/support/forum/118328/FillFormSample51870515.zip
Please modify the sample or provide the sample which you have tried to reproduce the issue .It will help us to proceed further analysis in this issue .
Please let us know if you need any further assistance .
Thanks,
Abirami.