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

docx to doc

(0.38 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. Update Table width when saving to PDF - Free Su...

    Hello Aspose-Team, we have a problem with table widths in the following scenario: Load a Docx Document which contains a table with relative preferred size, e.g. 100%, and columns with different preferred sizes. Change…...the following scenario: Load a DOCX document which contains a table...the document as a DOCX and then load that DOCX and save it to PDF...

    forum.aspose.com/t/update-table-width-when-savi...
  3. Convert TEXT To PDF C++

    Convert TEXT To PDF format in C++ code. Save TEXT as PDF using C++....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/text-t...
  4. Convert Document to HTML|Aspose.Words for Node....

    Convert a Document from almost any format To HTML or MHTML, as well as To EPUB format using Node.js. You can also specify save options for managing the output Document....example shows how to convert DOCX to HTML with specifying a save...disk. var doc = new aw . Document ( "Test File.docx" ); // Save...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  5. C# API to Export EPUB to GIF | products.aspose.com

    Convert EPUB To GIF without using Microsoft Word...easily convert EPUB files to DOC format. After the conversion...API can be used to render the DOC file to GIF format. The Aspose...

    products.aspose.com/total/net/conversion/epub-t...
  6. Convert EXCEL to WORD with C++ or with free Onl...

    Convert EXCEL 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/excel-...
  7. Convert ODS to WORD with C++ or with free Onlin...

    Convert ODS 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/ods-to...
  8. Convert XLT to WORD with C++ or with free Onlin...

    Convert XLT 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/xlt-to...
  9. Convert XLTM to WORD with C++ or with free Onli...

    Convert XLTM 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/xltm-t...
  10. How to Print Word Document in C#

    This step by step tuTorial explains how To print Word Document in C#. This code in c# print Word Document without opening and without interop....Forms application to print Word DOCX in C# using a printer dialog...new Document object and load DOCX document Create a new PrintDialog...

    kb.aspose.com/words/net/how-to-print-word-docum...