Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 162,386 for

docx

(0.11 sec)
  1. Several WORD Into MARKDOWN C++

    Merge multiple a Word document into MARKDOWN in C++ code. Save a Word document as MARKDOWN using C++....example in C++ to combine multiple DOCX to MD Copy Examples Input files...want to merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/cpp/merge/word-to-mar...
  2. Several WORD Into TXT C++

    Merge multiple a Word document into TXT in C++ code. Save a Word document as TXT using C++....example in C++ to combine multiple DOCX to TXT Copy Examples Input files...want to merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM...

    products.aspose.com/words/cpp/merge/word-to-txt/
  3. Aspose::Words::Saving::SvgSaveOptions::get_FitT...

    Aspose::Words::Saving::SvgSaveOptions::get_FitToViewPort method. Specifies if the output SVG should fill the available viewport area (browser window or container). When set to true width and height of output SVG are set to 100%. The default value is false in C++....docx document to .svg. auto doc =...( get_MyDir () + u "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. FontInfoCollection.embed_true_type_fonts proper...

    FontInfoCollection.embed_true_type_fonts property. Specifies whether or not to embed TrueType fonts in a document when it is saved... This option works for DOC, DOCX and RTF formats only. Examples...file_name = MY_DIR + 'Document.docx' ) font_infos = doc . font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SvgSaveOptions.fitToViewPort property | Aspose....

    SvgSaveOptions.fitToViewPort property. Specifies if the output SVG should fill the available viewport area (browser window or container)...docx document to .svg. let doc =...Document ( base . myDir + "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...supported for MS Word native formats DOCX, WML, RTF and DOC. Examples..."PageSetup.SetTextOrientation.docx" ); See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert TEXT To WORD C#

    Convert TEXT to WORD format in C# code. Save TEXT as WORD using C#.... DOCX Node Python Java C# C++ View...example in C# to convert TXT to DOCX format Download Copy Examples...

    products.aspose.com/words/net/conversion/text-t...
  8. How to Insert Picture in Word using Java

    In this brief tutorial, you will learn how to insert picture in Word using Java in Windows, MacOS, or Linux. This tutorial can be used to add picture in Word document using Java in the header or contents part....can save the file in DOC or DOCX format after adding the picture...output file is saved back in DOCX format however, you may select...

    kb.aspose.com/words/java/how-to-insert-picture-...
  9. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。...ToLower ()) { case "docx" : targetBlobName += ".docx" ; document ....Aspose . Pdf . SaveFormat . DocX ); break ; case "html" : targetBlobName...

    docs.aspose.com/pdf/zh/net/converting-documents...
  10. Convert Word DOC to EPUB using C#

    Follow this article to convert Word DOC to EPUB using C#. It has the details to set the IDE, a list of steps, and sample code to change Docx to EPUB using C#.... Steps to Convert DOCX to EPUB using C# Set the environment...This code has demonstrated the DOCX to EPUB conversion using C#...

    kb.aspose.com/words/net/convert-word-doc-to-epu...