Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,431 for

ape

(0.18 sec)
  1. إنشاء ملف 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...
  2. Использование текстовой аннотации для PDF через...

    Aspose.PDF для Python позволяет добавлять, получать и удалять текстовые аннотации из вашего PDF документа....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ru/python-net/text-annotation/
  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. Конвертировать PDF в EPUB, Text, XPS и другие ф...

    Узнайте, как конвертировать файлы PDF в EPUB, LaTeX, Markdown, текст, XPS и MobiXML на Python с помощью Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/ru/python-net/convert-pdf-t...
  5. التلاعب بوثيقة 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...
  6. 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...
  7. Trabajar con capas PDF usando Python|Aspose.PDF...

    Aprenda cómo agregar, bloquear, extraer, aplanar y combinar capas PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/es/python-net/working-with-...
  8. Добавить изображение в 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...
  9. Uso de Anotación de Texto para PDF a través de ...

    Aspose.PDF para Python le permite Agregar, Obtener y Eliminar Anotación de Texto de su documento PDF....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/es/python-net/text-annotation/
  10. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/set-privileges-e...