Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 5,888 for

ocr to doc

(0.08 sec)
  1. How to Convert Word to Scanned PDF using C#

    This quick tuTorial will guide you on how To convert Word To scanned PDF using C#. While using C# convert Word To scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....OCR Product Family Aspose.Note Product...PDF on the disk Using C# scan DOC to PDF is easily possible with...

    kb.aspose.com/words/net/how-to-convert-word-to-...
  2. Several JPG Into HTML C#

    Merge multiple JPG inTo HTML in C# code. Save JPG as HTML using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/jpg-to-html/
  3. Several JPG Into PDF C#

    Merge multiple JPG inTo PDF in C# code. Save JPG as PDF using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/jpg-to-pdf/
  4. Several Image Into TXT Java

    Merge multiple Image inTo TXT in Java code. Save Image as TXT using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...png" , "Input2.png" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/image-to-txt/
  5. Several JPG Into TIFF C++

    Merge multiple JPG inTo TIFF in C++ code. Save JPG as TIFF using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-tiff/
  6. Several Image Into PDF C#

    Merge multiple Image inTo PDF in C# code. Save Image as PDF using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS..."Input1.png" , "Input2.png" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/image-to-pdf/
  7. Several Image Into GIF C++

    Merge multiple Image inTo GIF in C++ code. Save Image as GIF using C++....png" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/image-to-gif/
  8. How to Convert HTML Page to PDF in C#

    This article guides on how To convert HTML page To PDF in C#. It contains information To set the environment, a detailed step-wise process and a runnable sample code To convert HTML page To PDF using C#....OCR Product Family Aspose.Note Product...desired save format like PDF, DOC, XPS, and SVG to name a few....

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  9. Several JPG Into PDF Java

    Merge multiple JPG inTo PDF in Java code. Save JPG as PDF using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , "Input2.jpg" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/jpg-to-pdf/
  10. Several JPG Into TIFF Python

    Merge multiple JPG inTo TIFF in Python code. Save JPG as TIFF using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.tiff" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...