Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 17,106 for

docx to doc

(0.07 sec)
  1. How to Insert Comment in Word using Python

    This article explains how To insert comment in Word using Python. It assists in configuring the IDE environment To use the required libraries, step-by-step procedure To write the program and a runnable sample code To add comment in Word using Python....saving the output file as DOCX , DOC , or any other supported...

    kb.aspose.com/words/python/how-to-insert-commen...
  2. Several Image Into BMP Python

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

    products.aspose.com/words/python-net/merge/imag...
  3. Several JPG Into Image Javascript

    Merge multiple JPG inTo Image in JavaScript code. Save JPG as Image 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-...
  4. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected Document format in C++....property will always return Docx . Examples Shows how to use...format and encryption. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/fil...
  5. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedTrueTypeFonts method. Specifies whether or not To embed TrueType fonts in a Document when it is saved. Default value for this property is false in C++.... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Փոխարկել Պատկեր WORD Javascript

    Փոխարկեք Պատկեր ը WORD ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես WORD օգտագործելով JavaScript:...պատկեր-ից Word փոխակերպման համար: DOCX Node Python Java C# C++ Դիտեք...Կոդի օրինակ JavaScript PNG ը DOCX ձևաչափի փոխարկելու համար Պատճենել...

    products.aspose.com/words/hy/nodejs-net/convers...
  7. Convert GIF to XLSX via C# | Aspose

    Sample code for GIF To XLSX C# conversion. Use API example code for batch GIF files To XLSX conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/gif-to-x...
  8. Convert TIFF to XML via C# | Aspose

    Sample code for TIFF To XML C# conversion. Use API example code for batch TIFF files To XML conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  9. Several JPG Into GIF C++

    Merge multiple JPG inTo GIF in C++ code. Save JPG as GIF using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  10. Several JPG Into BMP C++

    Merge multiple JPG inTo BMP in C++ code. Save JPG as BMP using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/