Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 3,755 for

image metadata

(0.1 sec)
  1. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...Office Word documents Extract metadata from Microsoft Office Word...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Metadata Product Solution GroupDocs...presentations to other formats like images, HTML, XML, etc. It may be...

    docs.groupdocs.com/conversion/net/convert/prese...
  3. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Metadata Product Solution GroupDocs...merge TIF images using C# How to merge TIF images using C# Leave...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Metadata Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background Images...Metadata Product Solution GroupDocs...watermark to all background images Extracting information about...

    docs.groupdocs.com/watermark/net/working-with-s...
  6. Split a worksheet into pages | GroupDocs

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and Image formats using GroupDocs.Viewer Python API....Metadata Product Solution GroupDocs...appear on a worksheet. In the image below, the vertical page break...

    docs.groupdocs.com/viewer/python-net/split-work...
  7. Generate content for static sites | GroupDocs

    Convert documents to Markdown with YAML front matter for Jekyll, Hugo, and Docusaurus...Metadata Product Solution GroupDocs...front matter from document metadata. Convert with front matter...

    docs.groupdocs.com/markdown/net/static-site-gen...
  8. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Metadata Product Solution GroupDocs...another format like PDF, HTML, or image for easier mailing, printing...

    docs.groupdocs.com/conversion/java/convert/word...
  9. YAML front matter | GroupDocs

    Generate YAML front matter from document Metadata for static site generators...Metadata Product Solution GroupDocs...IncludeFrontMatter to extract document metadata into a YAML block at the beginning...

    docs.groupdocs.com/markdown/net/front-matter/
  10. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Metadata Product Solution GroupDocs...Sub End Module The following image illustrates the result: Configure...

    docs.groupdocs.com/viewer/net/specify-cad-rende...