Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 8,215 for

document conversion api

(0.41 sec)
  1. 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....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  3. Character replacement during Indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/net/character-replace...
  4. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically in Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/text-file-encodi...
  5. How to Add Point Annotation in PDF using C#

    This article offers guidance on how to add point annotation in PDF using C#. Additionally, it includes code and steps to insert point annotation to PDF in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/annotation/net/how-to-add-poin...
  6. Spelling corrector | GroupDocs

    This article gives the knowledge of the Api methods which can be used to perform operations about spelling corrector using Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the Api methods which can be used to perform operations about stop word dictionary using Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/stop-word-dictio...
  8. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/net/updating-metadata/
  9. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/java/deleting-slides-...
  10. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/net/inserting-edited-...