Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 5,749 for

ape

(0.55 sec)
  1. Convertir le PDF en HTML en Python|Aspose.PDF f...

    Apprenez comment convertir un PDF en HTML en Python avec Aspose.PDF for Python via .NET, y compris la sortie multi-pages, les images externes, la gestion du SVG et le rendu HTML en couches....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . HtmlSaveOptions...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  2. Publicando Formulários em PDF via Python|Aspose...

    Adicione botões de envio e ações de submissão ao PDF AcroForms usando Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/posting-form/
  3. إضافة أشكال القوس إلى PDF في Python|Aspose.PDF ...

    تعرف على كيفية رسم الأشكال القوسية وتعبئتها في ملفات PDF في Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ar/python-net/add-arc/
  4. Добавить объекты дуг в PDF на Python|Aspose.PDF...

    Узнайте, как рисовать и заливать формы дуг в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/add-arc/
  5. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modify AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET, including clearing text, setting limits, styling fields, and removing fields....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/modifying-form/
  6. Cifrar y descifrar archivos PDF en Python|Aspos...

    Aprende cómo establecer privilegios de PDF, encriptar archivos, descifrar PDFs protegidos y cambiar contraseñas en Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/es/python-net/set-privilege...
  7. 在 Python 中格式化 PDF 文档|Aspose.PDF for Python via ...

    了解如何在 Python 中格式化 PDF 文档、嵌入字体、控制查看器设置以及调整显示选项。...pdf as ap def get_document_window ( input_pdf...for inspection.""" document = ap . Document ( input_pdf ) print...

    docs.aspose.com/pdf/zh/python-net/formatting-pd...
  8. PDF Tooltip using Python|Aspose.PDF لـ Python ع...

    تعلم كيفية إضافة تلميح الأدوات إلى جزء النص في PDF باستخدام Python وAspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "حرك...

    docs.aspose.com/pdf/ar/python-net/pdf-tooltip/
  9. Python を使用したウォーターマーク注釈|Aspose.PDF for Python vi...

    .NET 経由で Aspose.PDF for Python を使用して PDF ドキュメント内のウォーターマーク注釈を追加、確認、削除する方法について説明します。...PDF を開いて目的のページを取得 document = ap . Document ( infile ) page =...watermark_annotation = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ja/python-net/watermark-ann...
  10. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/