Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 18,475 for

docx to doc

(0.29 sec)
  1. C++ API to Convert PPSX to DOTM or with free On...

    Export PPSX To DOTM within your C++ applications or online. Test free PPSX To DOTM online converter quickly before integrating the code....System :: SharedPtr < Document > doc = System :: MakeObject < Document...save document in DOTM format doc -> Save ( u "output.dotm" );...

    products.aspose.com/total/cpp/conversion/ppsx-t...
  2. C# API to Export EML to TEXT | products.aspose.com

    Convert EML To TEXT without using Microsoft Word or Outlook on .NET...and set protection password doc . Protect ( ProtectionType ....(Bitmap Image File) Convert EML to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/net/conversion/eml-to...
  3. Convert XLTX to WORD with C++ or with free Onli...

    Convert XLTX To WORD within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xltx-t...
  4. Convert XLSX to WORD with C++ or with free Onli...

    Convert XLSX To WORD within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xlsx-t...
  5. Convert TSV to WORD with C++ or with free Onlin...

    Convert TSV To WORD within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/tsv-to...
  6. Convert XLS to WORD with C++ or with free Onlin...

    Convert XLS To WORD within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....document to DOC format using Save member function and set Doc as SaveFormat...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xls-to...
  7. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...document Document doc = new Document("Document.docx"); // Set the...FootnoteOptions footnoteOptions = doc.getFootnoteOptions(); footnoteOptions...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  8. Convert TEXT To HTML Python

    Convert TEXT To HTML format in Python code. Save TEXT as HTML using Python....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...words as aw doc = aw.Document( "Input.txt" ) doc.save( "Output...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To PNG Python

    Convert TEXT To PNG format in Python code. Save TEXT as PNG using Python....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To SVG Python

    Convert TEXT To SVG format in Python code. Save TEXT as SVG using Python....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/python-net/conversion...