I am trying to implement the document merging solution described here:
https://docs.aspose.com/words/java/insert-and-append-documents/
But for some reason the
Aspose.Words.Reporting.FieldMergingArgs
class
and
Aspose.Words.Reporting.IFieldMergingCallback
interface
are not being found. I am including the following Words libraries:
using Aspose.Words.Fields;
using Aspose.Words.Reporting;
using Aspose.Words;