Sort Score
Result 10 results
Languages All
Labels All
Results 6,591 - 6,600 of 181,411 for

page

(0.23 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. Aspose.Cells for Android via Java Supported Pla...

    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/java/aspose-cells-for-and...
  3. 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...
  4. 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-...
  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. Apply preset theme to VDW document via Python |...

    Python source code to apply preset theme to vdw file within any Python based application....a new Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vdw/
  8. Convert JPG To GIF C++

    Convert JPG to GIF format in C++ code. Save JPG as GIF using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/jpg-to...
  9. Փոխարկել HTML MARKDOWN C#

    Փոխարկեք HTML ը MARKDOWN ձևաչափի C# կոդով: Պահեք HTML որպես MARKDOWN օգտագործելով C#:...md); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.md", saveOptions);...

    products.aspose.com/words/hy/net/conversion/htm...
  10. Several TEXT Into JPG Java

    Merge multiple TEXT into JPG in Java code. Save TEXT 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/text-to-jpg/