Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 112,762 for

page ocr

(0.22 sec)
  1. Convert PDF To Openoffice C#

    Convert PDF to OpenOffice format in C# code. Save PDF as OpenOffice using C#....odt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.odt", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  2. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  3. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  4. Data Extraction – Java Examples – Aspose.HTML f...

    Learn how to navigate through HTML documents, perform a detailed inspection of its elements and extract data from the web using Aspose.HTML for Java....OCR Product Solution Aspose.Note...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/java/data-extraction/
  5. Several TEXT Into GIF Java

    Merge multiple TEXT into GIF in Java code. Save TEXT as GIF using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/text-to-gif/
  6. Several HTML Into JPG Java

    Merge multiple HTML into JPG in Java code. Save HTML as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/html-to-jpg/
  7. Saving recognition results|Documentation

    Aspose.Ocr for .NET can save Ocr results to a text file or return them as text, XML, or JSON....OCR for .NET can save recognition...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/net/save/
  8. Installation and running examples | Aspose.Font...

    Learn about how to install and use Aspose.Font for JavaScript. Find code examples for the better understanding....OCR Product Solution Aspose.Note...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/javascript-cpp/installation/
  9. Convert JPG To TXT Java

    Convert JPG to TXT format in Java code. Save JPG as TXT using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.txt", page + 1)...

    products.aspose.com/words/java/conversion/jpg-t...
  10. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC as EPUB using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.epub", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...