Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 4,096 for

ape

(0.05 sec)
  1. Extraer Tabla de Documento PDF|Aspose.PDF para ...

    Aspose.PDF para Python a través de .NET hace posible realizar varias manipulaciones con las tablas contenidas en su documento pdf....as ap # Cargar documento PDF de origen pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/es/python-net/extract-table...
  2. Извлечение таблицы из PDF документа|Aspose.PDF ...

    Aspose.PDF для Python через .NET позволяет выполнять различные манипуляции с таблицами, содержащимися в вашем PDF документе....as ap # Загрузить исходный PDF-документ pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ru/python-net/extract-table...
  3. Добавление вложения в PDF документ с использова...

    Эта страница описывает, как добавить вложение в PDF файл с помощью Aspose.PDF для Python через библиотеку .NET....pdf as ap # Открыть документ document = ap . Document (...вложения fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ru/python-net/add-attachmen...
  4. Como Criar PDF usando Python|Aspose.PDF para Py...

    Crie e formate o Documento PDF com Aspose.PDF para Python via .NET....pdf as ap # Inicializar objeto do documento document = ap . Document...página page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-pdf-do...
  5. Extrair Tabela de Documento PDF|Aspose.PDF para...

    Aspose.PDF para Python via .NET possibilita realizar várias manipulações com as tabelas contidas em seu documento PDF....pdf as ap # Carregar documento PDF de origem...origem pdf_document = ap . Document ( input_file ) for page in...

    docs.aspose.com/pdf/pt/python-net/extract-table...
  6. إضافة خلفية إلى PDF باستخدام Python|Aspose.PDF ...

    إضافة صورة خلفية إلى ملف PDF الخاص بك باستخدام Python. استخدم فئة BackgroundArtifact....pdf as ap # إنشاء كائن مستند جديد document = ap . Document...الأثرية للخلفية background = ap . BackgroundArtifact () # تحديد...

    docs.aspose.com/pdf/ar/python-net/add-backgrounds/
  7. Working with Backgrounds as Artifacts with Pyth...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....pdf as ap import io def add_background_image...a new PDF document document = ap . Document () # Add a blank page...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  8. Comment créer un PDF en utilisant Python|Aspose...

    Créez et formatez le document PDF avec Aspose.PDF pour Python via .NET....pdf as ap # Initialiser l'objet document document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/fr/python-net/create-pdf-do...
  9. Basic Text Extraction using Python|Aspose.PDF f...

    This section contains articles on basic Text extraction from PDF documents using Aspose.PDF in Python....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/basic-text-extra...
  10. 既存のPDF内のテーブルを操作する|Aspose.PDF for Python via .NET

    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....pdf as ap # 既存のPDFファイルを読み込む pdf_document = ap . Document...テーブルを見つけるためのTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # 最初のページをアブソーバーで訪問する...

    docs.aspose.com/pdf/ja/python-net/manipulate-ta...