Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 12,657 for

docx comparison

(0.3 sec)
  1. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/spelling-corrector/
  3. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/getting-document...
  4. 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....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/accept-or-re...
  5. GroupDocs.Comparison on GroupDocs Blog | Docume...

    GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET &......Comparison on GroupDocs Blog | Document Automation...Recent content in GroupDocs.Comparison on GroupDocs Blog | Document...

    blog.groupdocs.com/zh/tag/groupdocs.comparison/...
  6. 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...document formats such as DOC, DOCX, DOT, PPTX, PDF, EML, MSG, POT...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  7. 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...Converter class to save JPG as DOCX on the disk These are the key...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....Comparison Product Family GroupDocs...document formats such as DOC, DOCX, XLSX, HTML, RTF, and many more...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...Comparison Product Solution GroupDocs...redactor = new Redactor ( "\\Sample.docx" , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Install GroupDocs.Viewer for Java | GroupDocs

    This topic describes how to install GroupDocs.Viewer for Java....Comparison Product Solution GroupDocs...viewer = new Viewer ( "formatting.docx" ); viewer . view ( HtmlViewOptions...

    docs.groupdocs.com/viewer/java/installation/