Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 181,392 for

page

(0.21 sec)
  1. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR....images, and photographs Multi-page PDF documents, TIFF and DjVu...Details .TXT Plain text .HTML Web page .RTF A universal format for...

    docs.aspose.com/ocr/net/supported-file-formats/
  2. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the document is displayed in Microsoft Word....document to fit the width of the page. // Set the "ZoomType" property...document to make the entire first page visible. // Set the "ZoomType"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Working with Shapes in PS file | Python

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/ps/working-with...
  4. Aspose::Words::HeaderFooterType enum | Aspose.W...

    Aspose::Words::HeaderFooterType enum. Identifies the type of header or footer found in a Word file in C++....0 Header for even numbered pages. HeaderPrimary 1 Primary header...numbered pages. FooterEven 2 Footer for even numbered pages. FooterPrimary...

    reference.aspose.com/words/cpp/aspose.words/hea...
  5. Workbook and Worksheet Print Preview|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....Excel files with millions of pages need to be converted to PDF...can check the total number of pages and then decide whether the...

    docs.aspose.com/cells/java/workbook-and-workshe...
  6. 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...
  7. 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...
  8. 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...
  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. Working with Document Object in Ruby|Aspose.PDF...

    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....Ruby Get Document Window and Page Display Properties in Ruby Get...Ruby Set Document Window and Page Display Properties in Ruby Set...

    docs.aspose.com/pdf/java/working-with-document-...