Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 3,356 for

library

(1.66 sec)
  1. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/document-attribu...
  2. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  3. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output.... Using conversion library, you can easily export DOCX...educational platforms, digital libraries, or business dashboards, converting...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. 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...
  5. 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...
  6. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  7. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....js via Java library you can convert PDF files to...format GroupDocs.Conversion library comes to the rescue. You can...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Automate Watermark Audits in .NET with GroupDoc...

    Learn how to replace error‑prone manual watermark reviews with a short .NET script that scans, validates and reports watermarks using GroupDocs.Watermark....Real‑World Example: Legal Contract Library What Else Can You Do with GroupDocs...Real‑World Example: Legal Contract Library # A law firm stores 15 000...

    blog.groupdocs.com/watermark/audit-automation/net/
  9. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....configured the recommended library and adjusted the file paths...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....After setting up the desired library and adjusting file paths if...

    kb.groupdocs.com/watermark/java/add-text-waterm...