Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 7,267 for

may

(0.19 sec)
  1. Generate PDF and Word Reports from JSON Data in C#

    Programmatically generate reports by converting JSON to PDF & Word using templates in C#. Automate PDF & DOCX reports using .NET API.... You may also test and above and similar...

    blog.groupdocs.com/assembly/generate-reports-fr...
  2. 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...
  3. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/homophone...
  4. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/word-form...
  5. 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...
  6. Convert ODT to PDF using Node.js

    Learn how to convert ODT to PDF using Node.js with a simple and effective method. Follow this guide to easily export ODT to PDF in Node.js applications.... Updated on 05 May 2025 English Français Deutsch...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Many more questions, the list may not end. OLE stands for [Object...

    blog.groupdocs.com/groupdocs.blog/page/35/
  8. Convert PPTX to DOCX using Node.js

    Learn how to convert PPTX to DOCX using Node.js with a step-by-step guide. Easily export PPTX to DOCX in Node.js with simple code and powerful conversion features....valuable information that users may wish to repurpose into editable...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  9. Remove Image Watermark from ODT Using Python

    Learn how to remove image watermark from ODT using Python. This tutorial shows how to detect and delete image watermarks in ODT documents programmatically....include image watermarks, which may appear as logos, approval graphics...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API.... For the details, you may visit the API Reference . <repository>...

    blog.groupdocs.com/parser/count-words-and-occur...