Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,741 for

ape

(0.2 sec)
  1. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/
  2. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....pdf as ap def lock_layer ( path_infile...path_infile , path_outfile ): with ap . Document ( path_infile ) as document...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  3. 파이썬에서 PDF에 베이츠 넘버링 추가|Aspose.PDF for Python via...

    .NET을 통해 파이썬용 Aspose.PDF 와 함께 Python을 사용하여 PDF 문서에서 베이츠 넘버링을 추가하고 제거하는 방법을 알아봅니다....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/ko/python-net/add-bates-num...
  4. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le fichier PDF document = ap.Document(input_pdf) # Créer et...

    blog.aspose.com/fr/pdf/convert-pdf-to-excel-in-...
  5. Créer un AcroForm - Créer un PDF remplissable e...

    Avec Aspose.PDF pour Python, vous pouvez créer un formulaire à partir de zéro dans votre fichier PDF...pdf as ap # Ouvrir le document pdfDocument = ap . Document...Créer un champ textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/fr/python-net/create-form/
  6. Get, Update, and Expand PDF Bookmarks in Python...

    Learn how to retrieve, update, and expand bookmarks in PDF documents using Python....pdf as ap def get_bookmarks ( input_pdf ): document = ap . Document...import sys import aspose.pdf as ap def get_bookmark_page_number...

    docs.aspose.com/pdf/python-net/get-update-and-e...
  7. حفظ مستند PDF برمجيًا|Aspose.PDF لـ Python عبر ...

    تعلم كيفية حفظ ملف PDF في Aspose.PDF لـ Python عبر مكتبة .NET. حفظ مستند PDF في نظام الملفات، إلى دفق، وفي تطبيقات الويب....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/save-pdf-docu...
  8. Create PDF Files in Python|Aspose.PDF for Pytho...

    Learn how to create PDF files and build searchable PDFs in Python using Aspose.PDF for Python via .NET....pdf as ap def create_new_document ( output_pdf...“Hello World!” page.""" document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  9. 在 Python 中比较 PDF 文档|Aspose.PDF for Python via .NET

    了解如何在 Python 中使用 Aspose.PDF for Python via .NET 通过并排和图形差异输出比较 PDF 文档。...pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/compare-pdf-d...
  10. Añadir Número de Página a PDF con Python|Aspose...

    Aspose.PDF para Python a través de .NET te permite añadir un Sello de Número de Página a tu archivo PDF usando la clase PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Si el...

    docs.aspose.com/pdf/es/python-net/add-page-number/