Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 181,202 for

page

(0.12 sec)
  1. Create PDF document programmatically|Aspose.PDF...

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....Document class Add a Page object to the Pages collection of the...paragraphs collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/python-net/create-document/
  2. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....// add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create an image instance auto...

    docs.aspose.com/pdf/cpp/set-image-size/
  3. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property to easily adjust Page width in points, enhancing your document layout for optimal presentation....Returns or sets the width of the page in points. public double PageWidth...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....headers and footers to all pages in a PDF. It creates header...positioning, and attaches them to each page in the document. The result...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Page Stamp to PDF using C++https://products.aspose.com/pdf/cpp/stamps/Page/Recent content in Add Page Stamp to PDF using C++ on Aspsoe.PDF ......PDF Products – Add Page Stamp to PDF using C++https://products...com/pdf/cpp/stamps/page/Recent content in Add Page Stamp to PDF using...

    products.aspose.com/pdf/cpp/stamps/page/index.xml
  6. Document.GetPageInfo | Aspose.Words for .NET

    Discover the GetPageInfo method to retrieve essential Page size, orientation, and rendering details for optimized printing and enhanced document management....GetPageInfo method Gets the page size, orientation and other...other information about a page that might be useful for printing or...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldIndex.SequenceName | Aspose.Words for .NET

    Discover the FieldIndex SequenceName property to easily manage sequence names and enhance pagination efficiency in your applications....number is included with the page number. public string SequenceName...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Resize PDF document|Aspose.PDF for .NET

    This section explains how to resize a PDF document with Aspose.PDF Facades using the PdfFileEditor class....scaling the content on its pages. You can scale the entire document...document or specific pages. There are three available methods:...

    docs.aspose.com/pdf/net/resize-pdf-document/
  9. Working with PDF Pages in Python via C++|Aspose...

    How to add Pages, rotate Pages, or set Page size you can know in this section. Aspose.PDF for Python via C++ explain to you all details on this topic....Working with PDF Pages in Python via C++ Contents [ Hide ] You...do the following: Add Pages - add pages at desired location or...

    docs.aspose.com/pdf/python-cpp/working-with-pages/
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... Add Page to pages collection of PDF file....to paragraphs collection of page instance. Create Graph instance...

    docs.aspose.com/pdf/net/add-rectangle/