Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 5,741 for

ape

(0.2 sec)
  1. PdfViewer Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfViewer class in Aspose.PDF for Python via .NET to decode all PDF pages, decode a specific page, and inspect viewer-related PDF metadata....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/python-net/pdfviewer-class/
  2. Obtenir l'apparence du champ|Aspose.PDF for Pyt...

    Cet article explique comment ouvrir un PDF, accéder à un champ de formulaire, récupérer ses paramètres d'apparence et les afficher. L'exemple montre la récupération de l'apparence d'un champ nommé "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/get-field-app...
  3. 使用Python向PDF文档添加附件|Aspose.PDF for Python via .NET

    本页面描述了如何通过Aspose.PDF for Python via .NET库向PDF文件添加附件。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...设置要作为附件添加的新文件 fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/zh/python-net/add-attachmen...
  4. 使用 Python 添加背景到 PDF|Aspose.PDF for Python via .NET

    使用 Python 向您的 PDF 文件添加背景图像。使用 BackgroundArtifact 类。...pdf as ap # 创建一个新的 Document 对象 document = ap . Document ()...Background Artifact 对象 background = ap . BackgroundArtifact () # 为 backgroundartifact...

    docs.aspose.com/pdf/zh/python-net/add-backgrounds/
  5. Пример Hello World на Python|Aspose.PDF для Pyt...

    Этот пример демонстрирует, как создать простой PDF-документ с текстом Hello World, используя Aspose.PDF для Python через .NET....pdf as ap # Инициализировать объект документа document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ru/python-net/hello-world-e...
  6. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  7. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  8. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-document/
  9. Python で PDF ファイルのメタデータを操作する|Aspose.PDF for Pyt...

    Aspose.PDF を使用して Python で PDF ファイルのメタデータと XMP プロパティを抽出、更新、管理する方法を学びましょう。...pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/ja/python-net/pdf-file-meta...
  10. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Tạo phiên...

    blog.aspose.com/vi/pdf/convert-pdf-to-ppt-in-py...