Sudden CONDITIONAL_PHRASE_TAG length limit
Hello,
Today my application is running into this issue with a long conditional phrase. We have not made changes in months to the document or the codebase but this issue seemed to start last night. Have there been changes in regards to this?
I am using the Adobe PDF Services SDK and the bad response comes from this line of code:
documentMergeOperation.Execute(object);
With a response similar to:
CONDITIONAL_PHRASE_TAG with name "ExampleTextLongerThan400" of length greater than 400 is not allowed.;
I am on version 3.4.0 in .NET.
