Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 5,868 for

ape

(0.85 sec)
  1. Convertir PDF/A et PDF/UA en PDF en Python|Aspo...

    Apprenez comment supprimer la conformité PDF/A et PDF/UA des fichiers PDF en Python avec Aspose.PDF for Python via .NET et les enregistrer comme documents PDF standard....le document PDF en utilisant ‘ap.Document’. Appelez ‘remove_pdfa_compliance()’...sortie. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/fr/python-net/convert-pdf_x...
  2. Tambahkan latar belakang ke PDF dengan Python|A...

    Tambahkan gambar latar belakang ke file PDF Anda dengan Python. Gunakan kelas BackgroundArtifact....pdf as ap # Buat objek Dokumen baru document = ap . Document...Artefak Latar Belakang background = ap . BackgroundArtifact () # Tentukan...

    docs.aspose.com/pdf/id/python-net/add-backgrounds/
  3. Повернуть страницы PDF в Python|Aspose.PDF for ...

    Узнайте, как вращать страницы PDF и менять ориентацию страниц в Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/ru/python-net/rotate-pages/
  4. Convertir PDF a DOCX en Python

    Convertir PDF a DOCX en Python con Aspose.PDF for Python via .NET. Siga esta guía para la configuración, el ejemplo de código y los consejos para garantizar una conversión de documentos fiable....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/es/pdf/convert-pdf-to-docx-in-p...
  5. Cambiar el tamaño de página de PDF en Python|As...

    Aprenda cómo leer y cambiar las dimensiones de la página PDF en Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/es/python-net/change-page-s...
  6. استخراج المرفقات من PDF|Aspose.PDF for Python v...

    تعرف على كيفية التعامل مع مرفقات PDF باستخدام Python و Aspose.PDF....pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ar/python-net/extract-attac...
  7. Arşiv

    Arşiv...pdf as ap input_pdf = DIR_INPUT + "many_pages...# PDF belgesini aç document = ap.Document(input_pdf) # Çözünürlük...

    blog.aspose.com/tr/pdf/convert-pdf-to-image-in-...
  8. arkiv

    arkiv...pdf as ap input_pdf = DIR_INPUT + "many_pages...Öppna PDF-dokument document = ap.Document(input_pdf) # Skapa upplösningsobjekt...

    blog.aspose.com/sv/pdf/convert-pdf-to-image-in-...
  9. Mover páginas PDF en Python|Aspose.PDF for Pyth...

    Aprenda cómo mover páginas PDF dentro de un documento o entre documentos en Python....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/es/python-net/move-pages/
  10. 使用 Python 的基于区域的提取|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 从 PDF 文档中的特定页面区域或段落结构提取文本。...pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/zh/python-net/region-based-...