Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,096 for

ape

(0.16 sec)
  1. Creating PDF/3-A compliant PDF and attaching ZU...

    Learn how to generate a PDF document with ZUGFeRD in Aspose.PDF for Python via .NET...library and give it an alias of ap for convenience. Define the path...ZUGFeRD. import aspose.pdf as ap # Define the path to the directory...

    docs.aspose.com/pdf/python-net/attach-zugferd/
  2. Anotações adesivas em PDF usando Python|Aspose....

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'água no texto....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/pt/python-net/sticky-annota...
  3. Get, Update and Expand a Bookmark using Python|...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for Python library....pdf as ap # Open document document = ap . Document ( input_pdf...pdf as ap # Create PdfBookmarkEditor bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/python-net/get-update-and-e...
  4. Import and Export Form Data|Aspose.PDF for Pyth...

    This section explains how to import and Export Form Data....pdf as ap # Define the working directory...object from Aspose.PDF form = ap . facades . Form () # Bind the...

    docs.aspose.com/pdf/python-net/import-export-fo...
  5. Extract Images from PDF File using Python|Aspos...

    This section shows how to extract images from PDF file using Python library.... Load the PDF document with ‘ap.Document()’. Access the desired...save(output_image)’. import aspose.pdf as ap from io import FileIO from os...

    docs.aspose.com/pdf/python-net/extract-images-f...
  6. Archiv

    Archiv...pdf as ap Nyní se pojďme podívat na to...aspose.pdf as ap # Vytvořte nový dokument document = ap.Document()...

    blog.aspose.com/cs/pdf/best-python-pdf-library/
  7. Архивы

    Архивы...pdf as ap Теперь давайте исследовать, как...aspose.pdf as ap # Создайте новый документ document = ap.Document()...

    blog.aspose.com/ru/pdf/best-python-pdf-library/
  8. Архів

    Архів...pdf as ap Тепер давайте дослідимо, як ефективно...aspose.pdf as ap # Створити новий документ document = ap.Document()...

    blog.aspose.com/uk/pdf/best-python-pdf-library/
  9. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  10. 파이썬을 사용하여 PDF에 헤더 및 푸터 추가|Aspose.PDF for Python...

    Aspose.PDF for Python via .NET을 사용하면 TextStamp 클래스를 사용하여 PDF 파일에 헤더 및 푸터를 추가할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 헤더 생성 textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ko/python-net/add-headers-a...