Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 4,093 for

ape

(0.07 sec)
  1. Ajouter du texte au PDF avec Python|Aspose.PDF ...

    Cet article décrit divers aspects du travail avec le texte dans Aspose.PDF. Apprenez à ajouter du texte au PDF, à ajouter des fragments HTML, ou à utiliser des polices OTF personnalisées....pdf as ap # Ouvrir le document document = ap . Document (...fragment de texte text_fragment = ap . text . TextFragment ( "texte...

    docs.aspose.com/pdf/fr/python-net/add-text-to-p...
  2. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....pdf as ap # Open document document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/python-net/extra-annotations/
  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/zh/python-net/extra-annotat...
  4. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Create PDF document document = ap . Document () # Add a page page...

    docs.aspose.com/pdf/python-net/add-ellipse/
  5. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  6. إنشاء ملف PDF معقد|Aspose.PDF لـ Python عبر .NET

    يتيح لك Aspose.PDF لـ Python عبر .NET إنشاء مستندات أكثر تعقيدًا تحتوي على صور وقطع نصية وجداول في مستند واحد....pdf as ap # تهيئة كائن المستند document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/complex-pdf-e...
  7. Annotations supplémentaires en utilisant Python...

    Cette section décrit comment ajouter, obtenir et supprimer des types supplémentaires d'annotations de votre document PDF....pdf as ap # Ouvrir le document document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/fr/python-net/extra-annotat...
  8. Agregar sellos de texto en PDF mediante Python|...

    Agregue un sello de texto a un documento PDF utilizando la clase TextStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...Crear sello de texto text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/es/python-net/text-stamps-i...
  9. Membuat atau Menambahkan Tabel Dalam PDF menggu...

    Aspose.PDF untuk Python melalui .NET adalah perpustakaan yang digunakan untuk membuat, membaca, dan mengedit Tabel PDF. Periksa fungsi lanjutan lainnya dalam topik ini.... table = ap . Table () Menambahkan Tabel...aspose.pdf as ap # Memuat dokumen PDF sumber doc = ap . Document...

    docs.aspose.com/pdf/id/python-net/add-table-in-...
  10. إضافة أختام نصية في PDF عبر بايثون|Aspose.PDF ل...

    إضافة ختم نصي إلى مستند PDF باستخدام فئة TextStamp مع مكتبة Aspose.PDF لبايثون....pdf as ap # فتح المستند document = ap . Document ( input_pdf...# إنشاء ختم نصي text_stamp = ap . TextStamp ( "ختم تجريبي" )...

    docs.aspose.com/pdf/ar/python-net/text-stamps-i...