Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,847 for

ape

(0.05 sec)
  1. Créer des liens PDF en Python|Aspose.PDF for Py...

    Apprenez comment créer des liens PDF internes, externes et distants en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/fr/python-net/create-links/
  2. Membuat PDF yang kompleks|Aspose.PDF untuk Pyth...

    Aspose.PDF untuk Python via .NET memungkinkan Anda membuat dokumen yang lebih kompleks yang mengandung gambar, fragmen teks, dan tabel dalam satu dokumen....pdf as ap # Inisialisasi objek dokumen document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/complex-pdf-e...
  3. Formatear texto PDF con Python|Aspose.PDF for P...

    Aprenda a formatear texto dentro de documentos PDF en Python usando opciones de espaciado, bordes, sangría y estilo....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/text-formatti...
  4. Manipuler les documents PDF en Python|Aspose.PD...

    Apprenez à valider, structurer et modifier des documents PDF en Python, y compris la gestion de la TOC et les vérifications PDF/A....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  5. Manipular documentos PDF em Python|Aspose.PDF f...

    Aprenda como validar, estruturar e modificar documentos PDF em Python, incluindo o gerenciamento de TOC e verificações de PDF/A....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/pt/python-net/manipulate-pd...
  6. Manipulasi Dokumen PDF dalam Python melalui .NE...

    Artikel ini berisi informasi tentang cara memvalidasi Dokumen PDF untuk Standar PDF A menggunakan Python, cara bekerja dengan TOC, cara mengatur tanggal kedaluwarsa PDF, dan lain-lain....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Cuplikan...

    docs.aspose.com/pdf/id/python-net/manipulate-pd...
  7. Manipular documentos PDF en Python|Aspose.PDF f...

    Aprende cómo validar, estructurar y modificar documentos PDF en Python, incluyendo la gestión de TOC y la verificación de PDF/A....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/es/python-net/manipulate-pd...
  8. 新着情報|Aspose.PDF for Python via .NET

    このページでは、Aspose.PDF for Python via .NETの最近のリリースで導入された最も人気のある新機能を紹介します。...pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/ja/python-net/whatsnew/
  9. Tambahkan Header dan Footer ke PDF menggunakan ...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan header dan footer ke file PDF Anda menggunakan kelas TextStamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...input_pdf ) # Buat header textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/id/python-net/add-headers-a...
  10. Agregar texto a PDF en Python|Aspose.PDF for Py...

    Aprenda cómo agregar texto, fragmentos HTML, listas, enlaces y fuentes personalizadas a documentos PDF en Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-text-to-p...