Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 7,105 for

may

(0.08 sec)
  1. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....extension does not matter, so you may freely load an XML file not only...with an EditableDocument class, may be passed to the WYSIWYG editor...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  3. Introduction | GroupDocs

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....instances from HTML documents that may be presented in different forms...document. Some of these options may be optional in specific cases...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  4. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code.... Updated on 26 May 2025 English Français Deutsch...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  5. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/search-options/
  6. Extract text in Accurate mode | GroupDocs

    Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-text-in-a...
  7. Install GroupDocs.Assembly for .NET and Apply L...

    Learn how to install GroupDocs.Assembly via NuGet and apply a license to remove evaluation limitations in your .NET applications....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  8. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  9. Sign documents with encrypted metadata text | G...

    This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature API...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/create-custom-...