Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 18,410 for

docx to doc

(0.11 sec)
  1. Convert BMP to TXT via C# | Aspose

    Sample code for BMP To TXT C# conversion. Use API example code for batch BMP files To TXT conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/bmp-to-txt/
  2. Convert BMP to Text via C# | Aspose

    Sample code for BMP To Text C# conversion. Use API example code for batch BMP files To Text conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/bmp-to-t...
  3. Convert JPEG2000 to Text via C# | Aspose

    Sample code for JPEG2000 To Text C# conversion. Use API example code for batch JPEG2000 files To Text conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/jpeg2000...
  4. How to Insert Comment in Word using Python

    This article explains how To insert comment in Word using Python. It assists in configuring the IDE environment To use the required libraries, step-by-step procedure To write the program and a runnable sample code To add comment in Word using Python....saving the output file as DOCX , DOC , or any other supported...

    kb.aspose.com/words/python/how-to-insert-commen...
  5. Convert BMP to XML via C# | Aspose

    Sample code for BMP To XML C# conversion. Use API example code for batch BMP files To XML conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/bmp-to-xml/
  6. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers To a list within a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Bold = true...

    docs.aspose.com/words/net/add-bullets-or-number...
  7. WatermarkerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.WatermarkerContext class for seamless Document watermarking. Enhance your Documents with ease and efficiency.... string doc = MyDir + "Big document.docx" ; string watermarkText...watermarkerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  8. Convert PDF to XLSX via C# | Aspose

    Sample code for PDF To XLSX C# conversion. Use API example code for batch PDF files To XLSX conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/pdf-to-x...
  9. Convert JPEG2000 to XLSX via C# | Aspose

    Sample code for JPEG2000 To XLSX C# conversion. Use API example code for batch JPEG2000 files To XLSX conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/jpeg2000...
  10. How to access Style Id? - Free Support Forum - ...

    Hello, Consider the Document has this style ( present in styles.xml ): <w:style w:type="character" w:styleId="CusTomEmphasis"> <w:name w:val="CusTom Emphasis"/> <w:basedOn w:val="DefaultParagraphFon…...</w:rPr> </w:style> When this docx is converted to html, the span...document Document doc = new Document("YourDocument.docx"); // Iterate...

    forum.aspose.com/t/how-to-access-style-id/316421