Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 793 for

image to presentation

(0.26 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....all possible properties are presented in the collection. The library...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False Toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text...., ZIP archives, images, or other non-text formats)...external resources (such as CSS, images, or scripts). If your HTML...

    docs.groupdocs.com/parser/net/developer-guide/a...
  3. GroupDocs.Assembly for Java | GroupDocs

    Release notes Package reposiTory GroupDocs.Assembly for Java - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Java reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, email messages, and Images....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/assembly/java/
  4. GroupDocs.Assembly for Python via .NET | GroupDocs

    Release notes Package reposiTory GroupDocs.Assembly for Python via .NET - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/assembly/python-net/
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package....all possible properties are presented in the collection. The library...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. GroupDocs.Assembly for .NET | GroupDocs

    Release notes Package reposiTory GroupDocs.Assembly for Net - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, email messages, and Images....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/assembly/net/
  7. Get document info | GroupDocs

    This article explains how To detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... TasksCount ); } Images using ( Converter converter...converter = new Converter ( "image.png" )) { IDocumentInfo info = converter...

    docs.groupdocs.com/conversion/net/get-document-...
  8. Get document info | GroupDocs

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java.... getTasksCount ()); Images const converter = new groupdocs... conversion . Converter ( "image.png" ); const docInfo = converter...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  9. Document rendering basics | GroupDocs

    Convert documents To PDF, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....files Render PowerPoint presentations Render Visio documents Render...Render XML documents Render Images Was this page helpful? Not...

    docs.groupdocs.com/viewer/python-net/document-r...
  10. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for Node.js To convert different document types To PDF, HTML, PNG, and JPEG formats....files Render PowerPoint presentations Render Visio documents Render...Render Text documents Render Images Render Email messages Was this...

    docs.groupdocs.com/viewer/nodejs-java/document-...