Field "KeyWord" is deprecated in PDF 2.0 and Updating Metadata clears all properties

Hi,

We are facing a issue in adding “Keyword” or any other pdf properties to PDF 2.0 file. Aspose shows below error for updating any one of the properties of PDF 2.0

The field ‘Keywords’ is deprecated in PDF 2.0!

We are using following code to update the properties

Aspose.Pdf.Document document = new Aspose.Pdf.Document(Stream);
DocumentInfo docInfo = new DocumentInfo(Document);
docInfo.Keywords = value;

We are using aspose Total with version 23.12.0.0

@cpaperless

Would you please try with 24.5 version and share your sample file with us if issue still persists?