Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,232 for

library

(0.24 sec)
  1. Perform Case-Sensitive Search using Java

    Effortlessly perform case-sensitive search using Java for accurate results. Follow the step-by-step instructions to search case-sensitive text in files using Java....using Java with the Search library, a powerful tool for advanced...GroupDocs.Search for Java library into your project to enable...

    kb.groupdocs.com/search/java/perform-case-sensi...
  2. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....NET library, which simplifies and streamlines...GroupDocs.Parser for .NET library to your C# project to set up...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Load a password-protected document | GroupDocs

    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:...topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  4. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Parser library, developers can easily scan...GroupDocs.Parser for .NET library to your C# project to allow...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  5. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....conversion by using a robust library that works directly within...collections. The underlying library simplifies complex image format...

    kb.groupdocs.com/conversion/python/convert-png-...
  6. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....popular document comparison library. Further, this guide helps...of the document comparison library. Code to Compare Word Documents...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  7. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....high-performance, and cross-platform library that allows you to build desktop...get rid of System.Drawing library, which . So the GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/
  8. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/python-net/clean-me...
  9. Install GroupDocs.Assembly for .NET | GroupDocs

    This topic describes how to install GroupDocs.Assembly for .NET....Assembly library to your .NET project. You can...NuGet package to install this library or you can download necessary...

    docs.groupdocs.com/assembly/net/installation/
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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:...topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

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