Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 18,449 for

docx to doc

(0.17 sec)
  1. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...document Document doc = new Document("Document.docx"); // Set the...FootnoteOptions footnoteOptions = doc.getFootnoteOptions(); footnoteOptions...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  2. Different Ways to Open Files|Documentation

    Class Libraries & REST APIs for the developers To manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, DeskTop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....formats (for example, PPT/PPTX, DOC/DOCX, etc.) by Aspose.Cells. There...

    docs.aspose.com/cells/python-java/different-way...
  3. Convert TEXT To PNG Javascript

    Convert TEXT To PNG format in JavaScript code. Save TEXT as PNG using JavaScript....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/nodejs-net/conversion...
  4. Reasons to use|Aspose.Words for JasperReports

    Aspose.Words for JasperReports allows exporting reports as Doc and Docx Documents....allows exporting reports as DOC and DOCX documents. Compared to RTF...

    docs.aspose.com/words/jasperreports/why-aspose-...
  5. Convert TEXT To Image Javascript

    Convert TEXT To Image format in JavaScript code. Save TEXT as Image using JavaScript....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/nodejs-net/conversion...
  6. Converting Word Lists to Text - Free Support Fo...

    Hello, I am trying To mimic the following VBA code using Aspose: ConvertNumbersToText Method | Microsoft Learn This word vba method (ActiveDocument.ConvertNumbersToText) converts all auTo-numbering To text in a Docume…...regular text: doc = aw.Document("C:\\Temp\\in.docx"); # Update...Update list labels. doc.update_list_labels() # Convert list items into...

    forum.aspose.com/t/converting-word-lists-to-tex...
  7. Edit WORD In C#

    Edit a Word Document in C# code.... DOCX Node Python Java C# C++ View...in C#: Example in C# to edit DOCX files Download Copy Examples...

    products.aspose.com/words/net/edit/word/
  8. C# API to Export EPUB to RTF | products.aspose.com

    Convert EPUB To RTF without using Microsoft Word...easily convert EPUB files to DOC format. Once the file is converted...API can be used to render the DOC file to RTF. The Aspose.PDF for...

    products.aspose.com/total/net/conversion/epub-t...
  9. Compress HTML In C++

    Compress HTML in C++ without losing quality. Optimize HTML content, reduce file size easily....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Cleanup...

    products.aspose.com/words/cpp/compress/html/
  10. Export OFT to OTT via C++ | products.aspose.com

    C++ API To Convert OFT To OTT without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...while passing Ott as save format doc -> Save ( u "convertedFile.Ott"...

    products.aspose.com/total/cpp/conversion/oft-to...