Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 12,010 for

docx comparison

(0.2 sec)
  1. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, Docx, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....Comparison Product Solution GroupDocs...Available options are: Doc, Docm, Docx, Dot, Dotx, Rtf, Odt, Ott, Mobi...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-di...
  5. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  6. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...Microsoft Word formats (DOC, DOCX, DOCM, DOT, DOTX, DOTM) Microsoft...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  7. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...WordProcessing family (DOC, DOCX, ODT, RTF, etc.), Spreadsheet...

    docs.groupdocs.com/viewer/net/search-highlight-...
  8. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, Docx, Excel or PowerPoint document using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs..."c:\sample.docx" ; String filePath2 = "c:\sample2.docx" ; String...

    docs.groupdocs.com/merger/java/merge-pages-from...
  9. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Comparison Product Solution GroupDocs...Redactor ( @"protected_sample.docx" , loadOptions )) { // Here...

    docs.groupdocs.com/redaction/net/load-password-...
  10. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Comparison Product Solution GroupDocs...redacted with open ( "source.docx" , "rb" ) as stream_in : with...

    docs.groupdocs.com/redaction/python-net/load-fr...