Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 23,711 for

feature

(0.15 sec)
  1. GroupDocs.Viewer for .NET 20.3 Release Notes | ...

    This page contains release notes for GroupDocs.Viewer for .NET 20.3.... Major Features There are 9 features, improvements, and...(.xlt) file format support Feature VIEWERNET-2351 Specify filename...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. GroupDocs.Viewer For .NET 16.11 Release Notes

    GroupDocs.Viewer For .NET 16.11 Release Notes – the latest updates and fixes.... Major Features There are 2 new features and 15 improvements...rendering Email documents New Feature VIEWERNET-849 Add OTP format...

    releases.groupdocs.com/viewer/net/release-notes...
  3. GroupDocs.Assembly for .NET 3.1.0 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 3.1.0 Major Features Added explicit support for multiple data sources (including of different types) upon populating a template document with data. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-3 Add explicit support for multiple data sources Feature ASSEMBLYNET-5 Unify watermarking across all supported file formats Enhancement ASSEMBLYNET-6 Provide support for presentation file formats in evaluation mode Enhancement ASSEMBLYNET-7 Support only SHA256 for signing assemblies and MSI Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....0 Major Features Added explicit support for...for multiple data sources Feature ASSEMBLYNET-5 Unify watermarking...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  4. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF metadata section. More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF metadata section. Working with IPTC metadata GroupDocs.Metadata for .NET is also able to work with IPTC metadata in TIFF images....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Extract data from PDF documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from PDF documents. Also password-protected PDFs and PDF portfolios are supported. More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full Featured .NET library we provide simple, but powerful free Apps. You are welcome to parse documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Load a password-protected document | Documentation

    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 (Metadata metadata = 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:...the code above and see the feature in action in our GitHub examples:...management App Along with a full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/load-a-passwor...