Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 3,254 for

file format conversion

(0.27 sec)
  1. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Conversion Product Family GroupDocs...including sample code example and conversion library configuration. You...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Conversion Product Family GroupDocs...content in a browser-friendly format. This process is especially...

    kb.groupdocs.com/search/net/export-indexed-docu...
  3. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....for storing your GroupDocs files. With this enhancement, you...within GroupDocs and store your files in the Azure container. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.total-p...
  4. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....Conversion Product Family GroupDocs...developers who need to handle Excel files containing embedded images,...

    kb.groupdocs.com/parser/net/extract-images-from...
  6. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Conversion Product Solution GroupDocs...Console . WriteLine ( string . Format ( "at {0}: {1}" , result ....

    docs.groupdocs.com/parser/net/migration-notes/
  7. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from Files of different types. You don’t need to worry about the exact File Format and metadata standards it can deal with. The same code will work for all supported Formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported Files in various metadata packages. All tags defined in GroupDocs....Conversion Product Solution GroupDocs...desired metadata properties from files of different types. You don’t...

    docs.groupdocs.com/metadata/python-net/extracti...
  8. Extracting metadata | GroupDocs

    This article shows how to extract metadata properties from your Files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...Conversion Product Solution GroupDocs...DOC, PPT, XLS and many other files of different types in your ...

    docs.groupdocs.com/metadata/net/extracting-meta...
  9. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....Conversion Product Family GroupDocs...need to remove it from DOCX files for privacy, security, or compliance...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Conversion Product Solution GroupDocs...a word processing document format which can be used as an alternative...

    docs.groupdocs.com/assembly/net/generating-repo...