Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 12,787 for

docx comparison

(1.19 sec)
  1. 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...
  2. 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...
  3. Clean metadata | GroupDocs

    Sometimes you just need to remove all metadata properties without applying any filters. The best way to do this is the sanitize method of GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/clean-me...
  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. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Comparison Product Solution GroupDocs...hash for image similarity comparison. But there are other image...

    docs.groupdocs.com/watermark/java/searching-wat...
  6. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....Comparison Product Solution GroupDocs...demonstrates how to embed PDF file into DOCX document as OLE object using...

    docs.groupdocs.com/merger/net/add-document-to-w...
  7. Redaction basics | GroupDocs

    This article shows that how Python developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....Comparison Product Solution GroupDocs...supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...

    docs.groupdocs.com/redaction/python-net/redacti...
  8. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Comparison Product Solution GroupDocs...setFileFormat ( PdfSaveFileFormat . DocX ); saveOptions . setOverwriteExisting...

    docs.groupdocs.com/signature/java/save-signed-p...
  9. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" , new LoadOptions ( preRasterize...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  10. How to Convert XML to CSV in Java

    Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion....Comparison Product Family GroupDocs...other document formats such as DOCX, PPTX, RTF, BMP, JPG, MHTML...

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