Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 4,431 for

ape

(0.13 sec)
  1. 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/
  2. 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/
  3. Crear Tagged PDF en Python|Aspose.PDF for Pytho...

    Aprende cómo crear documentos PDF etiquetados en Python con Aspose.PDF for Python via .NET, incluidos los Structure Elements PDF/UA, formularios accesibles, páginas TOC y etiquetado automático....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/es/python-net/create-tagged...
  4. Pythonを使用してPDFにヘッダーとフッターを追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETを使用して、TextStampクラスでPDFファイルにヘッダーとフッターを追加できます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # ヘッダーを作成 textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ja/python-net/add-headers-a...
  5. AcroFormを作成 - Pythonで記入可能なPDFを作成|Aspose.PDF for...

    Aspose.PDF for Pythonを使用して、PDFファイルでフォームをゼロから作成できます...pdf as ap # ドキュメントを開く pdfDocument = ap . Document ( input_file...input_file ) # フィールドを作成 textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/ja/python-net/create-form/
  6. Sign PDF Documents from a Smart Card in Python|...

    Learn how to sign PDF documents with smart cards and external certificates in Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  7. Convertir formatos de imagen a PDF en Python|As...

    Aprenda cómo convertir BMP, CGM, DICOM, PNG, TIFF, EMF, SVG y otros formatos de imagen a PDF en Python con Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/convert-image...
  8. 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...
  9. Получить и установить свойства страниц PDF в Py...

    Узнайте, как просматривать и обновлять свойства страниц PDF, такие как размер, количество и информация о цвете, в Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/get-and-set-p...
  10. Membuat AcroForm - Membuat PDF yang Dapat Diisi...

    Dengan Aspose.PDF untuk Python Anda dapat membuat formulir dari awal di file PDF Anda...pdf as ap # Buka dokumen pdfDocument = ap . Document (...# Buat bidang textBoxField = ap . forms . TextBoxField ( pdfDocument...

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