This page contains a description of all the properties of the IndexingOptions class...Metadata Product Solution GroupDocs...contains methods for setting metadata indexing options: The method...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
JavaScript try { const fileStream = fs.createReadStream("input.one") const Metadata = new groupdocs.Metadata.Metadata(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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...
This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Metadata Product Solution GroupDocs...Text}" ); } // display document Image signatures information Console...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const Metadata = new groupdocs.Metadata.Metadata("protected.docx", loadOptions); } 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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (MetadataMetadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove Metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the ability to set opacity to image signatures in supported document...announce the release of GroupDocs.Metadata for .NET version 17.3.0. There...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....Metadata Product Solution GroupDocs...loaded message to HTML, PDF, or image format. These methods allow...
This article shows that how to get meta information of a document....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
remove exif data from Images on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove exif data from Images on GroupDocs Blog | Document Automation Solu......remove exif data from images on GroupDocs Blog | Document Automation...content in remove exif data from images on GroupDocs Blog | Document...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (MetadataMetadata = new Metadata(stream)) { // Extract, edit or remove Metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...