Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 5,873 for

ape

(0.92 sec)
  1. 以编程方式打开 PDF 文档|Aspose.PDF for Python via C++

    学习如何在 Python Aspose.PDF for Python via C++ 库中打开 PDF 文件。您可以打开现有 PDF、来自流的文档和加密的 PDF 文档。...AsposePDFPythonWrapp as ap # 打开文档 document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # 打开文档 document = ap . Document ( "sample...

    docs.aspose.com/pdf/zh/python-cpp/open-pdf-docu...
  2. Ouvrir un document PDF de manière programmatiqu...

    Apprenez à ouvrir un fichier PDF dans la bibliothèque Aspose.PDF pour Python via C++. Vous pouvez ouvrir un PDF existant, un document à partir d'un flux et un document PDF chiffré....AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-cpp/open-pdf-docu...
  3. إزالة الجداول من مستندات PDF الموجودة|Aspose.PD...

    تعرف على كيفية إزالة جدول واحد أو أكثر من مستندات PDF الموجودة في Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/removing-tables/
  4. 装饰字段|Aspose.PDF for Python via .NET

    本例演示了如何使用 Aspose.PDF for Python 自定义 PDF 文档中表单字段的外观。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/decorate-field/
  5. 使用 Python 在已有 PDF 文件中替换图像|Aspose.PDF for Python...

    了解如何在 Python 中替换已有 PDF 文件中的嵌入图像。... 使用加载源 PDF ap.Document(infile) . 将替换图像以二进制流的形式打开。...保存更新后的 PDF。 import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/zh/python-net/replace-image...
  6. Python を使用して PDF ファイルからベクターデータを抽出する|Aspose.PDF ...

    Aspose.PDF を使用すると、PDF ファイルからベクターデータを簡単に抽出できます。位置、色、線幅などのベクターデータ (パス、ポリゴン、ポリライン) を取得できます。...pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/ja/python-net/extract-vecto...
  7. 파이썬에서 PDF 페이지 추가|Aspose.PDF for Python via .NET

    Python에서 PDF 문서에 페이지를 추가하거나 삽입하는 방법을 알아봅니다....pdf as ap def insert_empty_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/add-pages/
  8. Архів

    Архів...pdf as ap # Інстанціюйте об'єкт LoadOption...параметри завантаження EPUB option = ap.EpubLoadOptions() # Завантажити...

    blog.aspose.com/uk/pdf/convert-epub-to-pdf-in-p...
  9. Arsip

    Arsip...pdf as ap # Instantiate LoadOption object...option = ap.EpubLoadOptions() # Muat file EPUB document = ap.Document("sample...

    blog.aspose.com/id/pdf/convert-epub-to-pdf-in-p...
  10. Agregar sellos de página a PDF en Python|Aspose...

    Aprende cómo agregar sellos de página PDF como superposiciones o fondos en Python....Abra el documento PDF usando ap.Document() (ver Document ). Cree...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/es/python-net/page-stamps-i...