Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 18,330 for

docx to doc

(0.28 sec)
  1. Make A Document In Python

    Create a file using Python via .NET library. Easily create a new Document in Python in a few steps....easily make a document in PDF, DOC, DOCX, HTML, EPUB, and many other...with just a few lines of code. DOCX Node Python Java C# C++ View...

    products.aspose.com/words/python-net/make/
  2. Several JPG Into TIFF Python

    Merge multiple JPG inTo TIFF in Python code. Save JPG as TIFF using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.tiff" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  3. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX To Word in C#. Use .NET library API To convert PowerPoint To Word...presentation = new Presentation(); var doc = new Document(); var builder...builder = new DocumentBuilder(doc); foreach ( var slide in presentation...

    products.aspose.com/slides/net/conversion/pptx-...
  4. Several JPG Into JPG Javascript

    Merge multiple JPG inTo JPG in JavaScript code. Save JPG as JPG using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  5. Make WORD Using Python

    Make a new a Word Document in Python in a few steps. Easily create a Word Document using Python via .NET library.... DOCX Node Python Java C# C++ View...a new DOCX using Python Copy Examples Output format DOCX PDF MD...

    products.aspose.com/words/python-net/make/word/
  6. SvgTextOutputMode enumeration | Aspose.Words fo...

    Aspose.Words.Saving.SvgTexToutputMode enumeration. Allows To specify how text inside a Document should be rendered when saving in SVG format....docx document to .svg. let doc = new aw . Document...Document ( base . myDir + "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Several Image Into PNG Python

    Merge multiple Image inTo PNG in Python code. Save Image as PNG using Python....png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.png" ) Run code...

    products.aspose.com/words/python-net/merge/imag...
  8. Several Image Into SVG Python

    Merge multiple Image inTo SVG in Python code. Save Image as SVG using Python....png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.svg" ) Run code...

    products.aspose.com/words/python-net/merge/imag...
  9. Several Image Into GIF Python

    Merge multiple Image inTo GIF in Python code. Save Image as GIF using Python....png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.gif" ) Run code...

    products.aspose.com/words/python-net/merge/imag...
  10. SvgTextOutputMode enumeration | Aspose.Words fo...

    aspose.words.saving.SvgTexToutputMode enumeration. Allows To specify how text inside a Document should be rendered when saving in SVG format....docx document to .svg. doc = aw . Document (...file_name = MY_DIR + 'Document.docx' ) # Configure the SvgSaveOptions...

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