Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 21,173 for

docx

(0.06 sec)
  1. Load document from url | GroupDocs

    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...
  2. Get supported file formats | GroupDocs

    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-...
  3. Exporting metadata properties | GroupDocs

    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...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  5. Exporting metadata properties | GroupDocs

    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...
  6. Load a file of a specific format | GroupDocs

    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...
  7. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....docx document to HTML with responsive...viewer = new Viewer ( "sample.docx" )) { // Create view options...

    docs.groupdocs.com/viewer/net/render-with-respo...
  8. GroupDocs.Markdown for .NET — 将文档导出为 Markdown —...

    使用本地部署的 .NET API 将 PDF、Word、Excel、HTML 等导出为 Markdown。首次公开发布。... 组织经常把文档保存在 PDF、DOCX、XLSX 和 ePub 等格式中。虽然 LLM(大语言模型)对...Markdown for .NET 能将常见文档格式(PDF、DOCX、XLSX、ePub 等)转换为干净、语义化的 Markdown,适用于导入...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  9. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....docx', '.rtf' IndexSettings settings...CreateFileExtension ( ".doc" , ".docx" , ".rtf" ); // Creating file...

    docs.groupdocs.com/search/net/document-filterin...
  10. GroupDocs.Conversion Product Family

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

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