Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 181,424 for

page

(0.29 sec)
  1. Working with image regions|Documentation

    Automatic detection of text bounding boxes and extraction of text inside image rectangles.... Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/java/image-regions/
  2. LayoutEnumerator.movePreviousLogical method | A...

    LayoutEnumerator.movePreviousLogical method. Moves to the previous sibling entity in a logical order....of a paragraph broken across pages this method will move to the...even if it resides on another page. movePreviousLogical () Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Reusing Style Objects|Documentation

    In Aspose.Cells for Python via .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-net/reusing-style-...
  4. Specialized recognition methods|Documentation

    Extracting text ID cards, passports, vehicle license plates, receipts, and invoices.... Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/net/specialized-recognition...
  5. Android via Java Ondersteunde Platforms|Aspose....

    Aspose.Words vir Android via Java Ondersteun Platforms.... Please refresh the page and try again....

    docs.aspose.com/words/af/java/aspose-words-for-...
  6. Delete Worksheets from Workbooks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/delete-worksheets-fro...
  7. Convert PDF To HTML C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert DOC To RTF C#

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

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert WORD To TXT C#

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

    products.aspose.com/words/net/conversion/word-t...
  10. Convert JPG To TIFF C#

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

    products.aspose.com/words/net/conversion/jpg-to...