' For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
' initialize PdfFormat
Dim pdfFormat As New PdfFormat(Common.MapSourceFilePath(filePath))
pdfFormat.CleanMetadata()
'save output file...
pdfFormat.Save(Common.MapDestinationFilePath(filePath))