Save Progress

Hello:



As you can see, we continue testing your product for our requeriments.



This time I want to ask you: Is there a way to know the progress of the PdfFileSignature class Save method? Something like a SaveProgress event?



When signing large files the Save method requires a time. In that time we need to show the save progress.



Is there a way to get it?



Thank you in advance.



Best regards.

Hi,

Thank you very much for considering Aspose.

I'm afraid, PdfFileSignature class doesn't provide any such event which can report you back the save progress.

Nevertheless, I would suggest you to use multithreading; that is, you can execute the save method in a child thread while parent thread would be showing the message like 'save progress...', meanwhile user will be able to do the other tasks.

If you would like to show real time save progress, then you'll have to first determin the relationship between the size of the file and the time it takes to save, with the help of multiple tests. After that, depending upon the file size you can report almost real time progress.

I hope this helps. If you have any other questions please do let us know.

Regards,

Thanks for your answer.

Thank you for your answer,


I will be waiting for good news!