Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 3,074 for

image annotation

(0.25 sec)
  1. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....Annotation Product Solution GroupDocs...may be large. For example, images or fonts are stored as stream...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....Annotation Product Solution GroupDocs...may be large. For example, images or fonts are stored as stream...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Annotation Product Solution GroupDocs...(); Adding watermark to all images in header and footer GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  4. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract Images from PowerPoint in C# and a sample working code on how to get Images from PowerPoint using C#....Annotation Product Family GroupDocs...Product Family How to Extract Images from PowerPoint in C# In this...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  5. GroupDocs.Markdown for Python via .NET | GroupDocs

    Convert PDF, Word, Excel, and other documents to clean Markdown using Python....Annotation Product Solution GroupDocs...strict CommonMark Flexible image handling — Base64, file system...

    docs.groupdocs.com/markdown/python-net/
  6. 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....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Annotation Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second slide...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. GroupDocs.Viewer for Node.js via Java

    This API allows you to view and render any type of file format using Node.js on any platform....Annotation Product Family GroupDocs...js Render Word Document to Image using Node.js Render Word to...

    kb.groupdocs.com/viewer/nodejs/
  9. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain removing metadata from photos, adding metadata to photos, removing metadata from pdf, adding metadata to various formats and many more examples....Annotation Product Solution GroupDocs...folders will look like following image: This project is created in...

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  10. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Annotation Product Solution GroupDocs...immediately before adding indexed image to an index. The event can be...

    docs.groupdocs.com/search/nodejs-java/search-in...