Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 3,306 for

file format conversion

(2 sec)
  1. Accept or Reject revisions | GroupDocs

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Conversion Product Solution GroupDocs...get revisions from a Docx file format, process, and save the processing...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. 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...
  3. Read Metadata from PPTX using C#

    Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....Conversion Product Family GroupDocs...intricacies of data embedded within files is becoming increasingly important...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  4. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Conversion Product Solution GroupDocs...Add directly to your .csproj file: <PackageReference Include=...

    docs.groupdocs.com/markdown/net/installation/
  5. Add Text Watermark to RTF Using Python

    Learn how to add text watermark to RTF using Python. This tutorial shows how to embed text watermarks into RTF documents with custom font, color, and alignment....Conversion Product Family GroupDocs...RTF Using Python Rich Text Format ( RTF ) documents remain popular...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Extract images from document | GroupDocs

    Learn how to extract images from documents using GroupDocs.Parser for .NET. Extract images with position data, rotation, and Format inFormation from PDF, Word, Excel in C#....Conversion Product Solution GroupDocs...contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/net/extract-images-fr...
  7. GroupDocs.Viewer for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.11. Available now on NuGet and GroupDocs website....bugs across all supported formats. What’s new in this release...Presentation document to any output format. The feature is exposed through...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  8. Render TXT as HTML with External Resources usin...

    Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....Conversion Product Family GroupDocs...Resources using Python Plain text files are often used for storing lightweight...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  9. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for Python via .NET is AI agent and LLM friendly — machine-readable documentation, MCP server, AGENTS.md shipped in the package, and structured output for RAG pipelines....Conversion Product Solution GroupDocs...in multiple formats — including an AGENTS.md file inside the pip...

    docs.groupdocs.com/markdown/python-net/agents-a...
  10. How to Convert Word to PDF using C#

    Easily do document Conversion between two popular Formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....Conversion Product Family GroupDocs...document conversion between two popular document formats. We will...

    kb.groupdocs.com/conversion/net/how-to-convert-...