Sort Score
Result 10 results
Languages All
Labels All
Results 6,181 - 6,190 of 181,392 for

page

(0.18 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. 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...
  3. Փոխարկել 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...
  4. 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-...
  5. 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...
  6. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով 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/hy/cpp/conversion/wor...
  7. Փոխարկել WORD PDF C#

    Փոխարկեք WORD ը PDF ձևաչափի C# կոդով: Պահեք WORD որպես PDF օգտագործելով 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/hy/net/conversion/wor...
  8. Փոխարկել PDF WORD C#

    Փոխարկեք PDF ը WORD ձևաչափի C# կոդով: Պահեք PDF որպես WORD օգտագործելով 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/hy/net/conversion/pdf...
  9. Փոխարկել WORD TXT C++

    Փոխարկեք WORD ը TXT ձևաչափի C++ կոդով: Պահեք WORD որպես TXT օգտագործելով 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/hy/cpp/conversion/wor...
  10. Մի Քանի TEXT Դեպի JPG Java

    Միավորել մի քանի TEXT JPG ին Java կոդի մեջ: Պահպանեք TEXT որպես JPG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/text-to...