Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 151,785 for

page

(0.06 sec)
  1. PageSetup.rtlGutter property | Aspose.Words for...

    PageSetup.rtlGutter 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. let builder = new aw . DocumentBuilder...to either the left or right page margin, // which makes up for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one Page from PDF using C#....Page Product Family Aspose.PSD Product...basic application to crop a page in PDF using C# . This sample...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  3. How to Convert Word to Scanned PDF using C#

    This quick tutorial will guide you on how to convert Word to scanned PDF using C#. While using C# convert Word to scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....Page Product Family Aspose.PSD Product...Document class object Convert the page ranges from the Word file and...

    kb.aspose.com/words/net/how-to-convert-word-to-...
  4. Draw Lines on PDF using Python

    This article explains how to draw lines on PDF using Python. It has the details to set the IDE for the development, a list of steps, and sample code to add lines to PDF using Python....Page Product Family Aspose.PSD Product...add lines Add a page to the PDF file if no page is available or...

    kb.aspose.com/pdf/python/draw-lines-on-pdf-usin...
  5. How to Convert PUB to JPG in C#

    This brief tutorial explains how to convert PUB to JPG in C#. It describes setting up the environment, then algorithm and finally a code snippet is presented to cover all the details related to the process to convert Publisher to JPG in C#....Page Product Family Aspose.PSD Product...file to process each page Iterate each page of the PDF document...

    kb.aspose.com/pub/net/how-to-convert-pub-to-jpg...
  6. LayoutOptions class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutOptions class. Holds the options that allow controlling the document layout process...visit the Converting to Fixed-page Format documentation article...IPageLayoutCallback implementation used by page layout model. commentDisplayMode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  8. 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...
  9. ConvertUtil.millimeter_to_point method | Aspose...

    ConvertUtil.millimeter_to_point method. Converts millimeters to points....Examples Shows how to specify page properties in millimeters. doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/zh/net/create-form/