How to hide or change the format of the producer name

Hi,


https://docs.aspose.com/words/java/generator-or-producer-name-included-in-output-documents/
According to this page, out of our company’s security reason, we don’t want to expose the Aspose version in the output document.

For example, hide this or remove the version behind.

Is there a way to achieve?

Thank,
Shang

@windpine Sure, you can specify SaveOptions.ExportGeneratorName property to false. In this case Aspose.Words will not write the generator name into the output documents.

1 Like