Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 184,177 for

page

(0.22 sec)
  1. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single Paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...extract a table out of my single paged OCR PDF which has a Table and...StringBuilder(); // Process each page for (int pageIndex = 1; pageIndex...

    forum.aspose.com/t/how-can-i-extract-the-table-...
  2. Display Features in Ruby|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....or Unhide a Worksheet in Ruby Page Break Preview in Ruby Split...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/display-features-in-...
  3. Tracking recognition progress|Documentation

    How to track the process of recognition and text extraction from multiPage documents.... For each page or file, the following information...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/cpp/track-progress/
  4. Split Panes in Jython|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....repositories: GitHub Setting Page Options in Jython Unprotecting...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/split-panes-in-jython/
  5. FieldXE Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldXE class, your solution for efficiently implementing XE fields in document processing. Enhance your workflow today!...bold formatting to the entry’s page number. IsDirty { get; set;...italic formatting to the entry’s page number. IsLocked { get; set;...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Convert PDF To SVG C#

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

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

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

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

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

    products.aspose.com/words/net/conversion/word-t...
  9. Convert PDF To PNG C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert DOC To JPG Java

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

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