Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 5,740 for

ape

(0.09 sec)
  1. استخدم FloatingBox لتخطيط PDF في بايثون|Aspose....

    تعرف على كيفية استخدام FloatingBox لتخطيط النص والمحتوى متعدد الأعمدة والموضع الدقيق في مستندات PDF باستخدام Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ar/python-net/floating-box/
  2. 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...
  3. Python を使用したテキストベースのアノテーション|Aspose.PDF for Pyth...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ドキュメント内のフリーテキスト、ハイライト、下線、波線、取り消し線の付いた注釈を追加、確認、削除する方法について説明します。... ソース PDF を開く document = ap . Document ( infile ) フリーテキスト注釈の作成と設定...フリーテキスト注釈の作成と設定 free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/ja/python-net/text-based-an...
  4. Travailler avec des tables dans les PDF balisés...

    Apprenez comment travailler avec des tables accessibles dans les PDF balisés en Python avec Aspose.PDF for Python via .NET, y compris la structure, les étendues, l'alignement et le balisage de tableau compatible PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/fr/python-net/working-with-...
  5. Bekerja dengan Tabel dalam Tagged PDF di Python...

    Pelajari cara bekerja dengan tabel yang dapat diakses dalam Tagged PDF di Python dengan Aspose.PDF for Python via .NET, termasuk struktur, rentang, perataan, dan markup tabel yang ramah PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/id/python-net/working-with-...
  6. Tambahkan Bentuk Elips ke PDF dalam Python|Aspo...

    Pelajari cara menggambar, mengisi, dan memberi label pada bentuk elips dalam file PDF menggunakan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-ellipse/
  7. 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/
  8. Форматирование текста в PDF с помощью Python|As...

    Узнайте, как форматировать текст внутри PDF-документов на Python с помощью настройки межстрочного и межсимвольного интервала, отступов, границ и стилей....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/text-formatti...
  9. Adicionar Texto ao PDF usando Python|Aspose.PDF...

    Este artigo descreve vários aspectos do trabalho com texto no Aspose.PDF. Aprenda como adicionar texto ao PDF, adicionar fragmentos HTML ou usar fontes OTF personalizadas....pdf as ap # Abrir documento document = ap . Document (...fragmento de texto text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/pt/python-net/add-text-to-p...
  10. Tambahkan Tabel ke PDF dengan Python|Aspose.PDF...

    Pelajari cara menambahkan dan mengonfigurasi tabel dalam dokumen PDF yang ada menggunakan Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/adding-tables/