Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 5,861 for

ape

(0.08 sec)
  1. Crear enlaces PDF en Python|Aspose.PDF for Pyth...

    Aprende cómo crear enlaces PDF internos, externos y remotos en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/es/python-net/create-links/
  2. Pythonを使用してPDFにテーブルを作成または追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETは、PDFテーブルを作成、読み取り、編集するためのライブラリです。このトピックの他の高度な機能を確認してください。... table = ap . Table () 既存のPDFドキュメントにテーブルを追加...import aspose.pdf as ap # ソースPDFドキュメントをロード doc = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/add-table-in-...
  3. Agregar firma digital o firmar digitalmente PDF...

    Aprenda a firmar digitalmente documentos PDF, agregar marcas de tiempo y validar firmas en Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/es/python-net/digitally-sig...
  4. إضافة توقيع رقمي أو توقيع PDF رقميًا في Python|...

    تعرف على كيفية توقيع مستندات PDF رقميًا وإضافة الطوابع الزمنية والتحقق من صحة التوقيعات في Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ar/python-net/digitally-sig...
  5. Ajouter une signature numérique ou signer numér...

    Apprenez à signer numériquement des documents PDF, ajouter des horodatages et valider les signatures en Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/fr/python-net/digitally-sig...
  6. Манипулировать PDF-документами в Python|Aspose....

    Узнайте, как проверять, структурировать и изменять PDF‑документы в Python, включая управление TOC и проверки PDF/A....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/ru/python-net/manipulate-pd...
  7. Actualizar enlaces PDF en Python|Aspose.PDF for...

    Aprende cómo actualizar la apariencia y los destinos de los enlaces PDF en Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/es/python-net/update-links/
  8. إنشاء ملف PDF معقد|Aspose.PDF for Python via .NET

    Aspose.PDF لـ Python عبر .NET يسمح لك بإنشاء مستندات أكثر تعقيدًا تحتوي على صور وأجزاء نصية وجداول في مستند واحد....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/ar/python-net/complex-pdf-e...
  9. Creando un PDF complejo|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NET le permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...
  10. Tambahkan Cap Teks di PDF melalui Python|Aspose...

    Tambahkan cap teks ke dokumen PDF menggunakan kelas TextStamp dengan pustaka Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...# Buat cap teks text_stamp = ap . TextStamp ( "Sample Stamp"...

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