Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 6,909 for

ocr to doc

(0.12 sec)
  1. Convert HTML To MARKDOWN Python

    Convert HTML To MARKDOWN format in Python code. Save HTML as MARKDOWN using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document( "Input.html" ) doc.save( "Output...

    products.aspose.com/words/python-net/conversion...
  2. Convert JPG To GIF C#

    Convert JPG To GIF format in C# code. Save JPG as GIF using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/net/conversion/jpg-to...
  3. Convert JPG To BMP C#

    Convert JPG To BMP format in C# code. Save JPG as BMP using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/net/conversion/jpg-to...
  4. Convert JPG To TXT Java

    Convert JPG To TXT format in Java code. Save JPG as TXT using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/jpg-t...
  5. Convert WORD To XPS C#

    Convert a Word Document To XPS format in C# code. Save a Word Document as XPS using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.docx" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/word-t...
  6. Convert WORD To MARKDOWN Java

    Convert a Word Document To MARKDOWN format in Java code. Save a Word Document as MARKDOWN using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...*; Document doc = new Document ( "Input.docx" ); doc.save( "Output...

    products.aspose.com/words/java/conversion/word-...
  7. Convert WORD To TIFF Java

    Convert a Word Document To TIFF format in Java code. Save a Word Document as TIFF using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document ( "Input.docx"...

    products.aspose.com/words/java/conversion/word-...
  8. Convert WORD To HTML Java

    Convert a Word Document To HTML format in Java code. Save a Word Document as HTML using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...*; Document doc = new Document ( "Input.docx" ); doc.save( "Output...

    products.aspose.com/words/java/conversion/word-...
  9. Convert TEXT To SVG Java

    Convert TEXT To SVG format in Java code. Save TEXT as SVG using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document ( "Input.txt"...

    products.aspose.com/words/java/conversion/text-...
  10. Convert JPG To Image Javascript

    Convert JPG To Image format in JavaScript code. Save JPG as Image using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/conversion...