Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 10,137 for

document comparison

(0.06 sec)
  1. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed Documents from an index, and how to get the text of indexed Documents in HTML or plain text format....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  2. How to Extract Metadata from PDF using Java

    Let's get familiar ourselves with the process to extract metadata from PDF using Java and learn how to create functionality to get metadata from PDF in Java....Comparison Product Family GroupDocs...the metadata from the PDF document. Further, you will learn how...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  3. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note Document....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet Document formats and others....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  5. Features Overview | GroupDocs

    GroupDocs.Assembly for .NET is an API that allows you to generate Documents in popular microsoft office and email file formats based upon template Documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external Documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/features-overview/
  6. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word Documents to OOXML formats using GroupDocs.Assembly for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  7. 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...
  8. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Comparison Product Family GroupDocs...metadata from documents using one of the best document extraction...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  9. How to Convert Image to Word using C#

    This quick article describes the stepwise process to convert Image to Word using C# and how to develop an application for Image to Word converter in C#....Comparison Product Family GroupDocs...consuming one of the best document converter APIs. Further, this...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert DOCX to OTT using Java

    We'll present straightforward instructions on how to convert DOCX to OTT using Java. Also, we'll provide code sample that explains how to export DOCX to OTT in Java....Comparison Product Family GroupDocs...generate document templates or collaborate with open document standards...

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