Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 17,155 for

docx to doc

(0.27 sec)
  1. PDF to SVG Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-svg/
  2. PDF to EXCEL Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  3. PDF to EPUB Converter using C++ | Aspose.PDF

    Sample code for PDF To EPUB conversion using C++. Use C++ example for batch PDF To EPUB conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in EPUB format. doc -> Save ( u "convertedFile.epub"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  4. Convert TEXT To PNG C#

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

    products.aspose.com/words/net/conversion/text-t...
  5. Convert TEXT To GIF C#

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

    products.aspose.com/words/net/conversion/text-t...
  6. PS to TIFF Converter using C++ | Aspose.PDF

    Sample code for PS To TIFF conversion using C++. Use C++ example for batch PS To TIFF conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in TIFF format. doc -> Save ( u "convertedFile.tiff"...

    products.aspose.com/pdf/cpp/conversion/ps-to-tiff/
  7. PS to BMP Converter using C++ | Aspose.PDF

    Sample code for PS To BMP conversion using C++. Use C++ example for batch PS To BMP conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in BMP format. doc -> Save ( u "convertedFile.bmp"...

    products.aspose.com/pdf/cpp/conversion/ps-to-bmp/
  8. PDF to WORD Converter using Python | Aspose.PDF

    Sample code on Python for PDF To WORD conversion. Use example code for batch PDF To WORD conversion with Python and .NET...In this case, the DOC_X format is specified, which...corresponds to a Microsoft Word .DOCX file. Set the output format...

    products.aspose.com/pdf/python-net/conversion/p...
  9. Convert TEXT To Image Java

    Convert TEXT To Image format in Java code. Save TEXT as Image 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. 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...