Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 4,093 for

ape

(0.14 sec)
  1. PDFへのテキスト注釈の使用方法(Python経由)|Aspose.PDF for Pytho...

    Aspose.PDF for Pythonを使用すると、PDFドキュメントにテキスト注釈を追加、取得、および削除できます。...pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ja/python-net/text-annotation/
  2. 用Python添加图形注释|Aspose.PDF for Python via .NET

    本文描述了如何使用Aspose.PDF for Python通过.NET添加、获取和删除PDF文档中的图形注释...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/zh/python-net/figures-annot...
  3. Criar ou Adicionar Tabela em PDF usando Python|...

    Aspose.PDF para Python via .NET é uma biblioteca usada para criar, ler e editar Tabelas em PDF. Verifique outras funções avançadas neste tópico.... table = ap . Table () Adicionando Tabela...pdf as ap # Carregar documento PDF de origem doc = ap . Document...

    docs.aspose.com/pdf/pt/python-net/add-table-in-...
  4. Crear o Agregar Tabla en PDF usando Python|Aspo...

    Aspose.PDF para Python via .NET es una biblioteca utilizada para crear, leer y editar tablas PDF. Consulta otras funciones avanzadas en este tema.... table = ap . Table () Añadiendo Tabla en...aspose.pdf as ap # Cargar documento PDF fuente doc = ap . Document...

    docs.aspose.com/pdf/es/python-net/add-table-in-...
  5. 新着情報|Aspose.PDF for Python via .NET

    このページでは、Aspose.PDF for Python via .NETの最近のリリースで導入された最も人気のある新機能を紹介します。...pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/ja/python-net/whatsnew/
  6. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen....pdf as ap # Buka dokumen document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  7. Добавление заголовка и колонтитула в PDF с испо...

    Aspose.PDF для Python через .NET позволяет добавлять заголовки и колонтитулы в ваш PDF файл с использованием класса TextStamp....pdf as ap # Открыть документ document = ap . Document (...Создать заголовок textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ru/python-net/add-headers-a...
  8. Tambahkan Header dan Footer ke PDF menggunakan ...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan header dan footer ke file PDF Anda menggunakan kelas TextStamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...input_pdf ) # Buat header textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/id/python-net/add-headers-a...
  9. Creando un PDF complejo|Aspose.PDF para Python ...

    Aspose.PDF para Python a través de .NET te permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...
  10. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....Initializes an empty PDF document with ‘ap.Document()’. The ‘self.creat...pandas as pd import aspose.pdf as ap # Example DataFrame df = pd ...

    docs.aspose.com/pdf/python-net/integrate-table/