Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 18,476 for

docx to doc

(0.08 sec)
  1. 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...
  2. How to add watermark text in cover page of word...

    Hi How To add a watermark To the cover page of a word Document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...docx"; if (!fileName.endsWith(".docx")) { fileExtension...fileExtension = ".doc"; } //to apply license // com.aspose.words.License...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  3. 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-...
  4. 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-...
  5. Convert XLSX to WORD with .NET or with free Onl...

    Convert XLSX To WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSX To WORD online converter quickly before integrating the code....in various formats such as DOC, DOCX, RTF, and HTML. Additionally...document to DOC format using Save method and set Doc as SaveFormat...

    products.aspose.com/total/net/conversion/xlsx-t...
  6. Convert SXC to PPTX with C++ or with free Onlin...

    Convert SXC To PPTX within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....Document class reference auto doc = MakeObject < Document >( u...save document in PPTX format doc -> Save ( u "convertedFile.pptx"...

    products.aspose.com/total/cpp/conversion/sxc-to...
  7. Converting a TEX file to HTML using C++ | Aspos...

    Sample code for TEX To HTML conversion using C++. Use C++ example for batch TEX To HTML conversion.... auto doc = MakeObject < Document > ( u...tex" ); // Save in HTML format. doc -> Save ( u "convertedFile.html"...

    products.aspose.com/pdf/cpp/conversion/tex-to-h...
  8. Converting a TEX file to XML using C++ | Aspose...

    Sample code for TEX To XML conversion using C++. Use C++ example for batch TEX To XML conversion.... auto doc = MakeObject < Document > ( u...tex" ); // Save in XML format. doc -> Save ( u "convertedFile.xml"...

    products.aspose.com/pdf/cpp/conversion/tex-to-xml/
  9. Converting a TEX file to SVG using C++ | Aspose...

    Sample code for TEX To SVG conversion using C++. Use C++ example for batch TEX To SVG conversion.... auto doc = MakeObject < Document > ( u...tex" ); // Save in SVG format. doc -> Save ( u "convertedFile.svg"...

    products.aspose.com/pdf/cpp/conversion/tex-to-svg/
  10. Converting a TEX file to TXT using C++ | Aspose...

    Sample code for TEX To TXT conversion using C++. Use C++ example for batch TEX To TXT conversion.... auto doc = MakeObject < Document > ( u...tex" ); // Save in TXT format. doc -> Save ( u "convertedFile.txt"...

    products.aspose.com/pdf/cpp/conversion/tex-to-txt/