Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 5,749 for

ape

(0.14 sec)
  1. Compter les artefacts PDF en Python|Aspose.PDF ...

    Apprenez à inspecter et à compter les artefacts de pagination dans les documents PDF en utilisant Python avec Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/counting-arti...
  2. Ajouter et supprimer des signets PDF dans Pytho...

    Apprenez comment ajouter et supprimer des signets dans des documents PDF à l'aide de Python....pdf as ap import sys from os import path...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/add-and-delet...
  3. 程序化地保存 PDF 文档|Aspose.PDF for Python via .NET

    学习如何在 Python Aspose.PDF for Python via .NET 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...pdf as ap document = ap . Document ( input_pdf...文档保存到流。 import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/save-pdf-docu...
  4. 在 Python 中将图像格式转换为 PDF|Aspose.PDF for Python vi...

    了解如何使用 Aspose.PDF for Python via .NET 在 Python 中将 BMP、CGM、DICOM、PNG、TIFF、EMF、SVG 等图像格式转换为 PDF。...pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/convert-image...
  5. Pythonを使用してPDFにヘッダーとフッターを追加する|Aspose.PDF for Py...

    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/ja/python-net/add-headers-a...
  6. Convertir formatos de imagen a PDF en Python|As...

    Aprenda cómo convertir BMP, CGM, DICOM, PNG, TIFF, EMF, SVG y otros formatos de imagen a PDF en Python con Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/convert-image...
  7. Проверка границ фигур в графах PDF с Python|Asp...

    Узнайте, как проверять границы фигур в коллекциях графов PDF с помощью Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...
  8. Count PDF Artifacts in Python|Aspose.PDF for Py...

    Learn how to inspect and count pagination artifacts in PDF documents using Python with Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  9. تحقق من حدود الشكل في رسوم PDF باستخدام Python|...

    تعرف على كيفية التحقق من حدود الشكل في مجموعات رسومات PDF في Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ar/python-net/aspose-pdf-dr...
  10. Создание PDF/3-A совместимого PDF и прикреплени...

    Узнайте, как создать PDF‑документ с ZUGFeRD в Aspose.PDF for Python via .NET...PDF и присвойте ей псевдоним ap для удобства. Определите путь...import os import aspose.pdf as ap def attach_invoice_zugferd_format...

    docs.aspose.com/pdf/ru/python-net/attach-zugferd/