Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 4,431 for

ape

(0.6 sec)
  1. Agregar tablas a PDF en Python|Aspose.PDF for P...

    Aprenda a agregar y configurar tablas en documentos PDF existentes en Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/adding-tables/
  2. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  3. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  4. Добавить штампы‑изображения в PDF на Python|Asp...

    Узнайте, как добавить штампы‑изображения на страницы PDF с помощью Python.... Загрузите PDF, используя ‘ap.Document()’. Создайте штамп изображения...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/ru/python-net/image-stamps-...
  5. Agregar formas de elipse a PDF en Python|Aspose...

    Aprenda cómo dibujar, rellenar y etiquetar formas de elipse en archivos PDF con Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-ellipse/
  6. Usar FloatingBox para el diseño de PDF en Pytho...

    Aprende a usar FloatingBox para el diseño de texto, contenido de varias columnas y posicionamiento preciso en documentos PDF con Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/es/python-net/floating-box/
  7. Création d'un PDF complexe|Aspose.PDF pour Pyth...

    Aspose.PDF pour Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....pdf as ap # Initialiser l'objet document document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  8. Tambahkan Teks ke PDF menggunakan Python|Aspose...

    Artikel ini menjelaskan berbagai aspek bekerja dengan teks di Aspose.PDF. Pelajari cara menambahkan teks ke PDF, menambahkan fragmen HTML, atau menggunakan font OTF kustom....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...fragmen teks text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/id/python-net/add-text-to-p...
  9. Manipular Documento PDF em Python via .NET|Aspo...

    Este artigo contém informações sobre como validar Documento PDF para o padrão PDF A usando Python, como trabalhar com TOC, como definir data de expiração do PDF, etc....pdf as ap # Abrir documento document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) O trecho...

    docs.aspose.com/pdf/pt/python-net/manipulate-pd...
  10. Manipulasi Dokumen PDF dalam Python melalui .NE...

    Artikel ini berisi informasi tentang cara memvalidasi Dokumen PDF untuk Standar PDF A menggunakan Python, cara bekerja dengan TOC, cara mengatur tanggal kedaluwarsa PDF, dan lain-lain....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Cuplikan...

    docs.aspose.com/pdf/id/python-net/manipulate-pd...