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

ape

(2.09 sec)
  1. إضافة توقيع رقمي أو توقيع 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...
  2. 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...
  3. 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...
  4. Creando un PDF complejo|Aspose.PDF para Python ...

    Aspose.PDF para Python a través de .NET te permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...
  5. Добавить круглые формы в PDF на Python|Aspose.P...

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

    docs.aspose.com/pdf/python-net/add-circle/
  6. Agregar formas de círculo a PDF en Python|Aspos...

    Aprenda cómo dibujar y rellenar formas de círculo en archivos PDF con Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-circle/
  7. Добавить круглые формы в PDF на Python|Aspose.P...

    Узнайте, как рисовать и заполнять формы кругов в 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-circle/
  8. Agregar formas de curva a PDF en Python|Aspose....

    Aprenda cómo dibujar y rellenar formas de curva en archivos PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-curve/
  9. Python を使用したセキュリティアノテーション|Aspose.PDF for Python...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ファイル内のテキストを編集対象としてマークしたり、編集注釈を適用したり、画像領域を編集したりする方法について説明します。...document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ja/python-net/security-anno...
  10. Добавить фоны PDF в Python|Aspose.PDF for Pytho...

    Узнайте, как добавить изображение фона на страницы PDF в Python, используя класс BackgroundArtifact в Aspose.PDF for Python via .NET....pdf as ap import sys def add_background_image_to_pdf...with ap . Document ( infile ) as document : artifact = ap . BackgroundArtifact...

    docs.aspose.com/pdf/ru/python-net/add-backgrounds/