Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 564 for

image to presentation conversion

(0.6 sec)
  1. Merge SVG files using C#

    This article will outline essential steps To merge SVG files using C# and offer a sample code example To illustrate the process of how To combine SVG files in C#....Conversion Product Family GroupDocs...Vector Graphics) files using C# presents an efficient solution for...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  2. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package reposiTory GroupDocs.Metadata for Java - A metadata management API for documents To create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users To perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, web pages, email messages, and Images and render/display them in HTML, PDF, PNG, and JPEG formats....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, web pages, email...

    docs.groupdocs.com/metadata/java/
  3. Create EditableDocument from File or Markup | G...

    This article explains how To create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.EdiTor for Node.js via Java API....Conversion Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets) that are...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  4. Create EditableDocument from file or markup | G...

    This article explains how To create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.EdiTor for Java API....Conversion Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets), that...

    docs.groupdocs.com/editor/java/create-editabled...
  5. Working with Resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.EdiTor for Node.js via Java....Conversion Product Solution GroupDocs...have resources. First of all, images; some document formats also...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  6. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.EdiTor for Java....Conversion Product Solution GroupDocs...resources. It is first of all images, some document formats also...

    docs.groupdocs.com/editor/java/working-with-res...
  7. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your Java application....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, web pages, email...

    docs.groupdocs.com/viewer/java/
  8. 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....Conversion Product Solution GroupDocs...searching (e.g., ZIP archives, images, or other non-text formats)...

    docs.groupdocs.com/parser/net/developer-guide/a...
  9. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jConversion Product Solution GroupDocs...all possible properties are presented in the getKnowPropertyDescr...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your .NET application....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, web pages, email...

    docs.groupdocs.com/viewer/net/