I am creating a Fillable PDF from an RTF document using the Word fields for Text boxes and saving as a Fillable PDF. It is mostly working except for a couple of things.
A text box with type Date lets the user type anything in.
A text box with type Calculate has the correct value when opened, but if the calculation involves other fillable fields, the formula does not update the field in the PDF.
Are these types supported for Aspose.Words saving a document as PDF?
The third problem is one of text box size. If there is no default value in the text box the size defaults to 4 characters wide. If you have a default for the field the size is enough to fit the default text. Is there some way to size the fields when Aspose.Words saves a document as PDF? Maybe a way to set the default?
Thanks.