constfileStream=fs.createReadStream("output.pdf")constmetadata=newgroupdocs.metadata.Metadata("input.pdf");// Edit or remove metadata here
metadata.save(fileStream);
More resources
Advanced usage topics
To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.
GitHub examples
You may easily run the code above and see the feature in action in our GitHub examples: