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

ape

(0.35 sec)
  1. 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...
  2. 新着情報|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/
  3. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark artifacts to PDF files in Python using Aspose.PDF for Python via .NET....as ap def extract_watermark_from_pdf ( infile ): with ap . Document...artifacts if artifact . type == ap . Artifact . ArtifactType . PAGINATION...

    docs.aspose.com/pdf/python-net/add-watermarks/
  4. 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/
  5. 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-...
  6. 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...
  7. شكل التعليقات التوضيحية عبر بايثون|Aspose.PDF f...

    تعرف على كيفية إضافة التعليقات التوضيحية الخطية والمربعة والدائرة والمضلع والمتعددة الأسطر وفحصها وحذفها في مستندات PDF باستخدام Aspose.PDF لـ Python عبر .NET....افتح ملف PDF المصدر document = ap . Document ( infile ) إنشاء التعليق...للسطر وتكوينه line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/ar/python-net/shape-annotat...
  8. Anotações de Forma via Python|Aspose.PDF for Py...

    Aprenda como adicionar, inspecionar e excluir anotações de linha, quadrado, círculo, polígono e polilinha em documentos PDF usando Aspose.PDF for Python via .NET....Abra o PDF de origem document = ap . Document ( infile ) Criar e...anotação de linha line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/pt/python-net/shape-annotat...
  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. Anotações de Segurança usando Python|Aspose.PDF...

    Aprenda como marcar texto para remoção, aplicar anotações de remoção e remover áreas de imagens em arquivos PDF usando 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/pt/python-net/security-anno...