Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 56,245 for

api

(0.1 sec)
  1. Edit XML Files | Online Editing & Programmatic ...

    Discover efficient ways to edit XML files. Either edit XML files online or do it programmatically using C# & Java....to manipulate XML files using APIs tailored for various programming...resources related to the .NET API, you can access these through...

    blog.groupdocs.com/editor/edit-xml-files/
  2. An Efficient Document Formats Comparison & Chan...

    About Anglo-Eastern Ship Management Anglo-Eastern Ship Management Limited is a ship management company focusing on managing commercial ships. It helps ship owners (direct clients) to ensure ships documentation necessary for trading requirements, maintenance, voyages, staffing, regulatory conformities, legal requirement, and maintenance will be operationally sound. As a ship management, it is at our utmost concerns to operate at the port or at sea. This entails huge documentation such as safety manuals, crew documents, forms and reports to and from the ships to office and vice versa which requires tracking and analysis to meeting regulatory requirements and performance monitoring....Comparison ” to leverage as an API tool incorporated in our Nautic...truly matched with the GroupDocs API providing the complete document...

    blog.groupdocs.com/comparison/document-formats-...
  3. Add Watermark to Images in C# | Text & Image Wa...

    C# ways to add text to image as watermark, or add image watermarks to PNG, JPG/JPEG, WebP, GIF, TIFF, BMP images using .NET Watermarking Api by GroupDocs....NET Watermarking API for documents and images . Add...Watermarking API for .NET # GroupDocs.Watermark for .NET is an API for...

    blog.groupdocs.com/watermark/add-watermark-to-i...
  4. 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...
  5. 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...
  6. 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...
  7. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# Api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....Upgrade an Order Support Docs API Reference Live Demos Free Support...has no GUI, but only a public API, so it should be used within...

    docs.groupdocs.com/editor/net/product-overview/
  8. Announcing GroupDocs.Markdown for .NET — Export...

    Export PDF, Word, Excel, HTML, and more to Markdown with an on‑premises .NET Api. See features, roadmap, and how to get started....NET is a document processing API that enables you to export PDF...Intuitive API design: Simple, developer-friendly API created with...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  9. Evaluation Limitations and Licensing | Document...

    GroupDocs.Assembly for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Upgrade an Order Support Docs API Reference Live Demos Free Support...may want quick access to the API. To make this easier, GroupDocs...

    docs.groupdocs.com/assembly/python-net/evaluati...
  10. Working with CAD metadata | Documentation

    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...