Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 192,335 for

paged

(2.58 sec)
  1. RelativeHorizontalPosition enumeration | Aspose...

    aspose.words.drawing.RelativeHorizontalPosition enumeration. Specifies to what the horizontal position of a shape or text frame is relative....shall be relative to the page margins. PAGE The object is positioned...relative to the left edge of the page. COLUMN The object is positioned...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Pythonでのページ区切りの管理|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....を使用してページ区切りを追加するには、 pagebreaks モジュールの add_page_breaks メソッドを呼び出します。以下にコード例があります。...あります。 Pythonコード def add_page_breaks ( self ): \ # Instantiating...

    docs.aspose.com/cells/ja/java/managing-page-bre...
  3. Fonctionnalités Clés de Aspose.PDF|Aspose.PDF p...

    Aspose.PDF pour C++ démontre ses fonctionnalités générales. Cette page décrit les versions PDF prises en charge, et toutes les manipulations que nous pouvons faire avec le texte, les images, les annotations, les documents, etc....texte des pages. Rechercher du texte dans les pages. Obtenir des...PDF en JPEG (page particulière ou toutes les pages). Conversion...

    docs.aspose.com/pdf/fr/cpp/key-features/
  4. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File.... Get the Page Class you want to add the link...LinkAnnotation object using the Page and Rectangle objects. The rectangle...

    docs.aspose.com/pdf/java/actions/
  5. Rotar, cambiar la posición y conectar subformas...

    Esta sección explica cómo rotar una forma visio con Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get shape by id Shape shape = page . Shapes...

    docs.aspose.com/diagram/es/net/rotate-change-th...
  6. FieldToa.entry_category property | Aspose.Words...

    FieldToa.entry_category property. Gets or sets the integral category for entries included in the table....displaying long citations and page numbers for each entry. field_toa...# By default, a dotted line page-wide tab appears between the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Issue During Bulk PDF Merge – Font Object Error...

    Hi Aspose Team, We are using Aspose.PDF for HTML-to-PDF conversion, and the generated PDFs appear correct when processed individually. However, we are encountering an issue during our bulk download process, where we me…...foreach (Page page in PdfDocument.Pages) { Double Width = page.Rect...RightMargin; TextStamp1.Width = Width; page.AddStamp(TextStamp1); TextStamp2...

    forum.aspose.com/t/issue-during-bulk-pdf-merge-...
  8. How to Rotate PDF using C#

    This article guides on how to rotate PDF using C#. It has development environment settings, a list of steps to be performed and a runnable sample code to rotate PDF pages using C#....Page Product Family Aspose.PSD Product...PDF for .NET to rotate the pages Load the input PDF using the...

    kb.aspose.com/pdf/net/how-to-rotate-pdf-using-c...
  9. Ekstraksi Berbasis Wilayah menggunakan Python|A...

    Pelajari cara mengekstrak teks dari wilayah halaman tertentu atau struktur paragraf dalam dokumen PDF dengan Aspose.PDF for Python....extract_text_from_region ( infile , page_number , rect_coords , outfile...given page. Args: infile (str): Path to input PDF file. page_number...

    docs.aspose.com/pdf/id/python-net/region-based-...
  10. Создать ссылки PDF в Python|Aspose.PDF for Pyth...

    Узнайте, как создавать внутренние, внешние и удалённые ссылки PDF в Python....Document ( infile ) page = document . pages [ 1 ] link = ap . annotations...annotations . LinkAnnotation ( page , ap . Rectangle ( 10 , 580...

    docs.aspose.com/pdf/ru/python-net/create-links/