Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 18,447 for

docx to doc

(0.71 sec)
  1. Converting a PDF file to WORD using Java | Aspo...

    PDF To WORD conversion via Java sample code. Programmers can use this example code To export PDF To WORD within any Web or DeskTop Java based application....document in DOCX format pdfDocument . save ( "output.docx" , SaveFormat...SaveFormat . DocX ); pdfDocument . close (); Copy code to the clipboard...

    products.aspose.com/pdf/java/conversion/pdf-to-...
  2. Converting a PDF file to WORD using Python | As...

    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...
  3. Convert POTM to FLATOPC via Java or with free O...

    Java API To Export POTM To FLAToPC without using Microsoft Word or PowerPoint or online. Test free POTM To FLAToPC online converter quickly before integrating the code....range of formats, including DOC, DOCX, ODT, RTF, HTML, and FLATOPC...PPSX, PPT, PPS, POT, HTML, DOC, DOCX, ODT, RTF, and FLATOPC. How...

    products.aspose.com/total/java/conversion/potm-...
  4. C# API to Export EMAIL to EPUB | products.aspos...

    Convert EMAIL To EPUB without using Microsoft Word or Outlook on .NET...and set protection password doc . Protect ( ProtectionType ....(Bitmap Image File) Convert MSG to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/net/conversion/email-...
  5. How to Add a Hyperlink to a Word Document using...

    This article describes the process of how To add a hyperlink To a Word Document using Java. It guides To set the environment, write the application and a runnable sample code To insert hyperlink in Word using Java....resultant Word file as a DOC , DOCX , or any other format supported...bookmark Save the Word file as a DOC file after adding a hyperlink...

    kb.aspose.com/words/java/how-to-add-a-hyperlink...
  6. Convert PPTX to XLS Format via Java or with fre...

    Convert PPTX To XLS format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX To XLS online converter quickly before integrating the code....Options with Java Convert PPTX to DOC (Microsoft Word Binary Format)...Marco File) Convert PPTX to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/pptx-...
  7. Convert PPTX to EXCEL Format via Java or with f...

    Convert PPTX To EXCEL format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX To EXCEL online converter quickly before integrating the code....Options with Java Convert PPTX to DOC (Microsoft Word Binary Format)...Marco File) Convert PPTX to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/pptx-...
  8. Converting a PDF file to PDFA using C++ | Aspos...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  9. Converting a PS file to TEX using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-tex/
  10. Converting a PS file to XPS using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xps/