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

ape

(0.16 sec)
  1. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  2. Добавить штампы‑изображения в PDF на Python|Asp...

    Узнайте, как добавить штампы‑изображения на страницы PDF с помощью Python.... Загрузите PDF, используя ‘ap.Document()’. Создайте штамп изображения...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/ru/python-net/image-stamps-...
  3. Using Link Annotations in PDF|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...number textFragmentAbsorber = ap . text . TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/link-annotations/
  4. Добавить нумерацию страниц в PDF с помощью Pyth...

    Узнайте, как добавить штампы с номерами страниц в PDF‑документы с помощью Python....pdf as ap from os import path def add_page_num_stamp...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/add-page-number/
  5. Use FloatingBox for PDF Layout in Python|Aspose...

    Learn how to use FloatingBox for text layout, multi-column content, and precise positioning in PDF documents with Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/floating-box/
  6. Конвертировать PDF в Word в Python|Aspose.PDF д...

    Узнайте, как конвертировать PDF‑файлы в DOC и DOCX в Python с помощью Aspose.PDF for Python via .NET для более простого редактирования и повторного использования документов....Python Загрузите PDF в объект ‘ap.Document’ объект. Создайте экземпляр...import path import aspose.pdf as ap import sys def convert_PDF_to_DOC...

    docs.aspose.com/pdf/python-net/convert-pdf-to-w...
  7. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  8. 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-...
  9. Converter PDF para Diferentes Formatos de Image...

    Este tópico mostra como usar Aspose.PDF para Python para converter PDF para vários formatos de imagem, como TIFF, BMP, EMF, JPEG, PNG, GIF, SVG com algumas linhas de código....pdf as ap input_pdf = DIR_INPUT + "sample...Abra o documento PDF document = ap . Document ( input_pdf ) # Crie...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  10. 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...