Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 18,368 for

docx to doc

(0.18 sec)
  1. Aspose word to pdf conversion taking 100 times ...

    Product name & version Aspose.Words(23.2.0) for .NET 8.0 Detailed description of the conversion issue : When the system attempts To generate Word, it uses 251KB. The same file we are converting inTo PDF, which has a si…...docx") { pdffilePath = filePath.Replace(".docx", ".pdf");...fileModel.FileName.Replace(".docx", ".pdf"); } using var fileStream...

    forum.aspose.com/t/aspose-word-to-pdf-conversio...
  2. How to Send Word Document in Email using Java

    In this brief Topic, you will learn how To send Word Document in Email using Java. The following simple steps can be used To send Docx in Email with Java export Docx To HTML in Java in any common operating system like MS Windows, Ubuntu, or macOS using simple API calls....the input Word document in DOCX or DOC file format. Then it is converted...email message. Code to Send DOCX in Email with Java In the code...

    kb.aspose.com/words/java/how-to-send-word-docum...
  3. About caption insertion to image & table column...

    Could you please help me on add caption To image & how hide column in Aspose template word report. Could you please share tuTorials and code example related To Aspose word table column hide and caption insertion in temp…...docx template by using Aspose.Words...Document doc = new Document("Template.docx"); // .docx template...

    forum.aspose.com/t/about-caption-insertion-to-i...
  4. Converting a TEX file to PDF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/tex-to-pdf/
  5. Export EMAIL to XPS via Java | products.aspose.com

    Java API To Convert EMAIL To XPS without using Microsoft Word or Outlook...(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/email...
  6. Export EMLX to PNG via Java | products.aspose.com

    Java API To Convert EMLX To PNG without using Microsoft Word or Outlook...Image File) Convert EMLX to DOC (Microsoft Word Binary Format)...Marco File) Convert EMLX to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/emlx-...
  7. Export EMAIL to RTF via Java | products.aspose.com

    Java API To Convert EMAIL To RTF without using Microsoft Word or Outlook...(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/email...
  8. Export EMAIL to PNG via Java | products.aspose.com

    Java API To Convert EMAIL To PNG without using Microsoft Word or Outlook...(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/email...
  9. Export EMAIL to EPUB via Java | products.aspose...

    Java API To Convert EMAIL To EPUB without using Microsoft Word or Outlook...(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert MSG to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/email...
  10. 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...