Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 3,293 for

library

(0.46 sec)
  1. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/net/homophone-search/
  2. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/net/highlighting-resu...
  3. Search for built-in Metadata signatures | Group...

     This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/search-for-bu...
  4. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/delete-signat...
  5. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to Add Watermark Annotation using Java

    Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....of the popular annotation libraries for adding watermark annotation...project with the required library and importing essential classes...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  7. Product Overview | GroupDocs

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....a powerful and lightweight library which allows you to edit most...GroupDocs.Editor is a Java class library (DLL), that is designed to...

    docs.groupdocs.com/editor/java/product-overview/
  8. Adding a watermark alters the original word doc...

    Hello, We’re trying to add watermark in Word documents using the Java module groupdocs-watermark. Watermarks are being added succesfully, but they alter the original document (blank spaces/lines or modifying text align…...AllowOnlyFormFields locking option, the library relies on Word’s sectioning...ReadOnlyWithEditable option, the library instead uses editable ranges...

    forum.groupdocs.com/t/adding-a-watermark-alters...
  9. How to Convert Word to PDF in Java

    Easily transform documents without a third-party tool and discover how to convert Word to PDF in Java, as well as check sample code to convert DOCX to PDF in Java....transformation, simply add a library, initialize classes, set properties...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....After configuring your chosen library and adjusting file paths, the...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...