Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,093 for

ape

(0.2 sec)
  1. Tambahkan Header dan Footer ke PDF menggunakan ...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan header dan footer ke file PDF Anda menggunakan kelas TextStamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...input_pdf ) # Buat header textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/id/python-net/add-headers-a...
  2. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....Initializes an empty PDF document with ‘ap.Document()’. The ‘self.creat...pandas as pd import aspose.pdf as ap # Example DataFrame df = pd ...

    docs.aspose.com/pdf/python-net/integrate-table/
  3. Membuat PDF yang kompleks|Aspose.PDF untuk Pyth...

    Aspose.PDF untuk Python via .NET memungkinkan Anda membuat dokumen yang lebih kompleks yang mengandung gambar, fragmen teks, dan tabel dalam satu dokumen....pdf as ap # Inisialisasi objek dokumen document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/complex-pdf-e...
  4. Добавить водяной знак в PDF с использованием Py...

    Эта статья объясняет особенности работы с артефактами и получения водяных знаков в PDF программным способом с использованием Python....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ru/python-net/add-watermarks/
  5. Guardar documento PDF programáticamente|Aspose....

    Aprenda cómo guardar un archivo PDF en Python Aspose.PDF para la biblioteca .NET. Guarde el documento PDF en el sistema de archivos, en un flujo y en aplicaciones web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/es/python-net/save-pdf-docu...
  6. Tambahkan watermark ke PDF menggunakan Python|A...

    Artikel ini menjelaskan fitur bekerja dengan artefak dan mendapatkan watermark di PDF menggunakan Python secara programatis....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/id/python-net/add-watermarks/
  7. PythonでPDFにテキストスタンプを追加|Aspose.PDF for Python vi...

    Aspose.PDF for Pythonライブラリを使用してTextStampクラスでPDFドキュメントにテキストスタンプを追加します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...) # テキストスタンプを作成 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/ja/python-net/text-stamps-i...
  8. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks....pdf as ap # Open document document = ap . Document ( input_pdf...aspose.pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  9. Archiv

    Archiv...pdf as ap # Vytvořte objekt PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Cesta k adresáři obsahující...

    blog.aspose.com/cs/pdf/print-pdf-in-python/
  10. PDF Tooltip en utilisant Python|Aspose.PDF pour...

    Apprenez à ajouter une info-bulle au fragment de texte dans un PDF en utilisant Python et Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Déplacez...

    docs.aspose.com/pdf/fr/python-net/pdf-tooltip/