Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 18,399 for

docx to doc

(0.79 sec)
  1. Convert XLTX to POWERPOINT with C++ or with fre...

    Convert XLTX To POWERPOINT 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/xltx-t...
  2. Converting a PS file to XLSX using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xlsx/
  3. Converting a PS file to GIF using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-gif/
  4. Converting a EPS file to PDF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/eps-to-pdf/
  5. Several JPG Into TXT C++

    Merge multiple JPG inTo TXT in C++ code. Save JPG as TXT using C++....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-txt/
  6. Converting a PCL file to TXT using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pcl-to-txt/
  7. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java.... Document doc = new Document(getMyDir() + "Reporting...CSV data destination (Java).docx"); CsvDataLoadOptions loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Several Image Into PDF C++

    Merge multiple Image inTo PDF in C++ code. Save Image as PDF using C++....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-pdf/
  9. Several Image Into HTML C++

    Merge multiple Image inTo HTML in C++ code. Save Image as HTML using C++....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-html/
  10. Processor | Aspose.Words for Java

    Processor class for performing different Document processing actions in Java....doc")) { MailMergerContext mailMergerContext..."LowCode.MailMergeContextStre.docx")) { MailMerger.create(mailMergerContext)...

    reference.aspose.com/words/java/com.aspose.word...