Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 18,473 for

docx to doc

(0.1 sec)
  1. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your Documents effortlessly with ConvertToImages. Convert pages To high-quality image files quickly and easily for enhanced sharing and sTorage.... string doc = MyDir + "Big document.docx" ; Stream [] streams...Converter . ConvertToImages ( doc , SaveFormat . Png ); ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.low...
  2. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... doc = aw . Document () paragraph = doc . first_section...assertEqual ( 'Placeholder value' , doc . range . fields [ 2 ] . result...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert MHTML to JPG – Java Code and Online Con...

    Sample Java code for MHTML To JPG conversion with Aspose.HTML for Java. Use it To convert MHTML To JPG in any Java web or deskTop application....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/java/conversion/mhtml-...
  4. Body | Aspose.Words for .NET

    Create and cusTomize a new Body instance effortlessly with our intuitive construcTor. Experience seamless integration for your projects Today!...DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/bod...
  5. Paragraph | Aspose.Words for .NET

    Create dynamic content effortlessly with our Paragraph construcTor. Easily initialize and cusTomize your Paragraph class for enhanced readability....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/par...
  6. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageInfo.SizeInPoints | Aspose.Words for .NET

    Discover the PageInfo SizeInPoints property To easily access your page size in points for precise layout control and enhanced design efficiency....Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  8. CustomPartCollection.clear method | Aspose.Word...

    CusTomPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CustomPartCollection.count property | Aspose.Wo...

    CusTomPartCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomPart.clone method | Aspose.Words for Python

    CusTomPart.clone method. Makes a deep enough copy of the object... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

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