Question
convert html string to formatted string in adobe acrobat DC
Hey,
How to convert html string to formatted string in Adobe acrobat forms.
E.g. Input/ form field value is
<html>
<body>
<p>Hi</p>
<b>Text1</b></br>
<s>Text2</s>
<p>end</p>
</body>
</htm>
I want the output/display the form field value should be
Hi
Text1
Text2 end
