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

ape

(0.16 sec)
  1. Архів

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

    blog.aspose.com/uk/pdf/best-python-pdf-library/
  2. 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...
  3. Añadir encabezado y pie de página al PDF usando...

    Aspose.PDF para Python a través de .NET te permite añadir encabezados y pies de página a tu archivo PDF usando la clase TextStamp....pdf as ap # Abrir documento document = ap . Document (...Crear encabezado textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/es/python-net/add-headers-a...
  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. 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...
  6. 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/
  7. Создание PDF/3-A совместимого PDF и прикреплени...

    Узнайте, как создать PDF-документ с ZUGFeRD в Aspose.PDF для Python через .NET...PDF и дайте ей псевдоним ap для удобства. Определите путь...ZUGFeRD. import aspose.pdf as ap # Определите путь к каталогу...

    docs.aspose.com/pdf/ru/python-net/attach-zugferd/
  8. Using FloatingBox for text generation with Pyth...

    This page explains how to format text inside floating box....pdf as ap # Global configuration DATA_DIR...""" # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/floating-box/
  9. Optimiser, Compresser ou Réduire la Taille du P...

    Optimiser le fichier PDF, réduire toutes les images, réduire la taille du PDF, désintégrer les polices, supprimer les objets inutilisés avec Python....pdf as ap # Ouvrir le document document = ap . Document (...aspose.pdf as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/optimize-pdf/
  10. PDF sticky Annotations using Python|Aspose.PDF ...

    Discover how to add sticky annotations in PDF documents using Aspose.PDF in Python via .NET for comments and feedback....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/sticky-annotations/