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

ape

(1.22 sec)
  1. 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...
  2. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  3. Python で PDF ファイルをマージする|Aspose.PDF for Python v...

    Python で複数の PDF ファイルを 1 つの文書に結合する方法を学びましょう。...pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ja/python-net/merge-pdf/
  4. مثال Hello World باستخدام بايثون|Aspose.PDF لـ ...

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط يحتوي على نص Hello World باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/hello-world-e...
  5. Créer un document PDF de façon programmatique|A...

    Cette page décrit comment créer un document PDF à partir de zéro avec la bibliothèque Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/fr/python-net/create-document/
  6. Faire pivoter les pages PDF en Python|Aspose.PD...

    Apprenez comment faire pivoter les pages PDF et changer l’orientation des pages en Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  7. Установить ограничение поля|Aspose.PDF for Pyth...

    Этот пример показывает, как установить максимальное ограничение количества символов для поля формы в PDF-документе с помощью Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/set-field-limit/
  8. 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...
  9. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap.Document(input_pdf) # 创建 PptxSaveOptions...

    blog.aspose.com/zh/pdf/convert-pdf-to-ppt-in-py...
  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) # Lưu PDF...

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