Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 5,741 for

ape

(0.87 sec)
  1. Chiffrer et déchiffrer des fichiers PDF en Pyth...

    Apprenez à définir les privilèges PDF, chiffrer les fichiers, déchiffrer les PDF protégés et modifier les mots de passe en Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/set-privilege...
  2. Aspose.Page pour Python – Foire aux questions

    FAQ complète couvrant l'installation, les licences, les formats pris en charge, la conversion, le rendu, l'édition, les performances et le dépannage de la bibliothèque pure‑Python d'Aspose.Page....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/fr/python-net/faq/
  3. アクロフォームの修正|Aspose.PDF for Python via .NET

    .NET 経由の Aspose.PDF for Python を使用して PDF ドキュメント内の AcroForm フィールドを変更します。これには、テキストのクリア、制限の設定、フィールドのスタイル設定、フィールドの削除などが含まれます。...pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/modifying-form/
  4. Protect PDF Files in Python|Aspose.PDF for Pyth...

    Learn how to encrypt files, decrypt protected PDFs, and change passwords in Python....pdf as ap def encrypt_password ( infile...document = ap . Document ( infile ) document_privilege = ap . facades...

    docs.aspose.com/pdf/python-net/protect-pdf-file/
  5. Add Text Stamps to PDF in Python|Aspose.PDF for...

    Learn how to add text stamps to PDF documents in Python....pdf as ap from os import path def add_text_stamp...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/text-stamps-in-t...
  6. PDF Tooltip using Python|Aspose.PDF for Python ...

    Python과 Aspose.PDF를 사용하여 PDF의 텍스트 조각에 툴팁을 추가하는 방법을 배우세요....pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "마우스...

    docs.aspose.com/pdf/ko/python-net/pdf-tooltip/
  7. Bekerja dengan Portofolio dalam PDF menggunakan...

    Cara Membuat Portofolio PDF dengan Python. Anda harus menggunakan File Microsoft Excel, dokumen Word, dan file gambar untuk membuat Portofolio PDF....pdf as ap # Memulai Objek Dokumen document = ap . Document...dokumen document . collection = ap . Collection () # Mendapatkan...

    docs.aspose.com/pdf/id/python-net/portfolio/
  8. Bekerja dengan Judul di PDF|Aspose.PDF untuk Py...

    Buat penomoran dalam judul dokumen PDF Anda dengan Python. Aspose.PDF untuk Python via .NET menawarkan berbagai jenis gaya penomoran....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/id/python-net/working-with-...
  9. 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...
  10. Python에서 PDF에서 서명 정보 추출하기|Aspose.PDF for Python...

    Python에서 PDF 파일에서 서명 이미지, 인증서 및 디지털 서명 세부 정보를 추출하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/extract-image...