Hi,
We’ve been using creation of pdf’s using the BindXml method for several years now.
Now we need to add form fields to a PDF, and are trying to send something like this, inside a table cell:
< FormField FormFieldTyp…...org/1999/XSL/Format"> <Section PageSize="A4" PageMarginBottom="2cm"...TextFontName="Arial" FormWidth="100" /> </Section> </Pdf> We can access this...