Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 22,061 for

docx

(0.13 sec)
  1. 如何在 C# 中将 Word 文档转换为图像

    在本教程中,您将学习如何在 C# 中将 Word 文档转换为图像。 C# 中的此代码将 Word 文档中的所有页面转换为单独的 PNG 图像文件。...NET,您可以将文档(例如 DOCX、DOC、RTF、ODT、HTML)转换为图像文件格式,例如...

    kb.aspose.com/zh/words/net/how-to-convert-word-...
  2. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....used when saving to a DOC or DOCX file. By default this property...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::LoadFormat enum | Aspose.Words f...

    Aspose::Words::LoadFormat enum. Indicates the format of the document that is to be loaded in C++.... Docx 20 Office Open XML WordprocessingML...+ u "HtmlLoadOptions.BaseUri.docx" ); See Also Namespace Aspose::Words...

    reference.aspose.com/words/cpp/aspose.words/loa...
  4. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why paragraphs imported using Document Library is sometimes split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...imported from another format (like DOCX or RTF), the conversion process...Document("path/to/your/document.docx"); Paragraph paragraph = doc...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  5. Aspose::Words::Fields::FieldPrivate class | Asp...

    Aspose::Words::Fields::FieldPrivate class. Implements the PRIVATE field. To learn more, visit the documentation article in C++....docx format. auto doc = MakeObject...+ u "Field sample - PRIVATE.docx" ); // WordPerfect 5.x/6.x documents...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. NumberStyle enumeration | Aspose.Words for Node.js

    Aspose.Words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers.... It is supported by DOCX format only. Examples Shows...artifactsDir + "Lists.CreateCustomList.docx" ); See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 如何使用 C# 将 Word 转换为 PDF

    这个简短的教程指导如何使用 C# 将 Word 转换为 PDF。您可以通过在浏览器或任何其他查看器中打开时设置输出 PDF 外观和其他属性来控制在 C# 中将 Word 导出为 PDF 的过程。...如何使用 C# 将 Word 转换为 PDF,方法是加载源 DOCX 文件并使用 PdfSaveOptions 类来配置输出...

    kb.aspose.com/zh/words/net/how-to-convert-word-...
  8. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....docx"); // Create a "PsSaveOptions"...used when saving to a DOC or DOCX file. getUpdateAmbiguousTe()...

    reference.aspose.com/words/java/com.aspose.word...
  9. FileFormatUtil | Aspose.Words for Java

    Provides utility methods for working with file formats such as detecting file format or converting file extensions to/from file format enums in Java....docx"); Assert.assertEquals(".docx", FileFormatUtil...sign(getMyDir() + "Document.docx", getArtifactsDir() + "File...

    reference.aspose.com/words/java/com.aspose.word...
  10. FileFormatUtil.detect_file_format method | Aspo...

    aspose.words.FileFormatUtil.detect_file_format method...docx' ) self . assertEqual ( '.docx' , aw . FileFormatUtil...src_file_name = MY_DIR + 'Document.docx' , dst_file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...