Ngx Extended PDF Viewer - PDF Form Fields

34 Views Asked by At

I am using ngx extended pdf viewer to show my form in my application. the problem is i need form data on the initial load of the component in ngx i can get the form data only when i change the form field by using (formDataChange) , i need to do some validation on form fields so i need the form data initally is there any way to get that in ngx pdf service

i try ngx pdf service formdata change method to get the form data if any change occurs i try to use the same method when the component oninit but i got error ,my expectation is i need form data of the pdf form on the initial load

0

There are 0 best solutions below