Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 187,783 for

page

(0.12 sec)
  1. PageSetup.rtl_gutter property | Aspose.Words fo...

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language....Insert text that spans several pages. builder = aw . DocumentBuilder...insert_break ( aw . BreakType . PAGE_BREAK ) i += 1 # A gutter adds...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CSS Extensions – CSS Vendor Prefixes – Aspose.HTML

    Learn about CSS vendor prefixes and consider C# example of how to use CSS extensions to create custom marks on document margins....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/css-extensions/
  3. Aspose.OCR for .NET when used to OCR with PDF i...

    Hi Team, I am working on replacing a 3rd party software which was used to OCR images and PDF file with images in an application. I have used Aspose.OCR and Aspose.PDF in my POC application for replacement of that 3rd pa…...Pages.Count(); Console.WriteLine($"Page: {PageCount}...AsposeOcr(); // Loop through each page in the PDF for (int pageIndex...

    forum.aspose.com/t/aspose-ocr-for-net-when-used...
  4. SectionLayoutMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.SectionLayoutMode enum to optimize section layouts and enhance document grid behavior for improved formatting control....specific number of lines per page and characters per line. Characters...specified number of lines per page. SnapToChars 3 Specifies that...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#.... What is this page about? This page explains how to join...together i.e continuous or on a new page by using the PageSetup.SectionStart...

    docs.aspose.com/words/net/joining-word-document...
  6. ContainerConfig|Documentation

    ContainerConfig element is used to break content into columns and to add a footer to the form....bottom of the page ( ContainerTypeEnum.Footer ). Each page can only...regardless of their content. Adding page footer To add a footer that...

    docs.aspose.com/omr/net/programmatic-forms/cont...
  7. Worksheet Views|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....Worksheet Views Contents [ Hide ] Page Break Preview All worksheets...viewed in two modes: Normal view. Page break preview. A normal view...

    docs.aspose.com/cells/java/worksheet-views/
  8. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python....a visual overlay applied to pages for branding, security, or informational...applying the watermark to a Page . Create a watermark artifact...

    docs.aspose.com/pdf/python-net/add-watermarks/
  9. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699
  10. 将 Visio 形状转换为图像|Documentation

    本节介绍如何将 visio 形状转换为具有 Aspose.Diagram 的图像。...Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/zh/net/convert-a-visio-...