Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 6,924 for

ocr to doc

(0.07 sec)
  1. Convert Type1 font to TrueType | C# .NET API So...

    How To convert Type1 font To TTF with Aspose.Page API solution for .NET is illuminated here. Code snippets are provided....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/net/type1-to-ttf/
  2. Korean characters are not getting Printed while...

    No Warnings are printed while converting from word To pdf… We have windows system and installed korean font as well but No luck. Issue still persists. PDF_4057cea4-074b-47ed-8389-f39bb7ca6694.pdf (64.0 KB) Word_da3cbae…...Docx }; var doc = new Document("Word_da3cbae...recursive: true); doc.FontSettings = fontSettings; doc.Save("output...

    forum.aspose.com/t/korean-characters-are-not-ge...
  3. C++ File Format Processing APIs | products.aspo...

    C++ Libraries read write render and convert multiple Document formats....processing file formats, including DOC, DOT, DOCX, DOCM, DOTX, DOTM...and images. Aspose.OCR for C++ Aspose.OCR for C++ is a powerful...

    products.aspose.com/total/cpp/
  4. Several JPG Into JPG Java

    Merge multiple JPG inTo JPG in Java code. Save JPG as JPG using Java....jpg" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/jpg-to-jpg/
  5. Several JPG Into JPG C#

    Merge multiple JPG inTo JPG in C# code. Save JPG as JPG using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-jpg/
  6. Several JPG Into TIFF C#

    Merge multiple JPG inTo TIFF in C# code. Save JPG as TIFF using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-tiff/
  7. Several Image Into GIF C#

    Merge multiple Image inTo GIF in C# code. Save Image as GIF using C#....png" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/image-to-gif/
  8. How to Add Image in DOCX using C++

    In this example, we will learn how To add image in DocX using C++. Inserting images inside word Document using C++ is one of commonly inquired requirement by developers. Adding image To Doc using C++ can be achieved using simple API calls....OCR Product Family Aspose.Note Product...developers. Adding image to DOC using C++ can be achieved using...

    kb.aspose.com/words/cpp/how-to-add-image-in-doc...
  9. Several HTML Into WORD Javascript

    Merge multiple HTML inTo WORD in JavaScript code. Save HTML as WORD using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...other file formats: HTML TO DOC HTML TO EPUB HTML TO GIF HTML...

    products.aspose.com/words/nodejs-net/merge/html...
  10. Several JPG Into PNG Java

    Merge multiple JPG inTo PNG in Java code. Save JPG as PNG using Java....jpg" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/jpg-to-png/