Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 11,052 for

format

(0.04 sec)
  1. Convert JPG to PPTX using C#

    This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation....PresentationConvertO , specifying the output format as PPTX Finally, save the resulting...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  2. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for .NET. GroupDocs releases this product with the great power of rendering a variety of document Formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for .NET had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....rendering a variety of document formats to HTML and image representations...save the images in various formats. Document generation is no...

    blog.groupdocs.com/viewer/simplest-api-to-get-i...
  3. Viewer replace characters with square - Free Su...

    Hello, we have a new bug. Viewer is replacing some characters and double characters in the document with an empty square. Can you take a look at it? They are not special characters. We are using version 25.2. Thanks, …...context regarding the document format or content? biczdim March 28...

    forum.groupdocs.com/t/viewer-replace-characters...
  4. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) Formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported Formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal InFormation Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract data from various formats / Extract data from Emails...Outlook Storage (ost, pst) formats are supported. Also POP, IMAP...

    docs.groupdocs.com/parser/java/extract-data-fro...
  5. Extract images to files | Documentation

    This article explains that how to extract images to files....options to save images in PNG format ImageOptions options = new...

    docs.groupdocs.com/parser/net/extract-images-to...
  6. Load CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....to set the source document format explicitly with this property...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported Format....embedded into different media formats. The defined XMP data model...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/java/working-with-x...
  9. In-Table List in HTML | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List in HTML Document Reporting Requirement As a report developer, you are required to represent the inFormation of the managers with the following key requirements: Report must show managers’ name. It must show the sum of contract prices against each manager....In-TableList report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/net/how-to-list-attac...