Query |
Detail |
we have a some similar request on SfPdfViewer. In our application we need check every change in PdfTextBoxField.
Depending on catched change in one field we must fill data in other field.
Will you planned implemented some standart handler, used in C#, for services this type of request?
Or exists in this time some way of solution, look like standart Entry as in xamarin?
|
At present we do not have support for “events to track the form fields Interaction”. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest.
Based on our present commitments and the above parameters, this feature is expected to be implemented in our 2019 Volume 4 main release. We will let you know when this feature is implemented.
Disclaimer: The date for the feature implementation is tentative and not a commitment on our parts.
You can now track the status of this feature request here,
Once provided support for event tracking, we will expose event arguments with form field type and its corresponding values. Using that we can iterate form fields from PdfLoadedDocument and map the values of required form field. After that save the document with modified form fields into memory stream and load that stream using PDF Viewer to view the changes.
|