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

ape

(0.14 sec)
  1. التعليقات التوضيحية للأمان باستخدام Python|Aspo...

    تعرف على كيفية وضع علامة على النص للتنقيح وتطبيق التعليقات التوضيحية وتنقيح مناطق الصور في ملفات PDF باستخدام Aspose.PDF لـ Python عبر .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ar/python-net/security-anno...
  2. Anotasi Keamanan menggunakan Python|Aspose.PDF ...

    Pelajari cara menandai teks untuk penyensoran, menerapkan anotasi penyensoran, dan menyensor area gambar dalam file PDF menggunakan Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/id/python-net/security-anno...
  3. إضافة أختام نصية في 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...
  4. 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...
  5. Форматирование текста в 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...
  6. Format PDF Text in Python|Aspose.PDF for Python...

    Learn how to format text inside PDF documents in Python using spacing, borders, indentation, and styling options....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  7. Python で PDF に楕円シェイプを追加する方法|Aspose.PDF for Pyth...

    Python で PDF ファイルに楕円を描画し、塗りつぶし、ラベルを付ける方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-ellipse/
  8. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  9. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  10. Ajouter des formes d'ellipse au PDF en Python|A...

    Apprenez à dessiner, remplir et étiqueter des formes d'ellipse dans les fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-ellipse/