Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 192,333 for

page

(0.64 sec)
  1. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a Page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...absorber object which absorbs a page, like recognize does. In the...of all tables it found on a page, each table has a rowlist and...

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  2. Working with Tables in Python|Aspose.Words for ...

    Work with tables in a document using Python. Introducing to work with tables and Table node concepts in Aspose.Words for Python.... What is this page about? This page introduces table concepts...They are also often used as a page layout tool and a better alternative...

    docs.aspose.com/words/python-net/working-with-t...
  3. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features using C#....Hide ] Purpose Summary This page explains which features Aspose...formats fixed page save options for fixed-page formats : PDF...

    docs.aspose.com/words/net/supported-features-on...
  4. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a document to a multi-Page TIFF using Python. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc.... What is this page about? This article demonstrates...convert a document to a multi‑page TIFF using Aspose.Words for...

    docs.aspose.com/words/python-net/saving-a-docum...
  5. Change Text in a Table|Aspose.Words for .NET

    Change text in a table easily and fast instead of using Open XML SDK in C#....Hide ] Purpose Summary This page describes how to change text...programmatically with Aspose.Words. On this page we will look at how to change...

    docs.aspose.com/words/net/change-text-in-a-table/
  6. Adding pages to a PDF which have annotations wi...

    I have multiple single Pages which have annotations from the same author. I use the title property to set this. When I merge the Pages together the author of the annotation on subsequent Pages gets a # appended to it. Fo…...Adding pages to a PDF which have annotations with same author...5:06pm 1 I have multiple single pages which have annotations from...

    forum.aspose.com/t/adding-pages-to-a-pdf-which-...
  7. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF Pages to your document programmatically with C# sample code using Aspose.PDF for .NET...to Add pages to PDF using C# In order to insert page in PDF file...Install-Package Aspose.PDF Insert Page to PDF using C# You need Aspose...

    products.aspose.com/pdf/net/pages/add/
  8. 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...
  9. 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...
  10. 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...