now i have a document with remarks need license.
then i re-save the document again with license before using aspose, the license is well,but the remarks is still there ? is it right ?
how can i delete the remarks based on the original document?
@lkf77081 Please check the following points:
- Make sure your call to
SetLicense
gets executed. Step through in the debugger.
- Make sure your code does not catch an exception thrown by Aspose.Words licensing code. For example, Aspose.Words will throw if it cannot find the license.
- Make sure the input documents do not already have the evaluation message. Aspose.Words does not delete existing evaluation messages.
- Make sure
SetLicense
is executed before you instantiate any Document
object.