How does this.submitForm work?
I am submitting to an endpoint and it returns a simple FDF file
%FDF-1.2
1 0 obj
<<
/FDF
<<
/Fields
[
<< /T(Status) /V(OK) >>
]
>>
>>
endobj
trailer
<< /Root 1 0 R >>
%%EOFHow are the fields going to be read? Are the values of the fields going to be populated in some way in the currently opened PDF file?
