Error while exporting TXTextControl as PDFA or XML

275 Views Asked by At

i gain a strange error: 'This feature is not available in the TX Text Control Standard or Professional version. The TX Text Control Enterprise version must be installed.' when I try to save the TXTextControl object with .Save function in .pdfa, .xml and other formats. The error comes when I explicit the StreamType parameter in the .Save function. It seems I have not all the format offered by TXTextControl.

Error comes in this line for example:

TXTextControl.Save(dir, TXTextControl.StreamType.XMLFormat)

or

TXTextControl.Save(dir, TXTextControl.StreamType.AdobePDFA)

I searched online but I can't find references to this error and for TXTextControl enterprise or professional version.

There 's actually different versions of TXTextControl? How can I verify what version I have?

Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

Using TXTextControl.GetVersionInfo().Level should tell you what level you have (as per ProductLevel property)

If you look at the Features page and open up the Supported Formats section under "Features in Detail" then you can see which formats your product level supports.