Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 3,138 for

file format conversion

(0.12 sec)
  1. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Conversion Product Solution GroupDocs...extracted from a file are marked with tags. Some file formats and metadata...

    docs.groupdocs.com/metadata/net/removing-metadata/
  2. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/basic-usage/
  3. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its Format is supported, but not pre-configured....Conversion Product Solution GroupDocs...reason files have non-standard extensions or if its format is supported...

    docs.groupdocs.com/redaction/java/extend-suppor...
  4. Introducing GroupDocs.Assembly for .NET | Group...

    GroupDocs.Assembly for .NET 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 it is a report generator which generates an output document based on the data source, in the template’s Format as or in the specified output Format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Conversion Product Solution GroupDocs...template’s format as or in the specified output format. Since GroupDocs...

    docs.groupdocs.com/assembly/net/introducing-gro...
  5. A Year of Great Achievements: 2012 in Review

    For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....a new app, the GroupDocs Conversion , in addition to our legacy...solutions. New App - GroupDocs Conversion # In addition to our legacy...

    blog.groupdocs.com/viewer/a-year-of-great-achie...
  6. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation Files of PPT, PPTX, ODP and may other Formats with couple C# code lines and GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge PowerPoint Presentations...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  7. 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...popular file formats. Java metadata changer API gets the file as input...

    docs.groupdocs.com/metadata/java/
  8. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other documents using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...(EPUB, FB2, CHM) And 50+ other formats GroupDocs.Parser’s text extractor...

    docs.groupdocs.com/parser/python-net/extract-te...
  9. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its Format is supported, but not pre-configured....Conversion Product Solution GroupDocs...reason files have non-standard extensions or if its format is supported...

    docs.groupdocs.com/redaction/python-net/extend-...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File Format inFormation. Load a GIF image Extract the root metadata package Use the FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...