Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 3,238 for

library

(0.06 sec)
  1. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  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.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()); // ....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. Convert DOCX to DOCM using Python

    Learn to convert DOCX to DOCM using Python for macro-enabled Word automation. You can also export DOCX to DOCM using Python with just a few lines of code....by the document processing library. This includes access to the...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. Remove Image Watermark from PPTX Using Python

    Learn how to remove image watermark from PPTX using Python. This tutorial shows how to detect and delete image watermarks in PPTX presentations programmatically....DCT-based image comparison, the library can recognize the watermark...

    kb.groupdocs.com/watermark/python/remove-image-...
  5. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....NET library to your C# project using NuGet...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. Render TXT as PNG using Python

    Discover how to render TXT as PNG using Python. This tutorial explains converting plain text files into PNG images with customizable dimensions....begin by installing Viewer library, which sets up the rendering...

    kb.groupdocs.com/viewer/python/render-txt-as-pn...
  7. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....NET library into your C# project via NuGet...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  8. Change Page Orientation of Word Document in Java

    Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages as portrait or landscape within applications using GroupDocs....Download and Configure # Get the library from the downloads section...

    blog.groupdocs.com/merger/change-page-orientati...
  9. Remove Image Watermark from XLSX Using Python

    Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically....Python-compatible spreadsheet-processing library makes it possible to detect...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Convert ODT to Word using Node.js

    Learn how to convert ODT to Word using Node.js with a simple and efficient approach. Easily export ODT to Word in Node.js using a Java-based conversion Library....you setting up the required library and create high-quality PDF...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...