Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 5,749 for

ape

(1.23 sec)
  1. إضافة رقم الصفحة إلى PDF باستخدام Python|Aspose...

    Aspose.PDF لـ Python عبر .NET يتيح لك إضافة ختم رقم الصفحة إلى ملف PDF الخاص بك باستخدام فئة PageNumberStamp....pdf as ap # فتح المستند document = ap . Document ( input_pdf...رقم الصفحة page_number_stamp = ap . PageNumberStamp () # ما إذا...

    docs.aspose.com/pdf/ar/python-net/add-page-number/
  2. Сохранить PDF‑документ программно|Aspose.PDF fo...

    Узнайте, как сохранить файл PDF в Python с использованием библиотеки Aspose.PDF for Python via .NET. Сохраните PDF‑документ в файловую систему, в поток и в веб‑приложениях....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/ru/python-net/save-pdf-docu...
  3. Lưu trữ

    Lưu trữ...pdf as ap Bây giờ, hãy khám phá cách sử...aspose.pdf as ap # Tạo một tài liệu mới document = ap.Document()...

    blog.aspose.com/vi/pdf/best-python-pdf-library/
  4. 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...import os import aspose.pdf as ap def attach_invoice_zugferd_format...

    docs.aspose.com/pdf/python-net/attach-zugferd/
  5. Formatar documentos PDF em Python|Aspose.PDF fo...

    Aprenda a formatar documentos PDF, incorporar Font, controlar configurações do visualizador e ajustar opções de exibição no Python....pdf as ap def get_document_window ( input_pdf...for inspection.""" document = ap . Document ( input_pdf ) print...

    docs.aspose.com/pdf/pt/python-net/formatting-pd...
  6. Fusionner des fichiers PDF en Python|Aspose.PDF...

    Apprenez à fusionner plusieurs fichiers PDF en un seul document avec Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/fr/python-net/merge-pdf-doc...
  7. 在 Python 中将其他文件格式转换为 PDF|Aspose.PDF for Python ...

    了解如何使用 Aspose.PDF for Python via .NET 在 Python 中将 EPUB、Markdown、PCL、XPS、PostScript、XML 和 LaTeX 文件转换为 PDF。...pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/zh/python-net/convert-other...
  8. Convertir d’autres formats de fichiers en PDF a...

    Apprenez à convertir les fichiers EPUB, Markdown, PCL, XPS, PostScript, XML et LaTeX en PDF avec Python en utilisant Aspose.PDF for Python via .NET....pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/convert-other...
  9. Convertir PDF a EPUB, LaTeX, Texto, XPS en Pyth...

    Este tema le muestra cómo convertir archivos PDF a otros formatos de archivo como EPUB, LaTeX, Texto, XPS, etc., usando Python....pdf as ap path_infile = path . join ( self...document = ap . Document ( path_infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  10. 在 Python 中为 PDF 文本添加工具提示|Aspose.PDF for Python ...

    了解如何在 Python 中向 PDF 文档的文本片段添加工具提示。...pdf as ap import aspose.pydrawing as drawing...): # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/zh/python-net/pdf-tooltip/