Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 187,651 for

page

(0.15 sec)
  1. Customize Field Properties in C#|Aspose.Words f...

    Learn how to customize field properties in C#. Rename merge fields or obtain results for fields without separator node in .NET.... What is this page about? This page explains how to customize...results. Please refresh the page and try again....

    docs.aspose.com/words/net/customize-field-prope...
  2. Optimizing Reflection Calls in C#|Aspose.Words ...

    Learn how to minimize the reflection usage using LINQ in C#.... What is this page about? This page explains how to optimize...results. Please refresh the page and try again....

    docs.aspose.com/words/net/optimizing-reflection...
  3. How to add/insert TextBox to Worksheet|Document...

    How to add/insert Text Box to Worksheet in Aspose.Cells....vertical) Left‑click on the page Hold down the left button and...drag to the desired size on the page Release the left button Now...

    docs.aspose.com/cells/net/add-text-box-to-works...
  4. Border.distance_from_text property | Aspose.Wor...

    Border.distance_from_text property. Gets or sets distance of the border from text or from the Page edge in points....border from text or from the page edge in points. @property def...of the first page. doc = aw . Document () page_setup = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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/
  6. Convert PDF To GIF C#

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

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

    Convert HTML to SVG format in C# code. Save HTML 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/html-t...
  8. TOC Rendering and Customization in HTML-to-PDF ...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. As part of this evaluation, we need to verify whether the Table of Contents (TOC) can be dynamically generated and customized based on…...Multi-column) Page Break Option (e.g., insert page break after...support for TOC entries. Implement page break after TOC if configured...

    forum.aspose.com/t/toc-rendering-and-customizat...
  9. Convert HTML To Image Java

    Convert HTML to Image format in Java code. Save HTML as Image 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/html-...
  10. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/java/conversion/word-...