Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 11,360 for

document comparison

(0.09 sec)
  1. How to Convert DOCX to XPS using C#

    This article provides instructions to convert DOCX to XPS using C#. Additionally, we will assist you in developing an application to export DOCX to XPS using C#....Comparison Product Family GroupDocs...converting a DOCX file to an XPS document, along with a code snippet...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert XLSX to TXT using Python

    Convert XLSX to TXT using Python using GroupDocs.Conversion. In this topic, you will learn how to export XLSX to TXT in Python with complete steps and code example....Comparison Product Family GroupDocs...organizations that prioritize accurate document formatting and dependable...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  3. Convert PDF to PS using Java

    This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....Comparison Product Family GroupDocs...using Java In the domain of document processing, the capability...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  4. Extract text from ZIP archive files | GroupDocs

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a Document. Here are the steps to extract an email text from Zip archives:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/delete-text-s...
  6. Developer Guide | GroupDocs

    Step-by-step code examples for merging Documents, splitting, extracting and removing pages, security operations, page preview, and loading Documents with GroupDocs.Merger for Python via .NET. Every example is runnable in the companion GitHub repository....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/developer-...
  7. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from Document page....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/markdown/
  8. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. GroupDocs.Metadata Product Family | GroupDocs

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular Document file formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/