Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 18,477 for

docx to doc

(0.21 sec)
  1. MailMergeOptions.TrimWhitespaces | Aspose.Words...

    Optimize your mail merge with the TrimWhitespaces property. Easily manage leading and trailing spaces for cleaner, more professional Documents....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...Execute ( doc , ArtifactsDir + "LowCode.MailMerge.1.docx" , fieldNames...

    reference.aspose.com/words/net/aspose.words.low...
  2. Convert PPTX to ODT via Java or with free Onlin...

    Java API To Export PPTX To ODT without using Microsoft Word or PowerPoint or online. Test free PPTX To ODT online converter quickly before integrating the code....document formats, including DOC, DOCX, ODT, and HTML. By using Aspose...Options with Java Convert PPTX to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/java/conversion/pptx-...
  3. Export OFT to DOCM via C++ | products.aspose.com

    C++ API To Convert OFT To DocM without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Docm as save format doc -> Save ( u "convertedFile.Docm"...

    products.aspose.com/total/cpp/conversion/oft-to...
  4. Convert TEXT To HTML C#

    Convert TEXT To HTML format in C# code. Save TEXT as HTML using C#....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Words; var doc = new Document( "Input.txt" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/text-t...
  5. 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...Words; var doc = new Document( "Input.txt" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/text-t...
  6. Converting to Fixed-page Format in C#|Aspose.Wo...

    Save Documents To PDF, XPS, HTML, XAML, PostScript, and PCL formats using C#.... It formats files in the DOCX format, which describes the...layout. For example, when a DOCX document is converted into an...

    docs.aspose.com/words/net/converting-to-fixed-p...
  7. Convert TEXT To HTML Java

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

    products.aspose.com/words/java/conversion/text-...
  8. Convert CSV to WORD with C++ or with free Onlin...

    Convert CSV 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/csv-to...
  9. Convert TEXT To GIF Java

    Convert TEXT To GIF format in Java code. Save TEXT as GIF using Java....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.txt"...

    products.aspose.com/words/java/conversion/text-...
  10. Converting a PCL file to JPEG using C++ | Aspos...

    Sample code for PCL To JPEG conversion using C++. Use C++ example for batch PCL To JPEG conversion.... auto doc = MakeObject < Document > ( u...pcl" ); // Save in JPEG format. doc -> Save ( u "convertedFile.jpeg"...

    products.aspose.com/pdf/cpp/conversion/pcl-to-j...