Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 6,482 for

file comparison

(1.27 sec)
  1. 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....Comparison Product Solution GroupDocs...formats — including an AGENTS.md file inside the pip package itself...

    docs.groupdocs.com/markdown/python-net/agents-a...
  2. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Comparison Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/java/indexing-from-di...
  3. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/
  4. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...data embedded in the document file itself, like PDF. But other...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  5. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Comparison Product Solution GroupDocs...metadata across a variety of file formats. Whether you are building...

    docs.groupdocs.com/metadata/net/use-cases/
  6. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  7. Set document metadata on save | GroupDocs

    Clone metadata from the source or target document, or supply custom author/company metadata to the result File using SaveOptions.CloneMetadataType in GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/set-document-...
  8. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  9. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions....Comparison Product Solution GroupDocs...webpage.htm The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-hy...
  10. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX Files efficiently for your projects....Comparison Product Family GroupDocs...Extracting images from PPTX files is a common requirement for...

    kb.groupdocs.com/parser/net/extract-images-from...