Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,100 for

ape

(0.45 sec)
  1. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  2. إنشاء ملف PDF معقد|Aspose.PDF لـ Python عبر .NET

    يتيح لك Aspose.PDF لـ Python عبر .NET إنشاء مستندات أكثر تعقيدًا تحتوي على صور وقطع نصية وجداول في مستند واحد....pdf as ap # تهيئة كائن المستند document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/complex-pdf-e...
  3. Agregar sellos de texto en PDF mediante Python|...

    Agregue un sello de texto a un documento PDF utilizando la clase TextStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...Crear sello de texto text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/es/python-net/text-stamps-i...
  4. Add Image Stamps to PDF in Python|Aspose.PDF fo...

    Learn how to add image stamps to PDF pages in Python.... Load the PDF using ‘ap.Document()’. Create an image...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  5. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...sello de imagen image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/es/python-net/image-stamps-...
  6. Добавить объекты дуг в PDF на Python|Aspose.PDF...

    Узнайте, как рисовать и заливать формы дуг в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-arc/
  7. التلاعب بوثيقة PDF في بايثون عبر .NET|Aspose.PD...

    تحتوي هذه المقالة على معلومات حول كيفية التحقق من وثيقة PDF لمعيار PDF A باستخدام بايثون، كيفية العمل مع الفهرس، كيفية تحديد تاريخ انتهاء PDF، إلخ....pdf as ap # فتح المستند document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) يُظهر...

    docs.aspose.com/pdf/ar/python-net/manipulate-pd...
  8. Formatting PDF Document menggunakan Python|Aspo...

    Buat dan format Dokumen PDF dengan Aspose.PDF untuk Python via .NET. Gunakan cuplikan kode berikut untuk menyelesaikan tugas Anda....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/formatting-pd...
  9. Work with PDF Operators in Python|Aspose.PDF fo...

    Learn how to use low-level PDF operators in Python for precise content stream manipulation and graphics control....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/working-with-ope...
  10. Добавить изображение в PDF с помощью Python|Asp...

    Узнайте, как добавить изображения в существующие PDF‑файлы с помощью Python....Загрузите существующий PDF с ap.Document(infile) . Выберите целевую...обновлённый PDF. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/python-net/add-image-to-exi...