Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 59,799 for

api

(0.1 sec)
  1. C# Regex - Search in Documents using Regular Ex...

    Unlock the power of programmatic search in C#! Learn how to search multiple text-based documents across folders with precision using regular expressions....NET API for Regex Search in Documents...the GroupDocs.Search for .NET API. This allows us to search text...

    blog.groupdocs.com/search/search-in-documents-b...
  2. Convert PPTX to RTF using Node.js

    Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow....Find Answers by API GroupDocs.Total Product Family GroupDocs...utilizing a high-performance API library that runs via Java. This...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  3. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT files with password protection using free online app & programmatically using GroupDocs....NET API, you can explore the following links: .NET API Documentation...Java API, you can explore the following links: Java API Documentation...

    blog.groupdocs.com/merger/password-protect-powe...
  4. GroupDocs.Conversion for Node.js 25.11 – 最新更新与修...

    探索 GroupDocs.Conversion for Node.js 25.11 的新功能。现在可在 NuGet 和 GroupDocs 网站上获取。...兼容性修复 底层库更新 包 README 更新 文档更新 公共 API 更改 Converter 类 PdfConvertOptions...and introduces a few public API changes. 此发布的新增内容 # 兼容性修复 # [Fix]...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...
  5. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Upgrade an Order Support Docs API Reference Live Demos Free Support...signature properties review, etc. API allows to search signatures within...

    docs.groupdocs.com/signature/net/search-for-ele...
  7. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .NET — Api to compare two or more files and get the difference between them....Upgrade an Order Support Docs API Reference Live Demos Free Support... shapes, and positions. The API provides the following features:...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  8. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types Api provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Upgrade an Order Support Docs API Reference Live Demos Free Support...Automatically Detected Types API provides the ability to change...

    docs.groupdocs.com/assembly/java/changing-autom...
  9. Working with String Template | GroupDocs

    GroupDocs.Assembly Api allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback GroupDocs.Assembly API allows you to use a string as...

    docs.groupdocs.com/assembly/java/working-with-s...
  10. Convert JSON to CSV - Online and Free Image Con...

    Convert JSON to CSV format using free online conversion tool. Easily export JSON data to CSV...standalone libraries or cloud-based APIs. By exploring these options...Java # You can also use Java APIs to convert JSON files to CSV...

    blog.groupdocs.com/conversion/convert-json-to-csv/