Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 9,609 for

docx to doc

(0.07 sec)
  1. MergeFormatMode | Aspose.Words for Java

    Specifies how formatting is merged when combining multiple Documents in Java....docx"; String inputDoc2 = getMyDir() + "Tables.docx"; Merger... + "LowCode.MergeDocument.1.docx", new String[]{inputDoc1, inputDoc2});...

    reference.aspose.com/words/java/com.aspose.word...
  2. SplitterContext.SplitOptions | Aspose.Words for...

    Discover how To optimize Document management with SplitterContext's SpliToptions property for efficient and flexible content splitting. Enhance your workflow Today.... string doc = MyDir + "Big document.docx" ; SplitterContext...( splitterContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  3. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during Document loading or saving.... DOCX Module that reads/writes DOCX files. DOC Module that...that reads/writes binary DOC files. TEXT Module that reads/writes...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TexTorientation property To easily set page text direction. CusTomize your layout with options beyond the default Horizontal....Word native formats DOCX, WML, RTF and DOC. Examples Shows how...set text orientation. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  5. FontInfoCollection.saveSubsetFonts property | A...

    FontInfoCollection.saveSubsetFonts property. Specifies whether or not To save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Watermarker.Create | Aspose.Words for .NET

    Create a new watermarker processor with our innovative method for enhancing your images and protecting your content effortlessly.... string doc = MyDir + "Big document.docx" ; string watermarkText...watermarkerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  7. How to Create Word Document using Java

    In this short tuTorial, you will learn how To create Word Document using Java in Windows, Mac OS, Ubuntu. The code sample can create a Word Document in Java....You can create the file in DOC or DOCX format which can contain...

    kb.aspose.com/words/java/how-to-create-word-doc...
  8. Document.expandTableStylesToDirectFormatting me...

    Document.expandTableStylesToDirectFormatting method. Converts formatting specified in table styles inTo direct formatting on tables in the Document....might be useful when you load a DOCX or WordprocessingML document...follows: Table styles defined in DOCX or WordprocessingML documents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How to Password Protect a Word Document in C#

    This tuTorial provides information on how To password protect a Word Document in C#. You will get the detailed information for configuring the IDE, detailed steps To understand the programming model and a runnable sample code To demonstrate the process To protect Word Document in C#....Word document in C# like DOC , DOCX , or any other Word file...

    kb.aspose.com/words/net/how-to-password-protect...
  10. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying To create a word-like text box in a PDF Document. I was able To do it in a Word file (using aspose of course), but don’t know how To do it in PDF. This text box needs To have a small picture, a text and …...word document in the variable “doc”) byte[] picDecoded = Base64...DocumentBuilder(doc); float widthInPoints = doc.getPageInfo(0)...

    forum.aspose.com/t/trying-to-create-a-word-like...