Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 12,026 for

docx comparison

(0.04 sec)
  1. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....Comparison Product Solution GroupDocs...document. Ex: @"C:\Docs\source.docx" using ( var metadata = new...

    docs.groupdocs.com/metadata/net/load-a-password...
  3. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Comparison Product Solution GroupDocs...snippet shows how to render a .docx document to PDF: Java import...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  4. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Comparison Product Solution GroupDocs...stream = File . Open ( @"sample.docx" , FileMode . Open , FileAccess...

    docs.groupdocs.com/redaction/net/load-from-stream/
  5. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/indexing/
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  7. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  8. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  10. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/searching/