Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 12,322 for

docx comparison

(0.23 sec)
  1. 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...
  2. 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...
  3. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom......metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG,...selective metadata properties of DOCX, XLSX, PPTX, PDF documents,...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/save-wi...
  5. How to Convert PDF to CSV using Java

    This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Comparison Product Family GroupDocs...various other formats such as DOCX, TIFF, XLSX, HTML, JPG, and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Extract data from ZIP archives | GroupDocs

    Learn how to extract data from ZIP archives using GroupDocs.Parser for Python via .NET. Extract files, iterate through archive contents, and parse nested archives....Comparison Product Solution GroupDocs...to extract (e.g., ['.pdf', '.docx']) """ os . makedirs ( output_dir...

    docs.groupdocs.com/parser/python-net/extract-da...
  7. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....Comparison Product Solution GroupDocs...ument.docx" String filePath = "protected-document.docx" ; Watermarker...

    docs.groupdocs.com/watermark/java/load-password...
  8. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Comparison Product Family GroupDocs...document formats including DOC, DOCX, XLSX, PPTX, and many more....

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  9. 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 .NET....Comparison Product Solution GroupDocs...@"c:\sample.docx" ; string filePath2 = @"c:\sample2.docx" ; string...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  10. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/image-search-opt...