Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,740 for

ape

(0.76 sec)
  1. 使用 Python 的交互式注释|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python via .NET 在 PDF 文档中添加、读取和删除链接注释,以及创建导航和打印按钮。...document = ap . Document ( infile ) text_fragment_absorber = ap . text...使用匹配文本片段的矩形并为其分配一个 URI 操作。 link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/zh/python-net/interactive-a...
  2. 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...
  3. التعليقات التوضيحية للأمان باستخدام 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...
  4. 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...
  5. إضافة أختام نصية في 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...
  6. 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...
  7. Convertir PDF a PDF/A, PDF/E y PDF/X en Python|...

    Aprenda cómo convertir archivos PDF a PDF/A, PDF/E y PDF/X en Python con Aspose.PDF for Python via .NET para flujos de trabajo de archivado, accesibilidad e impresión....Cargue el documento PDF usando ‘ap.Document’. Llame al método convert...cumplimiento. Formato de destino - ‘ap.PdfFormat.PDF_A_1B’ (estándar...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  8. 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/
  9. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  10. Buat Tautan PDF di Python|Aspose.PDF for Python...

    Pelajari cara membuat tautan PDF internal, eksternal, dan remote di Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/id/python-net/create-links/