Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,112 for

ape

(0.13 sec)
  1. Tambahkan latar belakang ke PDF dengan Python|A...

    Tambahkan gambar latar belakang ke file PDF Anda dengan Python. Gunakan kelas BackgroundArtifact....pdf as ap # Buat objek Dokumen baru document = ap . Document...Artefak Latar Belakang background = ap . BackgroundArtifact () # Tentukan...

    docs.aspose.com/pdf/id/python-net/add-backgrounds/
  2. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/create-document/
  3. 程序化保存PDF文档|Aspose.PDF for Python via C++

    学习如何在Python中使用Aspose.PDF for Python via C++库保存PDF文件。将PDF文档保存到文件系统、流中以及Web应用程序中。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/zh/python-cpp/save-pdf-docu...
  4. Enregistrer un document PDF par programmation|A...

    Apprenez à enregistrer un fichier PDF en Python avec Aspose.PDF pour la bibliothèque Python via C++. Enregistrez le document PDF dans le système de fichiers, dans un flux et dans des applications Web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/fr/python-cpp/save-pdf-docu...
  5. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  6. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap.Document(input_pdf) # Créer une...

    blog.aspose.com/fr/pdf/convert-pdf-to-ppt-in-py...
  7. PDFファイルから画像を削除するPythonの使用|Aspose.PDF for Python...

    このセクションでは、Aspose.PDF for Python via .NETを使用してPDFファイルから画像を削除する方法を説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/delete-images...
  8. Ajouter une pièce jointe à un document PDF en u...

    Cette page décrit comment ajouter une pièce jointe à un fichier PDF avec Aspose.PDF pour Python via la bibliothèque .NET....pdf as ap # Ouvrir le document document = ap . Document (...pièce jointe fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...
  9. Obter e Definir Propriedades de Página usando P...

    Esta seção mostra como obter o número de páginas em um arquivo PDF, obter informações sobre propriedades de página de PDF, como cor, e definir propriedades de página....pdf as ap # Abrir documento document = ap . Document (...pdf as ap # Instanciar instância do Documento document = ap . Document...

    docs.aspose.com/pdf/pt/python-net/get-and-set-p...
  10. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/