Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 20,614 for

docx

(0.04 sec)
  1. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/optimizing-shards/
  2. Search thread safety | Documentation

    This article shows that how search thread safety works....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/search-th...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/exporting-metad...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/exporting-meta...
  5. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Load document from url | Documentation

    Learn how to Load document from url....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/load-document-fro...
  7. 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....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Microsoft Word formats (DOC, DOCX, DOCM, DOT, DOTX, DOTM) Microsoft...viewer = new Viewer ( "sample.docx" )) { // Create an HTML file...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  9. Verify Digital Signature in Documents using Java

    Verify digital signatures in digitally signed Word documents, Excel sheets, PowerPoint presentations, and PDF files using Electronic Signature Java API....processing documents like MS Word DOC/DOCX , Excel spreadsheets XLS/XLSX...

    blog.groupdocs.com/signature/verify-digital-sig...
  10. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...转换为 PDF 如何使用 Java 将 DOC 转换为 DOCX 如何使用 C# 将 HTML 转换为 Word 如何在...

    kb.groupdocs.com/zh/conversion/page/16/