Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 4,093 for

ape

(0.11 sec)
  1. Adicionar fundo ao PDF com Python|Aspose.PDF pa...

    Adicione imagem de fundo ao seu arquivo PDF com Python. Use a classe BackgroundArtifact....pdf as ap # Criar um novo objeto Document document = ap . Document...Background Artifact background = ap . BackgroundArtifact () # Especificar...

    docs.aspose.com/pdf/pt/python-net/add-backgrounds/
  2. Добавление вложения в 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...
  3. Извлечение таблицы из 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...
  4. 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...
  5. 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...
  6. 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...
  7. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete dokument PDF document = ap.Document(input_pdf) # Uložit...

    blog.aspose.com/cs/pdf/convert-pdf-to-doc-in-py...
  8. Arsip

    Arsip...pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap.Document(input_pdf) # Simpan...

    blog.aspose.com/id/pdf/convert-pdf-to-doc-in-py...
  9. ค้นหา

    ค้นหา...pdf as ap # โหลดเอกสาร PDF อินพุต document = ap.Document("input...ตั้งค่าข้อความลายน้ำ stamp = ap.TextStamp("CONFIDENTIAL") # ...

    blog.aspose.com/th/pdf/add-watermark-in-pdf-in-...
  10. Changing Page Size with Python|Aspose.PDF for P...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library....pdf as ap # Global configuration DATA_DIR...output PDF file. """ document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/