Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 5,741 for

ape

(0.08 sec)
  1. Format PDF Text in Python|Aspose.PDF for Python...

    Learn how to format text inside PDF documents in Python using spacing, borders, indentation, and styling options....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  2. Annotations de sécurité avec Python|Aspose.PDF ...

    Apprenez comment marquer du texte pour la rédaction, appliquer des annotations de rédaction et rédiger les zones d'image dans les fichiers PDF en utilisant Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/fr/python-net/security-anno...
  3. 新着情報|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/
  4. 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...
  5. Usar FloatingBox para Layout de PDF em Python|A...

    Aprenda a usar FloatingBox para layout de texto, conteúdo em várias colunas e posicionamento preciso em documentos PDF com Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/pt/python-net/floating-box/
  6. Annotations interactives avec Python|Aspose.PDF...

    Apprenez à ajouter, lire et supprimer des annotations de lien, ainsi qu'à créer des boutons de navigation et d'impression dans les documents PDF à l'aide d'Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...action URI. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/fr/python-net/interactive-a...
  7. Python で PDF に楕円シェイプを追加する方法|Aspose.PDF for Pyth...

    Python で PDF ファイルに楕円を描画し、塗りつぶし、ラベルを付ける方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-ellipse/
  8. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  9. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  10. Create PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to create internal, external, and remote PDF links in Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/python-net/create-links/