Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 3,109 for

file format conversion

(0.12 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...embedded into a variety of image formats such as JPEG, TIFF, etc. Note...

    docs.groupdocs.com/metadata/python-net/working-...
  2. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java....Conversion Product Family GroupDocs...understanding the details within files is becoming very important....

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  3. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Conversion Product Solution GroupDocs...advanced_usage.AddingMetadata File folder = new File ( Constants . InputPath...

    docs.groupdocs.com/metadata/java/adding-metadata/
  4. Extract text structure | GroupDocs

    Learn how to extract text structure from documents using GroupDocs.Parser for Python via .NET. Get XML representation of document structure including paragraphs, tables, lists....Conversion Product Solution GroupDocs...sample.docx The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-te...
  5. 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...
  6. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Conversion Product Family GroupDocs...removing metadata from DOCX files becomes an important task. While...

    kb.groupdocs.com/redaction/java/remove-metadata...
  7. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Conversion Product Family GroupDocs...Open Document Text ( ODT ) format is quite common in business...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  8. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Audio / Working with MP3...

    docs.groupdocs.com/metadata/java/handling-the-a...
  9. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data Files, archives and PDF documents with GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...all attachments to a source file, follow these steps: Instantiate...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  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...