Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,047 for

library

(0.06 sec)
  1. 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...
  2. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } 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....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/java/get-supported-...
  3. 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/
  4. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance.... C# Fuzzy Search Library # For Fuzzy Search, we’ll utilize...and American English. This library empowers us to programmatically...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  5. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......допомогою Java Difference Library Порівнюйте текст, файли Word...

    blog.groupdocs.com/uk/tag/compare-two-files-usi...
  6. 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-...
  7. Unable to convert eml to pdf using 24.8 with ec...

    Local testing works fine on Windows 11. However, when I attempt to test groupdocs 24.8 with a eclipse-temurin:17-jre-jammy base image it just hangs and never converts the eml to pdf. Based on the threads, it looks like…...conversion may be related to the library scanning directories for fonts...conversion process to hang as the library attempts to locate them. Limit...

    forum.groupdocs.com/t/unable-to-convert-eml-to-...
  8. STL Viewer | View 3D Models and CAD Designs Online

    View 3D models and CAD files using free online STL Viewer tool. Developers can develop their own online Viewer.... Just choose standalone libraries or cloud-based APIs. Explore...Viewer for .NET : Integrate the library into your application. Utilize...

    blog.groupdocs.com/viewer/stl-viewer-online/
  9. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....utilizing a popular conversion library, we will demonstrate how to...installing the document conversion library and adjusting the input and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....most well-liked conversion library, we will generate PDF from...installing document conversion library and modifying the input and...

    kb.groupdocs.com/conversion/net/how-to-convert-...