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

ape

(0.29 sec)
  1. 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-...
  2. التلاعب بوثيقة 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...
  3. 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-...
  4. Добавить объекты дуг в 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/
  5. 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...
  6. 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...
  7. Добавить изображение в 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...
  8. Convertir HTML a PDF en Python|Aspose.PDF para ...

    Aprenda cómo convertir contenido HTML y MHTML a PDF en Python con Aspose.PDF for Python via .NET, incluyendo configuraciones de medios, reglas CSS, fuentes incrustadas y estructura lógica....pdf as ap path_infile = path . join ( self..."python" , outfile ) load_options = ap . HtmlLoadOptions () load_options...

    docs.aspose.com/pdf/es/python-net/convert-html-...
  9. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....pdf as ap # Open document document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  10. Creando un PDF complejo|Aspose.PDF para Python ...

    Aspose.PDF para Python a través de .NET te permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...