Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 5,883 for

ocr to doc

(0.04 sec)
  1. Several JPG Into SVG Javascript

    Merge multiple JPG inTo SVG in JavaScript code. Save JPG as SVG using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  2. Several Image Into JPG Python

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

    products.aspose.com/words/python-net/merge/imag...
  3. Several Image Into JPG Javascript

    Merge multiple Image inTo JPG in JavaScript code. Save Image as JPG using JavaScript....png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/imag...
  4. Several Image Into SVG Javascript

    Merge multiple Image inTo SVG in JavaScript code. Save Image as SVG using JavaScript....png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/imag...
  5. 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/
  6. 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/
  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 Delete a Blank Page in Word using Java

    This article guides on how To delete a blank page in Word using Java. It has the environment settings, a list of steps, and a runnable sample code To delete empty page in Word using Java....OCR Product Family Aspose.Note Product...to remove blank page in Word DOC using Java . The employed logic...

    kb.aspose.com/words/java/how-to-delete-a-blank-...
  9. Several JPG Into BMP Java

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

    products.aspose.com/words/java/merge/jpg-to-bmp/
  10. Several Image Into GIF Java

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

    products.aspose.com/words/java/merge/image-to-gif/