Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 17,100 for

docx to doc

(0.05 sec)
  1. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of Documents ( fill in a coversheet, add sharepoint Documents, fill in html template with data) that needs be collated and converted To a pdf. I h…...pdf by having a coversheet (a docx template is used), inserted...inserted sharepoint documents ( docx/pptx that are downloaded as stream...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...
  2. How to Read Word Document in Java

    This short tuTorial provides information on how To read Word Document in Java. You will learn how does Java read Docx file with the help of To-do steps and a runnable sample Java code....document in Java code like DOCX , DOC , or other MS Word supported...repository to read the DOCX file Load the source DOCX file into the Document...

    kb.aspose.com/words/java/how-to-read-word-docum...
  3. ReportBuilder.BuildReportToImages | Aspose.Word...

    Transform your template Documents effortlessly with ReportBuilder's BuildReportToImages method, combining data from various sources inTo stunning images....sources: string doc = MyDir + "Report building.docx" ; MessageTestClass...ReportBuilder . BuildReport ( doc , ArtifactsDir + "LowCode.BuildReportDataSourc...

    reference.aspose.com/words/net/aspose.words.low...
  4. Several JPG Into WORD Python

    Merge multiple JPG inTo WORD in Python code. Save JPG as WORD using Python.... DOCX Node Python Java C# C++ View...Python to combine multiple JPG to DOCX Copy Examples Input files Upload...

    products.aspose.com/words/python-net/merge/jpg-...
  5. Different Ways to Open Files|Documentation

    This article explains how To open an excel file using Aspose.Cells for .NET API....formats (for example PPT/PPTX, DOC/DOCX, etc.) by Aspose.Cells. There...

    docs.aspose.com/cells/net/different-ways-to-ope...
  6. Convert WORD to VCF in Python | products.aspose...

    Save WORD To VCF within Python applications without using Microsoft Word or Outlook...format in Word is DOC (Word Document). DOC files are compatible...introduction of newer versions, the DOCX (Word Open XML Document) format...

    products.aspose.com/total/python-net/conversion...
  7. PS to XLSX Converter using C++ | Aspose.PDF

    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/
  8. PS to GIF Converter 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/
  9. EPS to PDF Converter using C++ | Aspose.PDF

    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/
  10. PCL to TXT Converter using C++ | Aspose.PDF

    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/