Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 6,909 for

ocr to doc

(0.21 sec)
  1. How to Insert Comment into DOCX using C++

    In this tuTorial, we will learn how To insert comment inTo DocX using C++. Comments are useful for reviewing the Word Document. They don't change the Document itself but are used by authors To discuss or comment about any section of Word Document....OCR Product Family Aspose.Note Product...you can include comments in DOC file using C++ with no dependence...

    kb.aspose.com/words/cpp/how-to-insert-comment-i...
  2. Convert SVG to JPEG – Python Code and Online Co...

    Convert SVG To JPEG format both online and using Aspose.SVG for Python via .NET. Check out the Python code example To convert SVG To JPEG....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/svg/python-net/conversion/s...
  3. Convert HTML to Word in Python

    This brief guide covers the information To convert HTML To Word in Python. It discusses the step-by-step algorithm and a working sample code that exports HTML To Word in Python....OCR Product Family Aspose.Note Product...and perform the rendering to DOC or DOCX file format while writing...

    kb.aspose.com/html/python/convert-html-to-word-...
  4. How to Change Border Color in Python – Aspose.HTML

    Learn how To change border color in HTML using Python with Aspose.HTML. Step-by-step examples, CSS tips, and solutions To common styling issues....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/python-net/how-to-change-b...
  5. Convert SVG to Image – Python Code and Online C...

    Convert SVG To Images online or in Python with Aspose.SVG for Python via .NET. Learn Python code example for SVG To Image conversion....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/svg/python-net/conversion/s...
  6. Edit HTML In Java

    Edit HTML in Java code....*; Document doc = new Document ( "Input.html"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/html/
  7. Edit WORD In Java

    Edit a Word Document in Java code....*; Document doc = new Document ( "Input.docx"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/word/
  8. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes To save HTML To a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/migration-between-vers...
  9. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....words as aw doc = aw.Document("Input.pdf") doc.cleanup() shapes...[node.as_shape() for node in doc.get_child_nodes(aw.NodeType.SHAPE...

    products.aspose.com/words/python-net/compress/pdf/
  10. Several JPG Into WORD C++

    Merge multiple JPG inTo WORD in C++ code. Save JPG as WORD using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-word/