Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 184,592 for

page

(0.24 sec)
  1. Configure|Aspose.Words for Reporting Services

    Configuration options for the Aspose.Words for Reporting Services.... Positioned Page Breaks Spacing Factor and Scaling...Tables and Matrices Page Orientation Page Border HTML Formatting...

    docs.aspose.com/words/reportingservices/configu...
  2. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  3. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....Page Product Family Aspose.PSD Product...settings for the output PDF page are also shared for creating...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...
  4. PageSetup.ChapterPageSeparator | Aspose.Words f...

    Discover the ChapterPageSeparator property in PageSetup. Easily customize the separator character between chapter and Page numbers for a polished look....between the chapter number and the page number. public ChapterPageSeparator...Remarks Before you can create page numbers that include chapter...

    reference.aspose.com/words/net/aspose.words/pag...
  5. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveOptions.export_toc_Page_numbers property. Specifies whether to write Page numbers to table of contents when saving HTML, MHTML and EPUB...export_toc_page_numbers property HtmlSaveOptions.export_toc_page_numbers...property Specifies whether to write page numbers to table of contents...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Background Image to Excel|Documentation

    How to insert background image to Excel using Aspose.Cells for .NET....2019): From the Page Layout menu, find the Page Setup option, and...Document Assistant Close Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/net/insert-background-ima...
  7. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....to scale a worksheet: Fit to Page : To ensure that all content...fits on a single page or a specific number of pages when printing...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  8. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.document property. Gets or sets the document this collector instance is attached to....Remarks If you need to access page indexes of the document nodes...a document instance, before page layout of the document is built...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a table heading on every Page when the table spans more than one Page....on every page when the table spans more than one page. get headingFormat...with rows that repeat on every page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....DocumentBuilder ( doc ) # Insert few page breaks (just for testing) i.... insertBreak ( BreakType . PAGE_BREAK ) i = i + 1 # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...