Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 7,711 for

ocr to doc

(0.09 sec)
  1. 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/
  2. Several JPG Into TIFF Java

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

    products.aspose.com/words/java/merge/jpg-to-tiff/
  3. How can i get xy coordinates from word file wit...

    Hi, I want To get XY coordinates of all the content/text with python. Is there any code example for this ? And if it’s not possible in the word Document. Can we do this in pdf via python? Thanks...page_index}") doc = aw.Document("C:\\Temp\\in.docx")...= aw.layout.LayoutEnumerator(doc) layout_enumerator.move_parent(aw...

    forum.aspose.com/t/how-can-i-get-xy-coordinates...
  4. Several Image Into BMP Java

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

    products.aspose.com/words/java/merge/image-to-bmp/
  5. Several Image Into JPG Java

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

    products.aspose.com/words/java/merge/image-to-jpg/
  6. Merge JPG - C#

    Merge multiple JPG Together in C# code. Save JPG as a single file using C#....OCR Product Solution Aspose.Note...Order Upgrade an Order Support Docs API Reference Live Demos Code...

    products.aspose.com/words/net/merge/jpg/
  7. Several JPG Into PNG C#

    Merge multiple JPG inTo PNG in C# code. Save JPG as PNG 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-png/
  8. Several JPG Into GIF C#

    Merge multiple JPG inTo GIF in C# code. Save JPG as GIF 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-gif/
  9. Several Image Into JPG C#

    Merge multiple Image inTo JPG in C# code. Save Image as JPG 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-jpg/
  10. Several JPG Into BMP Python

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

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