Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 5,741 for

ape

(0.23 sec)
  1. Création d'un PDF conforme à PDF/3-A et attache...

    Découvrez comment générer un document PDF avec ZUGFeRD dans Aspose.PDF pour Python via .NET...PDF et donnez-lui un alias ap pour plus de commodité. Définissez...attaché. import aspose.pdf as ap # Définir le chemin vers le répertoire...

    docs.aspose.com/pdf/fr/python-net/attach-zugferd/
  2. 在 Python 中提取 PDF 页面|Aspose.PDF for Python via .NET

    了解如何在 Python 中将单个或多个 PDF 页面提取到新文件中。...使用以下方式加载源 PDF Document API ( ap.Document() ). 创建一个新 Document...将提取的页面保存到指定的输出文件中。 import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/extract-pages/
  3. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  4. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document using 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/python-net/decorate-field/
  5. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/id/python-net/rotate-pages/
  6. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document....AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/
  7. PythonでPDFサイズを最適化、圧縮または縮小|Aspose.PDF for Python...

    PDFファイルを最適化し、すべての画像を縮小し、PDFサイズを減らし、埋め込みフォントを削除し、Pythonで未使用のオブジェクトを除去します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ja/python-net/optimize-pdf/
  8. Manipular Tabelas em Documentos PDF Existentes|...

    Aprenda como inspecionar e modificar tabelas em documentos PDF existentes usando Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/manipulating-...
  9. Manipular tablas en documentos PDF existentes|A...

    Aprenda cómo inspeccionar y modificar tablas en documentos PDF existentes usando Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/manipulating-...
  10. Python でベクターグラフィックスを操作する|Aspose.PDF for Python ...

    Python の GraphicsAbsorber を使用して PDF ページ間でベクターグラフィックを抽出、移動、削除、およびコピーする方法を学びましょう。...pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/ja/python-net/working-with-...