Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,100 for

ape

(0.08 sec)
  1. Arşiv

    Arşiv...pdf as ap Şimdi, PDF’lerle etkili bir şekilde...aspose.pdf as ap # Yeni bir belge oluşturun document = ap.Document()...

    blog.aspose.com/tr/pdf/best-python-pdf-library/
  2. إضافة رأس وتذييل إلى PDF باستخدام بايثون|Aspose...

    Aspose.PDF لبايثون عبر .NET يتيح لك إضافة رؤوس وتذييلات إلى ملف PDF الخاص بك باستخدام فئة TextStamp....pdf as ap # افتح المستند document = ap . Document ( input_pdf...input_pdf ) # إنشاء رأس textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ar/python-net/add-headers-a...
  3. Добавить колонтитулы в PDF в Python|Aspose.PDF ...

    Узнайте, как добавить верхние и нижние колонтитулы в PDF‑файлы с помощью Python, используя текст, изображения и структурированное содержимое....pdf as ap def add_header_and_footer_as_text...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  4. 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-...
  5. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  6. PDF липкие аннотации с использованием Python|As...

    Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ru/python-net/sticky-annota...
  7. Rotate PDF Text in Python|Aspose.PDF for Python...

    Learn how to rotate text fragments and paragraphs inside PDF documents in Python....pdf as ap def rotate_text_inside_pdf_1...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  8. 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-...
  9. 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...
  10. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modify AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET, including clearing text, setting limits, styling fields, and removing fields....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/modifying-form/