Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 5,741 for

ape

(1.35 sec)
  1. Menambahkan Lampiran ke Dokumen PDF menggunakan...

    Halaman ini menjelaskan bagaimana menambahkan lampiran ke file PDF dengan Aspose.PDF untuk Python via .NET library....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...lampiran fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/id/python-net/add-attachmen...
  2. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  3. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  4. Chercher

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

    blog.aspose.com/fr/pdf/convert-pdf-to-image-in-...
  5. إضافة مرفق إلى مستند PDF باستخدام Python|Aspose...

    تصف هذه الصفحة كيفية إضافة مرفق إلى ملف PDF باستخدام Aspose.PDF لـ Python عبر مكتبة .NET....pdf as ap # فتح المستند document = ap . Document ( input_pdf...إضافته كمرفق fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ar/python-net/add-attachmen...
  6. دمج ملفات PDF في بايثون|Aspose.PDF for Python v...

    تعرف على كيفية دمج ملفات PDF متعددة في مستند واحد في Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ar/python-net/merge-pdf/
  7. Gabungkan File PDF di Python|Aspose.PDF for Pyt...

    Pelajari cara menggabungkan beberapa file PDF menjadi satu dokumen dalam Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/id/python-net/merge-pdf/
  8. Add Attachments to PDF in Python|Aspose.PDF for...

    Learn how to add file attachments to PDF documents in Python using Aspose.PDF for Python via .NET....pdf as ap def add_attachments ( infile...with ap . Document ( infile ) as document : file_spec = ap . FileSpecification...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  9. Añadiendo un archivo adjunto a un documento PDF...

    Esta página describe cómo agregar un archivo adjunto a un archivo PDF con Aspose.PDF para Python a través de la biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como adjunto fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/es/python-net/add-attachmen...
  10. احصل على مظهر ميداني|Aspose.PDF for Python via ...

    تشرح هذه المقالة كيفية فتح PDF والوصول إلى حقل النموذج واسترداد إعدادات المظهر الخاصة به وعرضها. يوضح المثال استرداد مظهر الحقل المسمى «الاسم الأخير»....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/get-field-app...