Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 56,151 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. 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...
  3. 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...
  4. 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-...
  5. 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...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Api Change Dete......NET & Java Developers API Change Detection compare documents...Conversion Node.js Conversion API Rotate Image SVG to PNG SVG to...

    blog.groupdocs.com/pt/tags/index.xml
  7. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Editor for .NET...Upgrade an Order Support Docs API Reference Live Demos Free Support...notable examples: 1. Exploring the API RestFul Service Explore an example...

    docs.groupdocs.com/editor/net/showcases/
  8. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more PDF files in Java using document Comparison Api. Highlight the differences and accept or reject the identified changes....the document comparison Java API by now. I will be using the same...another one using Java. Get a Free API License # You can get a free...

    blog.groupdocs.com/comparison/compare-multiple-...
  9. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata Api allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs Metadata API allows the user to read Adobe...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Convert SVG to PNG using C# - Vector Graphics t...

    Convert SVG vector graphics to PNG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using .NET Api....NET API to Convert Images # GroupDocs...develpers with its Conversion API to convert image formats into...

    blog.groupdocs.com/conversion/convert-svg-to-pn...