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

docx comparison

(0.09 sec)
  1. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Homophone dictionary | Documentation

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

    docs.groupdocs.com/search/nodejs-java/homophone...
  3. Word forms provider | Documentation

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

    docs.groupdocs.com/search/nodejs-java/word-form...
  4. How to Run Examples | Documentation

    This article describes how to run GroupDocs.Merger for .NET code examples....Comparison Product Solution GroupDocs...string firstDocPath = @"C:\sample.docx" ; // NOTE: Put here actual...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  5. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...pages of a Word document ( .docx ) into a PDF: ConvertSpecificPages...

    docs.groupdocs.com/conversion/java/convert-spec...
  6. Install GroupDocs.Total for Java | Documentation

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

    docs.groupdocs.com/total/java/installation/
  7. Load WordProcessing document with options | Doc...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...Available options are: Doc, Docm, Docx, Dot, Dotm, Dotx, Rtf, Odt,...

    docs.groupdocs.com/conversion/java/load-wordpro...
  8. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Comparison Product Solution GroupDocs...WordProcessing format — DOC, DOCX, RTF, ODT etc. There is also...

    docs.groupdocs.com/editor/net/output-format-and...
  9. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....Comparison Product Solution GroupDocs...some WordProcessing format like DOCX or RTF, the textual content...

    docs.groupdocs.com/editor/java/enabling-languag...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...Microsoft Word Document (DOC/DOCX) formats. Since ODT is not a...

    docs.groupdocs.com/assembly/net/generating-repo...