Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 5,871 for

ape

(0.23 sec)
  1. Obter e Definir Propriedades de Página PDF em P...

    Aprenda como inspecionar e atualizar as propriedades de página PDF, como tamanho, contagem e informações de cor, em Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/get-and-set-p...
  2. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....PDF library as ‘ap’. Load the input PDF file named...using the ‘rotate’ property with ‘ap.Rotation.ON90’ to rotate by 90...

    products.aspose.com/pdf/tutorial/rotate-pdf/
  3. リンクを抽出|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、すべてのリンクを抽出し、それらの座標と URI (利用可能な場合) を出力します。...pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ja/python-net/extract-links/
  4. Переместить страницы PDF в Python|Aspose.PDF fo...

    Узнайте, как перемещать страницы PDF внутри документа или между документами в Python....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/move-pages/
  5. Mover páginas PDF em Python|Aspose.PDF for Pyth...

    Aprenda como mover páginas PDF dentro de um documento ou entre documentos em Python....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/move-pages/
  6. Extract Attachments from PDF|Aspose.PDF for Pyt...

    Learn how to work with PDF attachments using Python and Aspose.PDF....pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/extract-attachment/
  7. Impor dan Ekspor Anotasi menggunakan Python|Asp...

    Pelajari cara mengimpor anotasi dari satu PDF dan mengekspornya ke dalam dokumen PDF baru menggunakan Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Buat PDF...apa pun. destination_document = ap . Document () Tambahkan halaman...

    docs.aspose.com/pdf/id/python-net/import-export...
  8. استيراد التعليقات التوضيحية وتصديرها باستخدام P...

    تعرف على كيفية استيراد التعليقات التوضيحية من ملف PDF واحد وتصديرها إلى مستند PDF جديد باستخدام Aspose.PDF لـ Python عبر .NET.... source_document = ap . Document ( infile ) قم بإنشاء...صفحات. destination_document = ap . Document () إضافة صفحة للتعليقات...

    docs.aspose.com/pdf/ar/python-net/import-export...
  9. Archivio

    Archivio...pdf as ap # Carica file PDF document = ap.Document("input...Crea un nuovo PDF splitPDF = ap.Document() # Aggiungi pagina...

    blog.aspose.com/it/pdf/split-pdf-in-python/
  10. Chercher

    chercher...pdf as ap outputFile = "page_{pageNo}.txt"...Ouvrir le document PDF document = ap.Document("input.pdf") # Créer...

    blog.aspose.com/fr/pdf/extract-text-from-pdf-in...