Hi Guys,
I'm using Aspose.pdf.kit 3.7, I need to update the pdf file properties comments,category and date modified, the below code run thru without any exceptions, but fields were not updated.
PdfFileInfo fileInfo = new PdfFileInfo(LocalFileName);
fileInfo.SetMetaInfo("comments", "This is test comment");
fileInfo.SaveNewInfo(NewFileName);
Thanks,
Arun.