Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 141,614 for

page

(0.15 sec)
  1. How to Extract Text from Scanned PDF in Java

    This tutorial guides on how to extract text from scanned PDF in Java. You can follow these steps and code for extracting text from PDF in Java using any of the common operating systems....Page Product Family Aspose.PSD Product...parameters Set start page and number of pages in the PDF for reading...

    kb.aspose.com/ocr/java/how-to-extract-text-from...
  2. JPEG to EPUB Converter using C# | Aspose.PDF

    Sample code for JPEG to EPUB C# conversion. Use API example code for batch JPEG files to EPUB conversion within VB.NET, ASP.NET, or any .NET-based application...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/net/conversion/jpeg-to-...
  3. FieldXE.is_bold property | Aspose.Words for Python

    FieldXE.is_bold property. Gets or sets whether to apply bold formatting to the entry's Page number....bold formatting to the entry’s page number. @property def is_bold...side, # and the number of the page that contains the XE field on...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldXE.is_italic property | Aspose.Words for P...

    FieldXE.is_italic property. Gets or sets whether to apply italic formatting to the entry's Page number....italic formatting to the entry’s page number. @property def is_italic...side, # and the number of the page that contains the XE field on...

    reference.aspose.com/words/python-net/aspose.wo...
  5. JavaScript OCR – image to text on web pages | A...

    With Aspose JS API, you can add optical character recognition directly to a web Page or in cross-platform Electron apps....your web pages Get texts from images right on a web page using client-side...to extract text from scanned pages, photos, screenshots, and other...

    products.aspose.com/ocr/javascript-cpp/
  6. How to Make a Booklet in PDF using Java

    This article guides on how to make a booklet in PDF using Java. It has environment settings, list of steps and a runnable sample code to create booklet from PDF using Java....Page Product Family Aspose.PSD Product...and the desired size of the page in the output booklet The aforementioned...

    kb.aspose.com/pdf/java/how-to-make-a-booklet-in...
  7. Several HTML Into Image Java

    Merge multiple HTML into Image in Java code. Save HTML as Image 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-im...
  8. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG 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/jpg-to...
  9. Convert JPG To JPG C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert JPG To Image C#

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

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