Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 184,562 for

page

(0.07 sec)
  1. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...first page of the document var page = document . Pages [ 1 ];...graphics from the page graphicsAbsorber . Visit ( page ); // Display...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  2. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/net/add-ellipse/
  3. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new Page range object....PageRange(from_address, to) Creates a new page range object. def __init__ (...starting page zero-based index. to int The ending page zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Manipulate tables in existing PDF file and replace old table with a new one in PDF document with Aspose.PDF for Java....tables that already exist on page of PDF document. A new class...TableAbsorber (); // Visit first page with absorber absorber . visit...

    docs.aspose.com/pdf/java/manipulate-tables-in-e...
  5. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents....PDF, a particular page, or a range of pages). Add text. Graph... Graphs can be drawn on any page location specified by coordinates...

    docs.aspose.com/pdf/java/key-features/
  6. Key Features of Aspose.PDF|Aspose.PDF for Andro...

    Aspose.PDF for Android via Java shows the main features in working with PDF documents....PDF, a particular page, or a range of pages). Add text. Graph... Graphs can be drawn on any page location specified by coordinates...

    docs.aspose.com/pdf/androidjava/key-features/
  7. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF Pages into individual PDF files in your Python via C++ applications....Contents [ Hide ] Splitting PDF pages can be a useful feature for...file into separate pages or groups of pages. Live Example Aspose...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/
  8. Working with Documents|Aspose.PDF for Java

    Discover how to use the PDFFileEditor class in Java to edit and manipulate PDF documents using Aspose.PDF....PDF documents Extract PDF Pages Page Break in existing PDF Working...various functions. Managing the pages of a PDF file is an important...

    docs.aspose.com/pdf/java/pdffileeditor-class/
  9. PDF Sticky Annotations|Aspose.PDF for Java

    Learn how to create sticky annotations in PDFs for notes, highlights, and comments using Aspose.PDF in Java....on a page, regardless of the dimensions of the printed page. You...specific position of the PDF page. The opacity of Watermark can...

    docs.aspose.com/pdf/java/sticky-annotations/
  10. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during Page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when Page layout pulls document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into Pages. Depending of the operation which triggered build, Page layout model may or may not be further rendered into fixed Page format. For example, computing number of Pages in the document or updating fields does not require rendering, whereas export to Pdf does in C++....raised during page layout model build and rendering. Page layout model...“conversion step”, this is when page layout pulls document content...

    reference.aspose.com/words/cpp/aspose.words.lay...