Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 4,096 for

ape

(0.11 sec)
  1. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents, verify, or validate the digitally sign PDFs using Python....pdf as ap import aspose.pydrawing as drawing...pfxfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  2. Архивы

    Архивы...pdf as ap # Инициализировать объект документа document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ru/pdf/create-pdf-files-in-python/
  3. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  4. Aspose.Page for Python – よくある質問

    Aspose.Page の pure‑Python ライブラリのインストール、ライセンス、サポートされている形式、変換、レンダリング、編集、パフォーマンス、トラブルシューティングをカバーする包括的な FAQ。...page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/ja/python-net/faq/
  5. Adding Page Number to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pdf as ap # Global configuration DATA_DIR...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/add-page-number/
  6. Travailler avec un Portfolio en PDF en utilisan...

    Comment créer un portfolio PDF avec Python. Vous devez utiliser un fichier Microsoft Excel, un document Word et un fichier image pour créer un portfolio PDF....pdf as ap # Instancier l'objet Document document = ap . Document...document document . collection = ap . Collection () # Obtenir les...

    docs.aspose.com/pdf/fr/python-net/portfolio/
  7. Adicionar Número de Página ao PDF com Python|As...

    Aspose.PDF para Python via .NET permite que você adicione Carimbo de Número de Página ao seu arquivo PDF usando a classe PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Se o carimbo...

    docs.aspose.com/pdf/pt/python-net/add-page-number/
  8. Chercher

    chercher...pdf as ap # Créer un objet PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Chemin du répertoire contenant...

    blog.aspose.com/fr/pdf/print-pdf-in-python/
  9. ค้นหา

    ค้นหา...pdf as ap # สร้างวัตถุ PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # เส้นทางไดเร็กทอรีที่มีไฟล์...

    blog.aspose.com/th/pdf/print-pdf-in-python/
  10. Working with Actions in PDF document|Aspose.PDF...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf as ap from aspose.pdf import Rectangle...from os import path document = ap . Document ( path_infile ) document...

    docs.aspose.com/pdf/python-net/actions/